arm64: dts: ti: k3-am642-evm: Rename regulator node name
authorNishanth Menon <nm@ti.com>
Fri, 14 Apr 2023 07:33:26 +0000 (02:33 -0500)
committerVignesh Raghavendra <vigneshr@ti.com>
Mon, 8 May 2023 15:12:46 +0000 (20:42 +0530)
Rename the regulator node names to the standard regulator-0.. numbers.

Signed-off-by: Nishanth Menon <nm@ti.com>
Reviewed-by: Roger Quadros <rogerq@kernel.org>
Link: https://lore.kernel.org/r/20230414073328.381336-9-nm@ti.com
Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com>
arch/arm64/boot/dts/ti/k3-am642-evm.dts

index a1ed102a69f189e2d571760186a127759d5781d2..9cf181d0199f8efa209a23d1f3608b68828b86d1 100644 (file)
@@ -94,7 +94,7 @@
                };
        };
 
-       evm_12v0: fixedregulator-evm12v0 {
+       evm_12v0: regulator-0 {
                /* main DC jack */
                compatible = "regulator-fixed";
                regulator-name = "evm_12v0";
                regulator-boot-on;
        };
 
-       vsys_5v0: fixedregulator-vsys5v0 {
+       vsys_5v0: regulator-1 {
                /* output of LM5140 */
                compatible = "regulator-fixed";
                regulator-name = "vsys_5v0";
                regulator-boot-on;
        };
 
-       vsys_3v3: fixedregulator-vsys3v3 {
+       vsys_3v3: regulator-2 {
                /* output of LM5140 */
                compatible = "regulator-fixed";
                regulator-name = "vsys_3v3";
                regulator-boot-on;
        };
 
-       vdd_mmc1: fixed-regulator-sd {
+       vdd_mmc1: regulator-3 {
                /* TPS2051BD */
                compatible = "regulator-fixed";
                regulator-name = "vdd_mmc1";
                gpio = <&exp1 6 GPIO_ACTIVE_HIGH>;
        };
 
-       vddb: fixedregulator-vddb {
+       vddb: regulator-4 {
                compatible = "regulator-fixed";
                regulator-name = "vddb_3v3_display";
                regulator-min-microvolt = <3300000>;