Re: [PATCH v1 5/8] clk: rockchip: allow more than 2 parents for cpuclk

2015-12-09 Thread Heiko Stuebner
Am Mittwoch, 9. Dezember 2015, 17:04:10 schrieb Jeffy Chen: > RK3228's armclk has 3 parents, so allow cpuclk to have > more than 2 parents. > > Signed-off-by: Jeffy Chen applied to my clk branch for 4.5 Thanks Heiko -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in t

[PATCH v1 5/8] clk: rockchip: allow more than 2 parents for cpuclk

2015-12-09 Thread Jeffy Chen
RK3228's armclk has 3 parents, so allow cpuclk to have more than 2 parents. Signed-off-by: Jeffy Chen --- drivers/clk/rockchip/clk-cpu.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/clk/rockchip/clk-cpu.c b/drivers/clk/rockchip/clk-cpu.c index 330870a..d07374f