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>
This commit is contained in:
Shengyu Qu 2025-02-06 01:16:35 +08:00 committed by Conor Dooley
parent 9b181f4a95
commit 3d20e619c9

View File

@ -233,7 +233,7 @@ vdd_cpu: dcdc2 {
regulator-always-on;
regulator-min-microvolt = <500000>;
regulator-max-microvolt = <1540000>;
regulator-name = "vdd-cpu";
regulator-name = "vdd_cpu";
};
emmc_vdd: aldo4 {