Skip to content

Commit

Permalink
arm/dt: Add ADT7461 to Seaboard
Browse files Browse the repository at this point in the history
The ADT7461 is a temperature monitoring IC. One is present on the DVC
I2C bus on Seaboard.

Signed-off-by: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Olof Johansson <olof@lixom.net>
  • Loading branch information
Stephen Warren authored and Olof Johansson committed Dec 20, 2011
1 parent 0bc2ecb commit 401c9a5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions arch/arm/boot/dts/tegra-seaboard.dts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@

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

adt7461@4c {
compatible = "adt7461";
reg = <0x4c>;
};
};

serial@70006000 {
Expand Down

0 comments on commit 401c9a5

Please sign in to comment.