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

Commit 4314f4b6 authored by Andy Yan's avatar Andy Yan Committed by Heiko Stuebner
Browse files

ARM: dts: rockchip: Add sensor-supplies on PopMetal-RK3288 board



Add power supply reference for L3G3200D and the 3-axis Electronic
Compass AK8963.

Signed-off-by: default avatarAndy Yan <andy.yan@rock-chips.com>
Signed-off-by: default avatarHeiko Stuebner <heiko@sntech.de>
parent 9369554d
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -387,12 +387,16 @@
		interrupts = <1 IRQ_TYPE_EDGE_RISING>;
		pinctrl-names = "default";
		pinctrl-0 = <&comp_int>;
		vdd-supply = <&vcc_io>;
		vid-supply = <&vcc_io>;
	};

	l3g4200d: l3g4200d@69 {
		compatible = "st,l3g4200d-gyro";
		st,drdy-int-pin = <2>;
		reg = <0x69>;
		vdd-supply = <&vcc_io>;
		vddio-supply = <&vcc_io>;
	};

	mma8452: mma8452@1d {