arm64: dts: ti: k3-am654-base-board: Rename regulator node name
authorNishanth Menon <nm@ti.com>
Wed, 19 Apr 2023 22:59:08 +0000 (17:59 -0500)
committerVignesh Raghavendra <vigneshr@ti.com>
Mon, 8 May 2023 16:16:46 +0000 (21:46 +0530)
Rename the regulator node names to the standard regulator-0.. numbers.

Signed-off-by: Nishanth Menon <nm@ti.com>
Reviewed-by: Kamlesh Gurudasani <kamlesh@ti.com>
Link: https://lore.kernel.org/r/20230419225913.663448-3-nm@ti.com
Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com>
arch/arm64/boot/dts/ti/k3-am654-base-board.dts

index 20d1eea..01c0f06 100644 (file)
@@ -85,7 +85,7 @@
                };
        };
 
-       evm_12v0: fixedregulator-evm12v0 {
+       evm_12v0: regulator-0 {
                /* main supply */
                compatible = "regulator-fixed";
                regulator-name = "evm_12v0";
@@ -95,7 +95,7 @@
                regulator-boot-on;
        };
 
-       vcc3v3_io: fixedregulator-vcc3v3io {
+       vcc3v3_io: regulator-1 {
                /* Output of TPS54334 */
                compatible = "regulator-fixed";
                regulator-name = "vcc3v3_io";
                vin-supply = <&evm_12v0>;
        };
 
-       vdd_mmc1_sd: fixedregulator-sd {
+       vdd_mmc1_sd: regulator-2 {
                compatible = "regulator-fixed";
                regulator-name = "vdd_mmc1_sd";
                regulator-min-microvolt = <3300000>;