]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
riscv: dts: starfive: Unify regulator naming scheme
authorShengyu Qu <wiagn233@outlook.com>
Wed, 5 Feb 2025 17:16:35 +0000 (01:16 +0800)
committerConor Dooley <conor.dooley@microchip.com>
Wed, 12 Feb 2025 08:14:16 +0000 (08:14 +0000)
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>
arch/riscv/boot/dts/starfive/jh7110-common.dtsi

index 48fb5091b8176664876bae8e984b7a8e40e39e37..dd2eefc295e5c8b568a02104ec2189e66b378904 100644 (file)
                                regulator-always-on;
                                regulator-min-microvolt = <500000>;
                                regulator-max-microvolt = <1540000>;
-                               regulator-name = "vdd-cpu";
+                               regulator-name = "vdd_cpu";
                        };
 
                        emmc_vdd: aldo4 {