ARM: OMAP2+: LogicPD Torpedo: Revert Duplicative Entries
authorAdam Ford <aford173@gmail.com>
Fri, 18 Dec 2015 00:52:16 +0000 (18:52 -0600)
committerTony Lindgren <tony@atomide.com>
Fri, 18 Dec 2015 01:28:54 +0000 (17:28 -0800)
Revert 6f0f6c40b66 ("ARM: dts: Set VAUX1 and VAUX4 on Logic PD Torpedo")
because it It was already done and it's just a duplicate.  See:
2d11961f3e55 ("ARM: dts: Set VAUX1 and VAUX4 to 3.0V and 1.8V respectively")

Signed-off-by: Adam Ford <aford173@gmail.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/boot/dts/logicpd-torpedo-37xx-devkit.dts

index c54f7720ac9152936f167414aac433ca82837b1b..6854bda5063f1368a1cfdda101fdc21ccc1dbab7 100644 (file)
        regulator-max-microvolt = <1800000>;
 };
 
-&vaux1 {
-       regulator-min-microvolt = <3000000>;
-       regulator-max-microvolt = <3000000>;
-};
-
-&vaux4 {
-       regulator-min-microvolt = <1800000>;
-       regulator-max-microvolt = <1800000>;
-};
-
 &mcbsp2 {
        status = "okay";
 };
This page took 0.036785 seconds and 5 git commands to generate.