From: Marek Vasut Date: Thu, 23 Jan 2014 23:23:36 +0000 (+0100) Subject: ARM: dts: mxs: Fix the RTC compatible prop on M28EVK X-Git-Tag: v3.15-rc1~77^2~26^2~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3048fa3fc5b6c641a06e959925dfbc31649528e9;p=thirdparty%2Fkernel%2Flinux.git 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 Signed-off-by: Shawn Guo --- diff --git a/arch/arm/boot/dts/imx28-m28evk.dts b/arch/arm/boot/dts/imx28-m28evk.dts index 8536b0db9018e..f0ad7b9b9d9a1 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>; }; };