diff options
author | Stephen Warren <swarren@nvidia.com> | 2012-04-27 11:22:44 -0400 |
---|---|---|
committer | Stephen Warren <swarren@nvidia.com> | 2012-05-03 16:49:12 -0400 |
commit | 081cc0a57c2f976359d4dcefec480bdd2f848513 (patch) | |
tree | 03eee7cc02c45862ce498020b6cd26993ca497f6 /arch | |
parent | 45dbe9dd2cea5be9fe6997442aa703800ea145c8 (diff) |
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 <swarren@nvidia.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/boot/dts/tegra-trimslice.dts | 5 |
1 files changed, 5 insertions, 0 deletions
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 @@ | |||
250 | 250 | ||
251 | i2c@7000c500 { | 251 | i2c@7000c500 { |
252 | clock-frequency = <400000>; | 252 | clock-frequency = <400000>; |
253 | |||
254 | rtc@56 { | ||
255 | compatible = "emmicro,em3027"; | ||
256 | reg = <0x56>; | ||
257 | }; | ||
253 | }; | 258 | }; |
254 | 259 | ||
255 | i2c@7000d000 { | 260 | i2c@7000d000 { |