Add ds1339 I2C RTC chip as child of 2nd I2C controller. Cc: Timur Tabi Signed-off-by: Peter Korsgaard --- arch/powerpc/boot/dts/mpc8349emitx.dts | 7 +++++++ 1 file changed, 7 insertions(+) Index: linux/arch/powerpc/boot/dts/mpc8349emitx.dts =================================================================== --- linux.orig/arch/powerpc/boot/dts/mpc8349emitx.dts +++ linux/arch/powerpc/boot/dts/mpc8349emitx.dts @@ -68,6 +68,13 @@ interrupts = ; interrupt-parent = < &ipic >; dfsrr; + + rtc@68 { + device_type = "rtc"; + compatible = "dallas,ds1339"; + reg = <68 4>; + }; + }; spi@7000 { -- Bye, Peter Korsgaard