diff mbox

ARM: OMAP2+: LogicPD Torpedo + Wireless: Revert duplicative DTS entries

Message ID 1450319946-20968-1-git-send-email-aford173@gmail.com (mailing list archive)
State New, archived
Headers show

Commit Message

Adam Ford Dec. 17, 2015, 2:39 a.m. UTC
Revert commit 6f0f6c40b66 ("ARM: dts: Set VAUX1 and VAUX4 on Logic PD Torpedo")
because it It was already done and it's just a duplicate.  See:
commit 2d11961f3e55 ("ARM: dts: Set VAUX1 and VAUX4 to 3.0V and 1.8V respectively")
---
 arch/arm/boot/dts/logicpd-torpedo-37xx-devkit.dts | 10 ----------
 1 file changed, 10 deletions(-)

Comments

Tony Lindgren Dec. 17, 2015, 6:28 p.m. UTC | #1
* Adam Ford <aford173@gmail.com> [151216 18:39]:
> Revert commit 6f0f6c40b66 ("ARM: dts: Set VAUX1 and VAUX4 on Logic PD Torpedo")
> because it It was already done and it's just a duplicate.  See:
> commit 2d11961f3e55 ("ARM: dts: Set VAUX1 and VAUX4 to 3.0V and 1.8V respectively")

Care to reply with your Signed-off-by for this one?

> ---
>  arch/arm/boot/dts/logicpd-torpedo-37xx-devkit.dts | 10 ----------
>  1 file changed, 10 deletions(-)
> 
> diff --git a/arch/arm/boot/dts/logicpd-torpedo-37xx-devkit.dts b/arch/arm/boot/dts/logicpd-torpedo-37xx-devkit.dts
> index b017871..b07d1d9 100644
> --- a/arch/arm/boot/dts/logicpd-torpedo-37xx-devkit.dts
> +++ b/arch/arm/boot/dts/logicpd-torpedo-37xx-devkit.dts
> @@ -83,16 +83,6 @@
>  	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";
>  };
> -- 
> 1.9.1
> 
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/arch/arm/boot/dts/logicpd-torpedo-37xx-devkit.dts b/arch/arm/boot/dts/logicpd-torpedo-37xx-devkit.dts
index b017871..b07d1d9 100644
--- a/arch/arm/boot/dts/logicpd-torpedo-37xx-devkit.dts
+++ b/arch/arm/boot/dts/logicpd-torpedo-37xx-devkit.dts
@@ -83,16 +83,6 @@ 
 	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";
 };