Skip to content

Commit d6c01c2

Browse files
Peter Ujfalusitmlind
authored andcommitted
ARM: dts: dra7-evm: Rename evm_3v3 regulator to vsys_3v3
On the new schematics it is renamed and the same name is used on other dra7 boards. Signed-off-by: Peter Ujfalusi <[email protected]> Signed-off-by: Tony Lindgren <[email protected]>
1 parent bb6d3fb commit d6c01c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

arch/arm/boot/dts/dra7-evm.dts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,10 @@
6161
regulator-max-microvolt = <1800000>;
6262
};
6363

64-
evm_3v3: fixedregulator-evm3v3 {
64+
vsys_3v3: fixedregulator-vsys3v3 {
6565
/* Output of Cntlr A of TPS43351-Q1 on dra7-evm */
6666
compatible = "regulator-fixed";
67-
regulator-name = "evm_3v3";
67+
regulator-name = "vsys_3v3";
6868
regulator-min-microvolt = <3300000>;
6969
regulator-max-microvolt = <3300000>;
7070
vin-supply = <&evm_12v0>;

0 commit comments

Comments
 (0)