Commit ec1b5482 authored by Nishanth Menon's avatar Nishanth Menon Committed by Vignesh Raghavendra

arm64: dts: ti: k3-am654-base-board: Rename regulator node name

Rename the regulator node names to the standard regulator-0.. numbers.
Signed-off-by: default avatarNishanth Menon <nm@ti.com>
Reviewed-by: default avatarKamlesh Gurudasani <kamlesh@ti.com>
Link: https://lore.kernel.org/r/20230419225913.663448-3-nm@ti.comSigned-off-by: default avatarVignesh Raghavendra <vigneshr@ti.com>
parent 3ae28642
...@@ -85,7 +85,7 @@ switch-6 { ...@@ -85,7 +85,7 @@ switch-6 {
}; };
}; };
evm_12v0: fixedregulator-evm12v0 { evm_12v0: regulator-0 {
/* main supply */ /* main supply */
compatible = "regulator-fixed"; compatible = "regulator-fixed";
regulator-name = "evm_12v0"; regulator-name = "evm_12v0";
...@@ -95,7 +95,7 @@ evm_12v0: fixedregulator-evm12v0 { ...@@ -95,7 +95,7 @@ evm_12v0: fixedregulator-evm12v0 {
regulator-boot-on; regulator-boot-on;
}; };
vcc3v3_io: fixedregulator-vcc3v3io { vcc3v3_io: regulator-1 {
/* Output of TPS54334 */ /* Output of TPS54334 */
compatible = "regulator-fixed"; compatible = "regulator-fixed";
regulator-name = "vcc3v3_io"; regulator-name = "vcc3v3_io";
...@@ -106,7 +106,7 @@ vcc3v3_io: fixedregulator-vcc3v3io { ...@@ -106,7 +106,7 @@ vcc3v3_io: fixedregulator-vcc3v3io {
vin-supply = <&evm_12v0>; vin-supply = <&evm_12v0>;
}; };
vdd_mmc1_sd: fixedregulator-sd { vdd_mmc1_sd: regulator-2 {
compatible = "regulator-fixed"; compatible = "regulator-fixed";
regulator-name = "vdd_mmc1_sd"; regulator-name = "vdd_mmc1_sd";
regulator-min-microvolt = <3300000>; regulator-min-microvolt = <3300000>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment