ARM: dts: mxs: Fix the RTC compatible prop on M28EVK
authorMarek Vasut <marex@denx.de>
Thu, 23 Jan 2014 23:23:36 +0000 (00:23 +0100)
committerShawn Guo <shawn.guo@linaro.org>
Fri, 21 Feb 2014 02:08:43 +0000 (10:08 +0800)
The compatible property should be m41t62, not mt41t62, so fix this.

Signed-off-by: Marek Vasut <marex@denx.de>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
arch/arm/boot/dts/imx28-m28evk.dts

index 8536b0d..f0ad7b9 100644 (file)
                                };
 
                                rtc: rtc@68 {
-                                       compatible = "stm,mt41t62";
+                                       compatible = "stm,m41t62";
                                        reg = <0x68>;
                                };
                        };