aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/arm/boot/dts/rk3066a-marsboard.dts14
1 files changed, 14 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/rk3066a-marsboard.dts b/arch/arm/boot/dts/rk3066a-marsboard.dts
index 57489ee54022..0a7304beb417 100644
--- a/arch/arm/boot/dts/rk3066a-marsboard.dts
+++ b/arch/arm/boot/dts/rk3066a-marsboard.dts
@@ -60,6 +60,14 @@
60 startup-delay-us = <100000>; 60 startup-delay-us = <100000>;
61 vin-supply = <&vcc_io>; 61 vin-supply = <&vcc_io>;
62 }; 62 };
63
64 vsys: vsys-regulator {
65 compatible = "regulator-fixed";
66 regulator-name = "vsys";
67 regulator-min-microvolt = <5000000>;
68 regulator-max-microvolt = <5000000>;
69 regulator-boot-on;
70 };
63}; 71};
64 72
65&i2c1 { 73&i2c1 {
@@ -72,8 +80,14 @@
72 interrupt-parent = <&gpio6>; 80 interrupt-parent = <&gpio6>;
73 interrupts = <4 IRQ_TYPE_LEVEL_LOW>; 81 interrupts = <4 IRQ_TYPE_LEVEL_LOW>;
74 82
83 vcc1-supply = <&vsys>;
84 vcc2-supply = <&vsys>;
85 vcc3-supply = <&vsys>;
86 vcc4-supply = <&vsys>;
75 vcc5-supply = <&vcc_io>; 87 vcc5-supply = <&vcc_io>;
76 vcc6-supply = <&vcc_io>; 88 vcc6-supply = <&vcc_io>;
89 vcc7-supply = <&vsys>;
90 vccio-supply = <&vsys>;
77 91
78 regulators { 92 regulators {
79 vcc_rtc: regulator@0 { 93 vcc_rtc: regulator@0 {