diff mbox

ARM: dts: rockchip: Remove "regulator-always-on" in vcc_rmii for Radxa Rock

Message ID 1411130187-4966-1-git-send-email-romain.perier@gmail.com (mailing list archive)
State New, archived
Headers show

Commit Message

Romain Perier Sept. 19, 2014, 12:36 p.m. UTC
On Rockchip RK3188 SoCs the platform driver emac_rockchip is used. This variant driver
enables this regulator when the device driver is loaded. The phy no longer needs
to be always on.

Signed-off-by: Romain Perier <romain.perier@gmail.com>
---
 arch/arm/boot/dts/rk3188-radxarock.dts | 1 -
 1 file changed, 1 deletion(-)

Comments

Heiko Stuebner Sept. 22, 2014, 1:16 p.m. UTC | #1
Am Freitag, 19. September 2014, 12:36:27 schrieb Romain Perier:
> On Rockchip RK3188 SoCs the platform driver emac_rockchip is used. This
> variant driver enables this regulator when the device driver is loaded. The
> phy no longer needs to be always on.
> 
> Signed-off-by: Romain Perier <romain.perier@gmail.com>

Added to my dts branch and included in the latest pull request to arm-soc

Please also include linux-arm-kernel@lists.infradead.org (the list for all 
things arm) in future submissions


Heiko

> ---
>  arch/arm/boot/dts/rk3188-radxarock.dts | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/arch/arm/boot/dts/rk3188-radxarock.dts
> b/arch/arm/boot/dts/rk3188-radxarock.dts index e04bf8f..d95f881 100644
> --- a/arch/arm/boot/dts/rk3188-radxarock.dts
> +++ b/arch/arm/boot/dts/rk3188-radxarock.dts
> @@ -176,7 +176,6 @@
>  				regulator-name = "VCC_RMII";
>  				regulator-min-microvolt = <3300000>;
>  				regulator-max-microvolt = <3300000>;
> -				regulator-always-on;
>  			};
> 
>  			vccio_wl: REG10 {
diff mbox

Patch

diff --git a/arch/arm/boot/dts/rk3188-radxarock.dts b/arch/arm/boot/dts/rk3188-radxarock.dts
index e04bf8f..d95f881 100644
--- a/arch/arm/boot/dts/rk3188-radxarock.dts
+++ b/arch/arm/boot/dts/rk3188-radxarock.dts
@@ -176,7 +176,6 @@ 
 				regulator-name = "VCC_RMII";
 				regulator-min-microvolt = <3300000>;
 				regulator-max-microvolt = <3300000>;
-				regulator-always-on;
 			};
 
 			vccio_wl: REG10 {