Skip to content

Commit

Permalink
ARM: dts: rockchip: Remove "regulator-always-on" in vcc_rmii for Radx…
Browse files Browse the repository at this point in the history
…a Rock

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>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
  • Loading branch information
Romain Perier authored and Heiko Stuebner committed Sep 22, 2014
1 parent bee1cef commit 6051ddd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion arch/arm/boot/dts/rk3188-radxarock.dts
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,6 @@
regulator-name = "VCC_RMII";
regulator-min-microvolt = <3300000>;
regulator-max-microvolt = <3300000>;
regulator-always-on;
};

vccio_wl: REG10 {
Expand Down

0 comments on commit 6051ddd

Please sign in to comment.