Re: [PATCH v2 2/4] clk: qcom: clk-rpmh: Convert to parent data scheme

2019-08-22 Thread Vinod Koul
On 19-08-19, 22:08, Bjorn Andersson wrote: > On Mon 19 Aug 00:39 PDT 2019, Vinod Koul wrote: > > > Convert the rpmh clock driver to use the new parent data scheme by > > specifying the parent data for board clock. > > > > Signed-off-by: Vinod Koul > > --- > > drivers/clk/qcom/clk-rpmh.c | 10

Re: [PATCH v2 2/4] clk: qcom: clk-rpmh: Convert to parent data scheme

2019-08-19 Thread Bjorn Andersson
On Mon 19 Aug 00:39 PDT 2019, Vinod Koul wrote: > Convert the rpmh clock driver to use the new parent data scheme by > specifying the parent data for board clock. > > Signed-off-by: Vinod Koul > --- > drivers/clk/qcom/clk-rpmh.c | 10 -- > 1 file changed, 8 insertions(+), 2

[PATCH v2 2/4] clk: qcom: clk-rpmh: Convert to parent data scheme

2019-08-19 Thread Vinod Koul
Convert the rpmh clock driver to use the new parent data scheme by specifying the parent data for board clock. Signed-off-by: Vinod Koul --- drivers/clk/qcom/clk-rpmh.c | 10 -- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/drivers/clk/qcom/clk-rpmh.c