diff options
Diffstat (limited to 'arch/arm/boot/dts/sunxi-common-regulators.dtsi')
-rw-r--r-- | arch/arm/boot/dts/sunxi-common-regulators.dtsi | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/sunxi-common-regulators.dtsi b/arch/arm/boot/dts/sunxi-common-regulators.dtsi index 18eeac0670b9..3d021efd1a38 100644 --- a/arch/arm/boot/dts/sunxi-common-regulators.dtsi +++ b/arch/arm/boot/dts/sunxi-common-regulators.dtsi | |||
@@ -72,4 +72,18 @@ | |||
72 | gpio = <&pio 7 3 0>; | 72 | gpio = <&pio 7 3 0>; |
73 | status = "disabled"; | 73 | status = "disabled"; |
74 | }; | 74 | }; |
75 | |||
76 | reg_vcc3v0: vcc3v0 { | ||
77 | compatible = "regulator-fixed"; | ||
78 | regulator-name = "vcc3v0"; | ||
79 | regulator-min-microvolt = <3000000>; | ||
80 | regulator-max-microvolt = <3000000>; | ||
81 | }; | ||
82 | |||
83 | reg_vcc3v3: vcc3v3 { | ||
84 | compatible = "regulator-fixed"; | ||
85 | regulator-name = "vcc3v3"; | ||
86 | regulator-min-microvolt = <3300000>; | ||
87 | regulator-max-microvolt = <3300000>; | ||
88 | }; | ||
75 | }; | 89 | }; |