diff options
author | Stephen Warren <swarren@nvidia.com> | 2011-12-17 23:29:32 -0700 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2011-12-19 17:54:54 -0800 |
commit | 401c9a50e734690e26cbc3f9a1b698b2f8d3ba87 (patch) | |
tree | f367470089b45652525cfe4955a29cf3b5a47bf3 /arch/arm/boot/dts | |
parent | 0bc2ecb6e5b7e61113e48336b818051b094006a9 (diff) |
arm/dt: Add ADT7461 to Seaboard
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>
Diffstat (limited to 'arch/arm/boot/dts')
-rw-r--r-- | arch/arm/boot/dts/tegra-seaboard.dts | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/tegra-seaboard.dts b/arch/arm/boot/dts/tegra-seaboard.dts index f552bcc04412..8ea779238014 100644 --- a/arch/arm/boot/dts/tegra-seaboard.dts +++ b/arch/arm/boot/dts/tegra-seaboard.dts @@ -25,6 +25,11 @@ i2c@7000d000 { clock-frequency = <400000>; + + adt7461@4c { + compatible = "adt7461"; + reg = <0x4c>; + }; }; serial@70006000 { |