Skip to content

Commit

Permalink
ARM: dts: omap5-evm: Add bmp085 sensor support
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Sourav Poddar authored and Benoit Cousson committed Sep 7, 2012
1 parent 5449fbc commit 2887101
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions arch/arm/boot/dts/omap5-evm.dts
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,16 @@
status = "disabled";
};

&i2c2 {
clock-frequency = <400000>;

/* Pressure Sensor */
bmp085@77 {
compatible = "bosch,bmp085";
reg = <0x77>;
};
};

&i2c4 {
clock-frequency = <400000>;

Expand Down

0 comments on commit 2887101

Please sign in to comment.