Browse Source

powerpc/p1022ds: fix rtc compatible string

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>
Wang Dongsheng 11 years ago
parent
commit
1e7bf895cc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      arch/powerpc/boot/dts/p1022ds.dtsi

+ 1 - 1
arch/powerpc/boot/dts/p1022ds.dtsi

@@ -146,7 +146,7 @@
 			 */
 		};
 		rtc@68 {
-			compatible = "dallas,ds1339";
+			compatible = "dallas,ds3232";
 			reg = <0x68>;
 		};
 		adt7461@4c {