Skip to content

Commit

Permalink
ARM: dts: omap3-gta04: Add bma180 accelerometer
Browse files Browse the repository at this point in the history
Add node for bma180 driver.

Signed-off-by: NeilBrown <neilb@suse.de>
Signed-off-by: Tony Lindgren <tony@atomide.com>
  • Loading branch information
NeilBrown authored and Tony Lindgren committed Mar 2, 2014
1 parent 5a13ba6 commit 24d0bb8
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions arch/arm/boot/dts/omap3-gta04.dts
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,14 @@
reg = <0x77>;
};

/* accelerometer */
bma180@41 {
compatible = "bosch,bma180";
reg = <0x41>;
interrupt-parent = <&gpio3>;
interrupts = <19 IRQ_TYPE_LEVEL_HIGH>;
};

/* leds */
tca6507@45 {
compatible = "ti,tca6507";
Expand Down

0 comments on commit 24d0bb8

Please sign in to comment.