From 3048fa3fc5b6c641a06e959925dfbc31649528e9 Mon Sep 17 00:00:00 2001 From: Marek Vasut Date: Fri, 24 Jan 2014 00:23:36 +0100 Subject: 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 --- arch/arm/boot/dts/imx28-m28evk.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'arch') diff --git a/arch/arm/boot/dts/imx28-m28evk.dts b/arch/arm/boot/dts/imx28-m28evk.dts index 8536b0d..f0ad7b9 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>; }; }; -- cgit v1.1