Skip to content

Commit

Permalink
ARM: dts: sun8i: Add accelerometer to polaroid-mid2407pxe03
Browse files Browse the repository at this point in the history
Add a dt node describing the mma7660 accelerometer on the
polaroid-mid2407pxe03 tablet.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
  • Loading branch information
Hans de Goede authored and Maxime Ripard committed Sep 21, 2016
1 parent fef3777 commit 90cb4b8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions arch/arm/boot/dts/sun8i-a23-polaroid-mid2407pxe03.dts
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,13 @@
};
};

&i2c1 {
mma7660: accelerometer@4c {
reg = <0x4c>;
compatible = "fsl,mma7660";
};
};

&mmc1 {
pinctrl-names = "default";
pinctrl-0 = <&mmc1_pins_a>;
Expand Down

0 comments on commit 90cb4b8

Please sign in to comment.