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: Andy Yan <andy.yan@rock-chips.com>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
This commit is contained in:
Andy Yan 2016-09-04 16:34:27 +08:00 committed by Heiko Stuebner
parent 9369554d73
commit 4314f4b672
1 changed files with 4 additions and 0 deletions

View File

@ -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 {