forked from Minki/linux
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:
parent
9369554d73
commit
4314f4b672
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user