Re: [PATCH 2/2] clk: qoriq: add pll clock to clock lookup table

2017-07-21 Thread Stephen Boyd
On 04/06, Yuantian Tang wrote: > Register each PLL and its division clocks to clock > lookup table to facilitate the clock look up for > clock consumer. > > Signed-off-by: Tang Yuantian > --- Applied to clk-next -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux Foun

[PATCH 2/2] clk: qoriq: add pll clock to clock lookup table

2017-04-05 Thread Yuantian Tang
Register each PLL and its division clocks to clock lookup table to facilitate the clock look up for clock consumer. Signed-off-by: Tang Yuantian --- drivers/clk/clk-qoriq.c | 7 +++ 1 file changed, 7 insertions(+) diff --git a/drivers/clk/clk-qoriq.c b/drivers/clk/clk-qoriq.c index 62cf32f.