forked from Minki/linux
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:
parent
fef377702e
commit
90cb4b8c7e
@ -62,6 +62,13 @@
|
||||
};
|
||||
};
|
||||
|
||||
&i2c1 {
|
||||
mma7660: accelerometer@4c {
|
||||
reg = <0x4c>;
|
||||
compatible = "fsl,mma7660";
|
||||
};
|
||||
};
|
||||
|
||||
&mmc1 {
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&mmc1_pins_a>;
|
||||
|
Loading…
Reference in New Issue
Block a user