Use regulators_enable_boot_on() to init all the regulators with
regulator-boot-on property. This is relevant for all rk3288-boards.

Signed-off-by: Wadim Egorov <w.ego...@phytec.de>
Signed-off-by: Janine Hagemann <j.hagem...@phytec.de>
---
v3: - move regulator-enable to a more generic part of the driver
---
 arch/arm/mach-rockchip/rk3288-board.c | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/arch/arm/mach-rockchip/rk3288-board.c 
b/arch/arm/mach-rockchip/rk3288-board.c
index 9c4f7f2..067b988 100644
--- a/arch/arm/mach-rockchip/rk3288-board.c
+++ b/arch/arm/mach-rockchip/rk3288-board.c
@@ -132,12 +132,6 @@ static int veyron_init(void)
        if (ret)
                return ret;
 
-       ret = regulators_enable_boot_on(false);
-       if (ret) {
-               debug("%s: Cannot enable boot on regulators\n", __func__);
-               return ret;
-       }
-
        return 0;
 }
 #endif
@@ -175,6 +169,12 @@ err:
 #else
        int ret;
 
+       ret = regulators_enable_boot_on(false);
+       if (ret) {
+               debug("%s: Cannot enable boot on regulator\n", __func__);
+               return ret;
+       }
+
        /* We do some SoC one time setting here */
        if (!fdt_node_check_compatible(gd->fdt_blob, 0, "google,veyron")) {
                ret = veyron_init();
-- 
2.7.4

_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot

Reply via email to