aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/tegra-seaboard.dts
diff options
context:
space:
mode:
authorStephen Warren <swarren@nvidia.com>2011-12-18 01:29:32 -0500
committerOlof Johansson <olof@lixom.net>2011-12-19 20:54:54 -0500
commit401c9a50e734690e26cbc3f9a1b698b2f8d3ba87 (patch)
treef367470089b45652525cfe4955a29cf3b5a47bf3 /arch/arm/boot/dts/tegra-seaboard.dts
parent0bc2ecb6e5b7e61113e48336b818051b094006a9 (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/tegra-seaboard.dts')
-rw-r--r--arch/arm/boot/dts/tegra-seaboard.dts5
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 @@
25 25
26 i2c@7000d000 { 26 i2c@7000d000 {
27 clock-frequency = <400000>; 27 clock-frequency = <400000>;
28
29 adt7461@4c {
30 compatible = "adt7461";
31 reg = <0x4c>;
32 };
28 }; 33 };
29 34
30 serial@70006000 { 35 serial@70006000 {