On 22-08-19, 22:35, Vinod Koul wrote: > Since rphmcc expects the parent clock name as 'xo_board', update the > parent clock name. > > Signed-off-by: Vinod Koul <vkoul@xxxxxxxxxx> > --- > arch/arm64/boot/dts/qcom/sm8150.dtsi | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/arch/arm64/boot/dts/qcom/sm8150.dtsi b/arch/arm64/boot/dts/qcom/sm8150.dtsi > index 379c40b9a52f..f92c590fd3dc 100644 > --- a/arch/arm64/boot/dts/qcom/sm8150.dtsi > +++ b/arch/arm64/boot/dts/qcom/sm8150.dtsi > @@ -650,7 +650,7 @@ > rpmhcc: clock-controller { > compatible = "qcom,sm8150-rpmh-clk"; > #clock-cells = <1>; > - clock-names = "xo"; > + clock-names = "xo_board"; With the v5 of the rpmh changes we dont need this, so please drop this > clocks = <&xo_board>; > }; > }; > -- > 2.20.1 -- ~Vinod