瀏覽代碼

[POWERPC] 83xx: Add rtc node to mpc8313erdb dts

The 8313 rdb has a ds1339 at address 0x68.

Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Kim Phillips 17 年之前
父節點
當前提交
5cfade1829
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      arch/powerpc/boot/dts/mpc8313erdb.dts

+ 4 - 0
arch/powerpc/boot/dts/mpc8313erdb.dts

@@ -118,6 +118,10 @@
 			interrupts = <14 0x8>;
 			interrupt-parent = <&ipic>;
 			dfsrr;
+			rtc@68 {
+				compatible = "dallas,ds1339";
+				reg = <0x68>;
+			};
 		};
 
 		i2c@3100 {