projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bee1cef
)
ARM: dts: rockchip: Remove "regulator-always-on" in vcc_rmii for Radxa Rock
author
Romain Perier
<romain.perier@gmail.com>
Fri, 19 Sep 2014 12:36:27 +0000
(12:36 +0000)
committer
Heiko Stuebner
<heiko@sntech.de>
Mon, 22 Sep 2014 09:53:39 +0000
(11:53 +0200)
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>
arch/arm/boot/dts/rk3188-radxarock.dts
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/rk3188-radxarock.dts
b/arch/arm/boot/dts/rk3188-radxarock.dts
index c08744d7c5ae8b528f972147315aad6a434f5ce5..61d364e55e4bfcd337cd8cd299c24caf0448722a 100644
(file)
--- a/
arch/arm/boot/dts/rk3188-radxarock.dts
+++ b/
arch/arm/boot/dts/rk3188-radxarock.dts
@@
-186,7
+186,6
@@
regulator-name = "VCC_RMII";
regulator-min-microvolt = <3300000>;
regulator-max-microvolt = <3300000>;
- regulator-always-on;
};
vccio_wl: REG10 {