[PATCH v3 01/19] clk: imx: pllv3: add enable_bit

2020-04-19 Thread sbabic
> pllv3 PLLs have powerdown/up bits but enable bits too. Specifically > "enable bit" enable the pll output, so when dis/enabling pll by > setting/clearing power_bit we must also set/clear enable_bit. > Signed-off-by: Giulio Benetti > Reviewed-by: Lukasz Majewski Applied to u-boot-imx, master, tha

[PATCH v3 01/19] clk: imx: pllv3: add enable_bit

2020-04-08 Thread Giulio Benetti
pllv3 PLLs have powerdown/up bits but enable bits too. Specifically "enable bit" enable the pll output, so when dis/enabling pll by setting/clearing power_bit we must also set/clear enable_bit. Signed-off-by: Giulio Benetti Reviewed-by: Lukasz Majewski --- drivers/clk/imx/clk-pllv3.c | 9 ++