Skip to content

Commit 7dafcfa

Browse files
littleqypConchuOD
authored andcommitted
riscv: dts: starfive: enable DCDC1&ALDO4 node in axp15060
Enable DCDC1 node for vmmc-supply and enable ALDO4 node for vqmmc-supply. Signed-off-by: William Qiu <william.qiu@starfivetech.com> Signed-off-by: Conor Dooley <conor.dooley@microchip.com>
1 parent 8384087 commit 7dafcfa

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

arch/riscv/boot/dts/starfive/jh7110-starfive-visionfive-2.dtsi

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,12 +165,28 @@
165165
#interrupt-cells = <1>;
166166

167167
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+
168176
vdd_cpu: dcdc2 {
169177
regulator-always-on;
170178
regulator-min-microvolt = <500000>;
171179
regulator-max-microvolt = <1540000>;
172180
regulator-name = "vdd-cpu";
173181
};
182+
183+
emmc_vdd: aldo4 {
184+
regulator-boot-on;
185+
regulator-always-on;
186+
regulator-min-microvolt = <1800000>;
187+
regulator-max-microvolt = <1800000>;
188+
regulator-name = "emmc_vdd";
189+
};
174190
};
175191
};
176192
};

0 commit comments

Comments
 (0)