ARM: dts: dra7-evm: Rename evm_3v3 regulator to vsys_3v3
authorPeter Ujfalusi <peter.ujfalusi@ti.com>
Fri, 24 Jan 2020 12:11:39 +0000 (14:11 +0200)
committerTony Lindgren <tony@atomide.com>
Thu, 20 Feb 2020 17:26:35 +0000 (09:26 -0800)
On the new schematics it is renamed and the same name is used on other
dra7 boards.

Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/boot/dts/dra7-evm.dts

index de7f85e..af06a55 100644 (file)
                regulator-max-microvolt = <1800000>;
        };
 
-       evm_3v3: fixedregulator-evm3v3 {
+       vsys_3v3: fixedregulator-vsys3v3 {
                /* Output of Cntlr A of TPS43351-Q1 on dra7-evm */
                compatible = "regulator-fixed";
-               regulator-name = "evm_3v3";
+               regulator-name = "vsys_3v3";
                regulator-min-microvolt = <3300000>;
                regulator-max-microvolt = <3300000>;
                vin-supply = <&evm_12v0>;