ARM: dts: rockchip: Remove "regulator-always-on" in vcc_rmii for Radxa 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>
This commit is contained in:
parent
bee1cef601
commit
6051ddd4f9
1 changed files with 0 additions and 1 deletions
|
@ -186,7 +186,6 @@
|
||||||
regulator-name = "VCC_RMII";
|
regulator-name = "VCC_RMII";
|
||||||
regulator-min-microvolt = <3300000>;
|
regulator-min-microvolt = <3300000>;
|
||||||
regulator-max-microvolt = <3300000>;
|
regulator-max-microvolt = <3300000>;
|
||||||
regulator-always-on;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
vccio_wl: REG10 {
|
vccio_wl: REG10 {
|
||||||
|
|
Loading…
Add table
Reference in a new issue