ARM: dts: sun8i: Add accelerometer to polaroid-mid2407pxe03

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>
This commit is contained in:
Hans de Goede 2016-09-19 12:39:25 +02:00 committed by Maxime Ripard
parent fef377702e
commit 90cb4b8c7e
1 changed files with 7 additions and 0 deletions

View File

@ -62,6 +62,13 @@
};
};
&i2c1 {
mma7660: accelerometer@4c {
reg = <0x4c>;
compatible = "fsl,mma7660";
};
};
&mmc1 {
pinctrl-names = "default";
pinctrl-0 = <&mmc1_pins_a>;