Message ID | 1324189772-26914-4-git-send-email-swarren@nvidia.com |
---|---|
State | New, archived |
Headers | show |
On Sat, Dec 17, 2011 at 11:29:32PM -0700, Stephen Warren wrote: > 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> Thanks, applied to for-3.3/dt. -Olof -- To unsubscribe from this list: send the line "unsubscribe linux-tegra" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
diff --git a/arch/arm/boot/dts/tegra-seaboard.dts b/arch/arm/boot/dts/tegra-seaboard.dts index 3cfbd04..b55a02e 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 {
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> --- v2: No change arch/arm/boot/dts/tegra-seaboard.dts | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-)