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

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
......@@ -387,12 +387,16 @@ ak8963: ak8963@0d {
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 {
......
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