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

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.com


Signed-off-by: default avatarVignesh Raghavendra <vigneshr@ti.com>
parent 3ae28642
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -85,7 +85,7 @@ switch-6 {
		};
	};

	evm_12v0: fixedregulator-evm12v0 {
	evm_12v0: regulator-0 {
		/* main supply */
		compatible = "regulator-fixed";
		regulator-name = "evm_12v0";
@@ -95,7 +95,7 @@ evm_12v0: fixedregulator-evm12v0 {
		regulator-boot-on;
	};

	vcc3v3_io: fixedregulator-vcc3v3io {
	vcc3v3_io: regulator-1 {
		/* Output of TPS54334 */
		compatible = "regulator-fixed";
		regulator-name = "vcc3v3_io";
@@ -106,7 +106,7 @@ vcc3v3_io: fixedregulator-vcc3v3io {
		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>;