Skip to content

Commit

Permalink
ARM: dt: tegra trimslice: add RTC I2C device
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Stephen Warren committed May 3, 2012
1 parent 45dbe9d commit 081cc0a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions arch/arm/boot/dts/tegra-trimslice.dts
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,11 @@

i2c@7000c500 {
clock-frequency = <400000>;

rtc@56 {
compatible = "emmicro,em3027";
reg = <0x56>;
};
};

i2c@7000d000 {
Expand Down

0 comments on commit 081cc0a

Please sign in to comment.