diff options
author | Sourav Poddar <sourav.poddar@ti.com> | 2012-07-25 10:59:40 +0530 |
---|---|---|
committer | Benoit Cousson <b-cousson@ti.com> | 2012-09-07 19:18:32 +0200 |
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 457d1ec7ed9..9c41a3f311a 100644 --- a/arch/arm/boot/dts/omap5-evm.dts +++ b/arch/arm/boot/dts/omap5-evm.dts @@ -51,6 +51,16 @@ status = "disabled"; }; +&i2c2 { + clock-frequency = <400000>; + + /* Pressure Sensor */ + bmp085@77 { + compatible = "bosch,bmp085"; + reg = <0x77>; + }; +}; + &i2c4 { clock-frequency = <400000>; |