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-Url: https://git.stricted.de/?a=commitdiff_plain;h=3048fa3fc5b6c641a06e959925dfbc31649528e9;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.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 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>; }; };