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:
Romain Perier 2014-09-19 12:36:27 +00:00 коммит произвёл Heiko Stuebner
Родитель bee1cef601
Коммит 6051ddd4f9
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

@ -186,7 +186,6 @@
regulator-name = "VCC_RMII";
regulator-min-microvolt = <3300000>;
regulator-max-microvolt = <3300000>;
regulator-always-on;
};
vccio_wl: REG10 {