From: Stephen Warren Date: Fri, 27 Apr 2012 15:22:44 +0000 (-0600) Subject: ARM: dt: tegra trimslice: add RTC I2C device X-Git-Tag: next-20120430~9^2~1^2~1 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=728304807e01f3a3f6c298e1df9a58aa71cec0ae;p=karo-tx-linux.git ARM: dt: tegra trimslice: add RTC I2C device According to the device's datasheet, it can support an interrupt too. However, the existing board file doesn't specify an interrupt, and I don't have the schematics, so I can't add an interrupts property. The current Linux driver doesn't support anyway. Signed-off-by: Stephen Warren --- diff --git a/arch/arm/boot/dts/tegra-trimslice.dts b/arch/arm/boot/dts/tegra-trimslice.dts index 98efd5b0d7f9..3fe91a70bc2f 100644 --- a/arch/arm/boot/dts/tegra-trimslice.dts +++ b/arch/arm/boot/dts/tegra-trimslice.dts @@ -250,6 +250,11 @@ i2c@7000c500 { clock-frequency = <400000>; + + rtc@56 { + compatible = "emmicro,em3027"; + reg = <0x56>; + }; }; i2c@7000d000 {