summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/am335x-evm.dts
diff options
context:
space:
mode:
authorAnilKumar Ch <anilkumar@ti.com>2012-09-19 21:19:30 (GMT)
committerBenoit Cousson <b-cousson@ti.com>2012-10-29 15:56:27 (GMT)
commitbf078553e049b8874d3e26fc36e1e2cc14614187 (patch)
tree119e2044983424b734ee62b5e4f2c701a1f805ec /arch/arm/boot/dts/am335x-evm.dts
parent492dd024e49e92c9bdbaa9c9b5564f1a505687a0 (diff)
downloadlinux-fsl-qoriq-bf078553e049b8874d3e26fc36e1e2cc14614187.tar.xz
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 <anilkumar@ti.com> Signed-off-by: Benoit Cousson <b-cousson@ti.com>
Diffstat (limited to 'arch/arm/boot/dts/am335x-evm.dts')
-rw-r--r--arch/arm/boot/dts/am335x-evm.dts5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/am335x-evm.dts b/arch/arm/boot/dts/am335x-evm.dts
index d25d1b3..a5c4c62 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>;
+ };
};
};