From: Shengyu Qu Date: Wed, 5 Feb 2025 17:16:35 +0000 (+0800) Subject: riscv: dts: starfive: Unify regulator naming scheme X-Git-Tag: v6.15-rc1~159^2~5^2~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3d20e619c9c0601e147925e86086108c8e03c6ea;p=thirdparty%2Fkernel%2Flinux.git 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 Acked-by: Emil Renner Berthing Signed-off-by: Conor Dooley --- diff --git a/arch/riscv/boot/dts/starfive/jh7110-common.dtsi b/arch/riscv/boot/dts/starfive/jh7110-common.dtsi index 48fb5091b8176..dd2eefc295e5c 100644 --- a/arch/riscv/boot/dts/starfive/jh7110-common.dtsi +++ b/arch/riscv/boot/dts/starfive/jh7110-common.dtsi @@ -233,7 +233,7 @@ regulator-always-on; regulator-min-microvolt = <500000>; regulator-max-microvolt = <1540000>; - regulator-name = "vdd-cpu"; + regulator-name = "vdd_cpu"; }; emmc_vdd: aldo4 {