Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5d97c677 authored by Sander Vermin's avatar Sander Vermin Committed by Maxime Ripard
Browse files

ARM: dts: sun6i: Add accelerometer on Columbus A31



Add mma8452 accelerometer to sun6i-a31-colombus.dts.

Signed-off-by: default avatarSander Vermin <sander@vermin.nl>
Signed-off-by: default avatarHans de Goede <hdegoede@redhat.com>
Signed-off-by: default avatarMaxime Ripard <maxime.ripard@free-electrons.com>
parent adfa06ce
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -92,6 +92,13 @@
	pinctrl-names = "default";
	pinctrl-0 = <&i2c2_pins_a>;
	status = "okay";

	mma8452: mma8452@1d {
		compatible = "fsl,mma8452";
		reg = <0x1d>;
		interrupt-parent = <&pio>;
		interrupts = <0 9 IRQ_TYPE_LEVEL_LOW>; /* PA9 */
	};
};

&mmc0 {