summaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/tegra-seaboard.dts
diff options
context:
space:
mode:
authorStephen Warren2011-12-18 07:29:32 +0100
committerOlof Johansson2011-12-20 02:54:54 +0100
commit401c9a50e734690e26cbc3f9a1b698b2f8d3ba87 (patch)
treef367470089b45652525cfe4955a29cf3b5a47bf3 /arch/arm/boot/dts/tegra-seaboard.dts
parentarm/dt: tegra: Use new compatible value for DVC I2C controller (diff)
downloadkernel-qcow2-linux-401c9a50e734690e26cbc3f9a1b698b2f8d3ba87.tar.gz
kernel-qcow2-linux-401c9a50e734690e26cbc3f9a1b698b2f8d3ba87.tar.xz
kernel-qcow2-linux-401c9a50e734690e26cbc3f9a1b698b2f8d3ba87.zip
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 @@
i2c@7000d000 {
clock-frequency = <400000>;
+
+ adt7461@4c {
+ compatible = "adt7461";
+ reg = <0x4c>;
+ };
};
serial@70006000 {