diff options
author | Sourav Poddar <sourav.poddar@ti.com> | 2012-07-25 01:32:43 -0400 |
---|---|---|
committer | Benoit Cousson <b-cousson@ti.com> | 2012-09-07 13:18:28 -0400 |
commit | 08f3e21b81d4907e8ef513d97805d02df008f7d2 (patch) | |
tree | 793090943c33f07f88e8aaacffd54fa39343a203 /arch/arm/boot/dts/omap5-evm.dts | |
parent | 6e6a9a504757e681e00d7212587950a925f66332 (diff) |
ARM: dts: omap5-evm: Add tmp102 sensor support
Add tmp102 temperature sensor data in omap5 evm dts file.
Signed-off-by: Sourav Poddar <sourav.poddar@ti.com>
Acked-by: Santosh Shilimkar <santosh.shilimkar@ti.com>
Acked-by: Felipe Balbi <balbi@ti.com>
Signed-off-by: Benoit Cousson <b-cousson@ti.com>
Diffstat (limited to 'arch/arm/boot/dts/omap5-evm.dts')
-rw-r--r-- | arch/arm/boot/dts/omap5-evm.dts | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/omap5-evm.dts b/arch/arm/boot/dts/omap5-evm.dts index 7bb0c9dc5257..1790f41ca23e 100644 --- a/arch/arm/boot/dts/omap5-evm.dts +++ b/arch/arm/boot/dts/omap5-evm.dts | |||
@@ -49,3 +49,13 @@ | |||
49 | &mmc5 { | 49 | &mmc5 { |
50 | status = "disabled"; | 50 | status = "disabled"; |
51 | }; | 51 | }; |
52 | |||
53 | &i2c4 { | ||
54 | clock-frequency = <400000>; | ||
55 | |||
56 | /* Temperature Sensor */ | ||
57 | tmp102@48{ | ||
58 | compatible = "ti,tmp102"; | ||
59 | reg = <0x48>; | ||
60 | }; | ||
61 | }; | ||