From: Stephen Warren Date: Sun, 18 Dec 2011 06:29:32 +0000 (-0700) Subject: arm/dt: Add ADT7461 to Seaboard X-Git-Tag: next-20111221~97^2^2~1 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=401c9a50e734690e26cbc3f9a1b698b2f8d3ba87;p=karo-tx-linux.git 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 Signed-off-by: Olof Johansson --- 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 {