aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/imx28-m28evk.dts
diff options
context:
space:
mode:
authorMarek Vasut <marex@denx.de>2014-01-24 00:23:36 +0100
committerShawn Guo <shawn.guo@linaro.org>2014-02-21 10:08:43 +0800
commit3048fa3fc5b6c641a06e959925dfbc31649528e9 (patch)
treef6174a354c1dba6c2c32e4ccdd8fff4a9d77d69d /arch/arm/boot/dts/imx28-m28evk.dts
parentARM: dts: vf610-twr: Add simple-card support. (diff)
downloadlinux-dev-3048fa3fc5b6c641a06e959925dfbc31649528e9.tar.xz
linux-dev-3048fa3fc5b6c641a06e959925dfbc31649528e9.zip
ARM: dts: mxs: Fix the RTC compatible prop on M28EVK
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>
Diffstat (limited to 'arch/arm/boot/dts/imx28-m28evk.dts')
-rw-r--r--arch/arm/boot/dts/imx28-m28evk.dts2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/imx28-m28evk.dts b/arch/arm/boot/dts/imx28-m28evk.dts
index 8536b0db9018..f0ad7b9b9d9a 100644
--- a/arch/arm/boot/dts/imx28-m28evk.dts
+++ b/arch/arm/boot/dts/imx28-m28evk.dts
@@ -194,7 +194,7 @@
};
rtc: rtc@68 {
- compatible = "stm,mt41t62";
+ compatible = "stm,m41t62";
reg = <0x68>;
};
};