Let the recently added Rockchip IO domain driver configure the IO domains instead of setting the bits in rk3568_start(). Signed-off-by: Michael Riesch <michael.riesch@xxxxxxxxxxxxxx> --- arch/arm/boards/radxa-rock3/lowlevel.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/arch/arm/boards/radxa-rock3/lowlevel.c b/arch/arm/boards/radxa-rock3/lowlevel.c index 00a68889cd..5c2499362b 100644 --- a/arch/arm/boards/radxa-rock3/lowlevel.c +++ b/arch/arm/boards/radxa-rock3/lowlevel.c @@ -23,12 +23,6 @@ static noinline void rk3568_start(void *fdt) setup_c(); - /* - * Enable vccio4 1.8V and vccio6 1.8V - * Needed for GMAC to work. - */ - writel(RK_SETBITS(0x50), 0xfdc20140); - if (current_el() == 3) { rk3568_lowlevel_init(); rk3568_atf_load_bl31(fdt); -- 2.30.2