From: AnilKumar Ch Date: Wed, 19 Sep 2012 21:19:30 +0000 (+0530) Subject: ARM: dts: AM33XX: Add temperature sensor device tree data to am335x-evm X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=bf078553e049b8874d3e26fc36e1e2cc14614187;p=deliverable%2Flinux.git ARM: dts: AM33XX: Add temperature sensor device tree data to am335x-evm Add temperature sensor DT data to am335x-evm.dts. In AM335x EVM tmp275 temperature sensor is connected to I2C2 bus. So this patch adds child node inside i2c2 node with i2c slave address. This patch is tested on AM335x EVM. Signed-off-by: AnilKumar Ch Signed-off-by: Benoit Cousson --- diff --git a/arch/arm/boot/dts/am335x-evm.dts b/arch/arm/boot/dts/am335x-evm.dts index d25d1b3b58ac..a5c4c62530a4 100644 --- a/arch/arm/boot/dts/am335x-evm.dts +++ b/arch/arm/boot/dts/am335x-evm.dts @@ -69,6 +69,11 @@ st,max-limit-y = <550>; st,max-limit-z = <750>; }; + + tmp275: tmp275@48 { + compatible = "ti,tmp275"; + reg = <0x48>; + }; }; };