]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
riscv: dts: microchip: clean up beaglev-fire regulator node names
authorConor Dooley <conor.dooley@microchip.com>
Thu, 5 Mar 2026 10:12:12 +0000 (10:12 +0000)
committerConor Dooley <conor.dooley@microchip.com>
Tue, 5 May 2026 09:44:27 +0000 (10:44 +0100)
Recently the binding for regulator-fixed introduced preferred naming, in
the regulator-XvY format. Change the existing regulators to match this
pattern.

Signed-off-by: Conor Dooley <conor.dooley@microchip.com>
arch/riscv/boot/dts/microchip/mpfs-beaglev-fire.dts

index 6e9653827cfe25128dc53da602037ffc507aa8c9..3adcd4b193c21fe117699788e483333782cfd644 100644 (file)
                regulator-max-microvolt = <2800000>;
        };
 
-       imx219_vdig: fixedregulator-1 {
+       imx219_vdig: regulator-1v8 {
                compatible = "regulator-fixed";
                regulator-name = "imx219_vdig";
                regulator-min-microvolt = <1800000>;
                regulator-max-microvolt = <1800000>;
        };
 
-       imx219_vddl: fixedregulator-2 {
+       imx219_vddl: regulator-1v2 {
                compatible = "regulator-fixed";
                regulator-name = "imx219_vddl";
                regulator-min-microvolt = <1200000>;