Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

powerpc/85xx: Add RTC to P1010RDB device tree

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>

+7
+7
arch/powerpc/boot/dts/p1010rdb.dtsi
··· 125 125 }; 126 126 127 127 &board_soc { 128 + i2c@3000 { 129 + rtc@68 { 130 + compatible = "pericom,pt7c4338"; 131 + reg = <0x68>; 132 + }; 133 + }; 134 + 128 135 spi@7000 { 129 136 flash@0 { 130 137 #address-cells = <1>;