powerpc/p1022ds: fix rtc compatible string
authorWang Dongsheng <dongsheng.wang@freescale.com>
Wed, 18 Dec 2013 08:39:23 +0000 (16:39 +0800)
committerScott Wood <scottwood@freescale.com>
Thu, 9 Jan 2014 23:52:13 +0000 (17:52 -0600)
RTC Hardware(ds3232) and rtc compatible string does not match.
Change "dallas,ds1339" to "dallas,ds3232".

Signed-off-by: Wang Dongsheng <dongsheng.wang@freescale.com>
Signed-off-by: Scott Wood <scottwood@freescale.com>
arch/powerpc/boot/dts/p1022ds.dtsi

index 873da35..5725058 100644 (file)
                         */
                };
                rtc@68 {
-                       compatible = "dallas,ds1339";
+                       compatible = "dallas,ds3232";
                        reg = <0x68>;
                };
                adt7461@4c {