diff options
author | Sourav Poddar <sourav.poddar@ti.com> | 2012-07-25 01:29:40 -0400 |
---|---|---|
committer | Benoit Cousson <b-cousson@ti.com> | 2012-09-07 13:18:32 -0400 |
commit | 288710151333ee2c730e9c9c26376c1dac83c292 (patch) | |
tree | 569b09c9f888d3e213da6b519a811a86d4242cd5 /arch/arm/boot/dts/omap5-evm.dts | |
parent | 5449fbc27b27317526391409b7bcacd2104a6a2f (diff) |
ARM: dts: omap5-evm: Add bmp085 sensor support
Add bmp085 pressure 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 457d1ec7ed93..9c41a3f311aa 100644 --- a/arch/arm/boot/dts/omap5-evm.dts +++ b/arch/arm/boot/dts/omap5-evm.dts | |||
@@ -51,6 +51,16 @@ | |||
51 | status = "disabled"; | 51 | status = "disabled"; |
52 | }; | 52 | }; |
53 | 53 | ||
54 | &i2c2 { | ||
55 | clock-frequency = <400000>; | ||
56 | |||
57 | /* Pressure Sensor */ | ||
58 | bmp085@77 { | ||
59 | compatible = "bosch,bmp085"; | ||
60 | reg = <0x77>; | ||
61 | }; | ||
62 | }; | ||
63 | |||
54 | &i2c4 { | 64 | &i2c4 { |
55 | clock-frequency = <400000>; | 65 | clock-frequency = <400000>; |
56 | 66 | ||