Skip to content

Commit 3d20e61

Browse files
HeadcrabedConchuOD
authored andcommitted
riscv: dts: starfive: Unify regulator naming scheme
Currently, there are 3 regulators defined in JH7110's common device tree, but regulator names are mixed with "-" and "_". So unify them to "_", which is more often to be seen in other dts files. Signed-off-by: Shengyu Qu <wiagn233@outlook.com> Acked-by: Emil Renner Berthing <emil.renner.berthing@canonical.com> Signed-off-by: Conor Dooley <conor.dooley@microchip.com>
1 parent 9b181f4 commit 3d20e61

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

arch/riscv/boot/dts/starfive/jh7110-common.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@
233233
regulator-always-on;
234234
regulator-min-microvolt = <500000>;
235235
regulator-max-microvolt = <1540000>;
236-
regulator-name = "vdd-cpu";
236+
regulator-name = "vdd_cpu";
237237
};
238238

239239
emmc_vdd: aldo4 {

0 commit comments

Comments
 (0)