Commit 7172e745 authored by Misael Lopez Cruz's avatar Misael Lopez Cruz Committed by Tony Lindgren

ARM: dts: dra72-evm: Rename 3.3V regulator tag

Rename the tag of the 3.3 V regulator used in the DRA72 EVM in
order to have a consistent tag name with the DRA7 EVM.  This
is useful when the regulator needs to be referenced in common
dtsi files (i.e. for common companion boards like JAMR3 [1]).

[1] http://www.ti.com.cn/cn/lit/ug/sprui52/sprui52.pdfSigned-off-by: default avatarMisael Lopez Cruz <misael.lopez@ti.com>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent eaa03e42
...@@ -18,7 +18,7 @@ aliases { ...@@ -18,7 +18,7 @@ aliases {
display0 = &hdmi0; display0 = &hdmi0;
}; };
evm_3v3: fixedregulator-evm_3v3 { evm_3v3_sw: fixedregulator-evm_3v3 {
compatible = "regulator-fixed"; compatible = "regulator-fixed";
regulator-name = "evm_3v3"; regulator-name = "evm_3v3";
regulator-min-microvolt = <3300000>; regulator-min-microvolt = <3300000>;
...@@ -29,7 +29,7 @@ aic_dvdd: fixedregulator-aic_dvdd { ...@@ -29,7 +29,7 @@ aic_dvdd: fixedregulator-aic_dvdd {
/* TPS77018DBVT */ /* TPS77018DBVT */
compatible = "regulator-fixed"; compatible = "regulator-fixed";
regulator-name = "aic_dvdd"; regulator-name = "aic_dvdd";
vin-supply = <&evm_3v3>; vin-supply = <&evm_3v3_sw>;
regulator-min-microvolt = <1800000>; regulator-min-microvolt = <1800000>;
regulator-max-microvolt = <1800000>; regulator-max-microvolt = <1800000>;
}; };
...@@ -414,9 +414,9 @@ tlv320aic3106: tlv320aic3106@19 { ...@@ -414,9 +414,9 @@ tlv320aic3106: tlv320aic3106@19 {
status = "okay"; status = "okay";
/* Regulators */ /* Regulators */
AVDD-supply = <&evm_3v3>; AVDD-supply = <&evm_3v3_sw>;
IOVDD-supply = <&evm_3v3>; IOVDD-supply = <&evm_3v3_sw>;
DRVDD-supply = <&evm_3v3>; DRVDD-supply = <&evm_3v3_sw>;
DVDD-supply = <&aic_dvdd>; DVDD-supply = <&aic_dvdd>;
}; };
}; };
...@@ -597,7 +597,7 @@ &mmc2 { ...@@ -597,7 +597,7 @@ &mmc2 {
pinctrl-names = "default"; pinctrl-names = "default";
pinctrl-0 = <&mmc2_pins_default>; pinctrl-0 = <&mmc2_pins_default>;
vmmc-supply = <&evm_3v3>; vmmc-supply = <&evm_3v3_sw>;
bus-width = <8>; bus-width = <8>;
ti,non-removable; ti,non-removable;
max-frequency = <192000000>; max-frequency = <192000000>;
......
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