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

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
......@@ -92,6 +92,13 @@ &i2c2 {
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 {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment