mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
ARM: dts: omap4-droid4: Add accelerometer
Add accelerometer. Signed-off-by: Sebastian Reichel <sre@kernel.org> Signed-off-by: Tony Lindgren <tony@atomide.com>
This commit is contained in:
parent
d2913a6992
commit
6f1a074416
1 changed files with 14 additions and 0 deletions
|
@ -280,4 +280,18 @@
|
|||
"0", "0", "-1";
|
||||
|
||||
};
|
||||
|
||||
lis3dh: accelerometer@18 {
|
||||
compatible = "st,lis3dh-accel";
|
||||
reg = <0x18>;
|
||||
|
||||
vdd-supply = <&vhvio>;
|
||||
|
||||
interrupt-parent = <&gpio2>;
|
||||
interrupts = <2 IRQ_TYPE_EDGE_BOTH>; /* gpio34 */
|
||||
|
||||
rotation-matrix = "0", "-1", "0",
|
||||
"1", "0", "0",
|
||||
"0", "0", "1";
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue