[PATCH 1/2] powerpc/p1022ds: fix rtc compatible string

Dongsheng Wang dongsheng.wang at freescale.com
Wed Dec 18 19:39:23 EST 2013


From: Wang Dongsheng <dongsheng.wang at freescale.com>

RTC Hardware(ds3232) and rtc compatible string does not match.
Change "dallas,ds1339" to "dallas,ds3232".

Signed-off-by: Wang Dongsheng <dongsheng.wang at freescale.com>

diff --git a/arch/powerpc/boot/dts/p1022ds.dtsi b/arch/powerpc/boot/dts/p1022ds.dtsi
index 873da35..5725058 100644
--- a/arch/powerpc/boot/dts/p1022ds.dtsi
+++ b/arch/powerpc/boot/dts/p1022ds.dtsi
@@ -146,7 +146,7 @@
 			 */
 		};
 		rtc at 68 {
-			compatible = "dallas,ds1339";
+			compatible = "dallas,ds3232";
 			reg = <0x68>;
 		};
 		adt7461 at 4c {
-- 
1.8.5




More information about the Linuxppc-dev mailing list