diff options
author | Teresa Remmet <t.remmet@phytec.de> | 2015-09-03 14:00:07 +0200 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2015-10-13 00:00:37 +0200 |
commit | c72bfb883d1d03a7777960d78437c8329684390d (patch) | |
tree | 43387bb4a569a6007e69b4b45052b9a4094fc600 /arch/arm/boot/dts/am335x-wega.dtsi | |
parent | ARM: dts: dra7-evm: add gpio key support (diff) | |
download | linux-c72bfb883d1d03a7777960d78437c8329684390d.tar.xz linux-c72bfb883d1d03a7777960d78437c8329684390d.zip |
ARM: dts: am335x-wega: Clean up regulators
Cleaned up the regulators on the wega board. Created a simple bus,
renamed the regulators according to the schematics and added missing
regulator on wega.
Signed-off-by: Teresa Remmet <t.remmet@phytec.de>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/am335x-wega.dtsi')
-rw-r--r-- | arch/arm/boot/dts/am335x-wega.dtsi | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/am335x-wega.dtsi b/arch/arm/boot/dts/am335x-wega.dtsi index 5e541bd1b45a..2cecb3951e1b 100644 --- a/arch/arm/boot/dts/am335x-wega.dtsi +++ b/arch/arm/boot/dts/am335x-wega.dtsi @@ -11,6 +11,17 @@ model = "Phytec AM335x phyBOARD-WEGA"; compatible = "phytec,am335x-wega", "phytec,am335x-phycore-som", "ti,am33xx"; + regulators { + compatible = "simple-bus"; + + vcc3v3: fixedregulator@1 { + compatible = "regulator-fixed"; + regulator-name = "vcc3v3"; + regulator-min-microvolt = <3300000>; + regulator-max-microvolt = <3300000>; + regulator-boot-on; + }; + }; }; /* CAN Busses */ @@ -80,7 +91,7 @@ }; &mmc1 { - vmmc-supply = <&vmmc_reg>; + vmmc-supply = <&vcc3v3>; bus-width = <4>; pinctrl-names = "default"; pinctrl-0 = <&mmc1_pins>; |