We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8384087 commit 7dafcfaCopy full SHA for 7dafcfa
arch/riscv/boot/dts/starfive/jh7110-starfive-visionfive-2.dtsi
@@ -165,12 +165,28 @@
165
#interrupt-cells = <1>;
166
167
regulators {
168
+ vcc_3v3: dcdc1 {
169
+ regulator-boot-on;
170
+ regulator-always-on;
171
+ regulator-min-microvolt = <3300000>;
172
+ regulator-max-microvolt = <3300000>;
173
+ regulator-name = "vcc_3v3";
174
+ };
175
+
176
vdd_cpu: dcdc2 {
177
regulator-always-on;
178
regulator-min-microvolt = <500000>;
179
regulator-max-microvolt = <1540000>;
180
regulator-name = "vdd-cpu";
181
};
182
183
+ emmc_vdd: aldo4 {
184
185
186
+ regulator-min-microvolt = <1800000>;
187
+ regulator-max-microvolt = <1800000>;
188
+ regulator-name = "emmc_vdd";
189
190
191
192
0 commit comments