aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot
diff options
context:
space:
mode:
authorAndy Yan <andy.yan@rock-chips.com>2016-09-04 04:34:27 -0400
committerHeiko Stuebner <heiko@sntech.de>2016-09-05 05:09:41 -0400
commit4314f4b6720d96b0504da30112b6d42d13c3e50f (patch)
tree51a70bbf9b9ae4137d7a57e8275662059d888d87 /arch/arm/boot
parent9369554d73c79396772c5e20dd19c75249a4ecbe (diff)
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>
Diffstat (limited to 'arch/arm/boot')
-rw-r--r--arch/arm/boot/dts/rk3288-popmetal.dts4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/rk3288-popmetal.dts b/arch/arm/boot/dts/rk3288-popmetal.dts
index d94e210d294b..56dd377d5658 100644
--- a/arch/arm/boot/dts/rk3288-popmetal.dts
+++ b/arch/arm/boot/dts/rk3288-popmetal.dts
@@ -387,12 +387,16 @@
387 interrupts = <1 IRQ_TYPE_EDGE_RISING>; 387 interrupts = <1 IRQ_TYPE_EDGE_RISING>;
388 pinctrl-names = "default"; 388 pinctrl-names = "default";
389 pinctrl-0 = <&comp_int>; 389 pinctrl-0 = <&comp_int>;
390 vdd-supply = <&vcc_io>;
391 vid-supply = <&vcc_io>;
390 }; 392 };
391 393
392 l3g4200d: l3g4200d@69 { 394 l3g4200d: l3g4200d@69 {
393 compatible = "st,l3g4200d-gyro"; 395 compatible = "st,l3g4200d-gyro";
394 st,drdy-int-pin = <2>; 396 st,drdy-int-pin = <2>;
395 reg = <0x69>; 397 reg = <0x69>;
398 vdd-supply = <&vcc_io>;
399 vddio-supply = <&vcc_io>;
396 }; 400 };
397 401
398 mma8452: mma8452@1d { 402 mma8452: mma8452@1d {