ARM: dts: dra7-evm: Rename mmc2_3v3 supply to evm_3v3_sw
Use the name for the supply as it is in the schematics since the same supply is used for other peripherals than MMC2, like audio. Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
This commit is contained in:
parent
026d4d6db2
commit
27f39e5f5f
1 changed files with 3 additions and 3 deletions
|
@ -28,9 +28,9 @@
|
||||||
gpio = <&pcf_gpio_21 5 GPIO_ACTIVE_HIGH>;
|
gpio = <&pcf_gpio_21 5 GPIO_ACTIVE_HIGH>;
|
||||||
};
|
};
|
||||||
|
|
||||||
mmc2_3v3: fixedregulator-mmc2 {
|
evm_3v3_sw: fixedregulator-evm_3v3_sw {
|
||||||
compatible = "regulator-fixed";
|
compatible = "regulator-fixed";
|
||||||
regulator-name = "mmc2_3v3";
|
regulator-name = "evm_3v3_sw";
|
||||||
regulator-min-microvolt = <3300000>;
|
regulator-min-microvolt = <3300000>;
|
||||||
regulator-max-microvolt = <3300000>;
|
regulator-max-microvolt = <3300000>;
|
||||||
};
|
};
|
||||||
|
@ -484,7 +484,7 @@
|
||||||
|
|
||||||
&mmc2 {
|
&mmc2 {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
vmmc-supply = <&mmc2_3v3>;
|
vmmc-supply = <&evm_3v3_sw>;
|
||||||
bus-width = <8>;
|
bus-width = <8>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue