On 12/05/2023 23:17, Dmitry Baryshkov wrote: > Specify clocks used by the LCC device on the MDM9615 platform. > > Reviewed-by: Neil Armstrong <neil.armstrong@xxxxxxxxxx> > Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@xxxxxxxxxx> > --- > arch/arm/boot/dts/qcom-mdm9615.dtsi | 16 +++++++++++++++- > 1 file changed, 15 insertions(+), 1 deletion(-) > > diff --git a/arch/arm/boot/dts/qcom-mdm9615.dtsi b/arch/arm/boot/dts/qcom-mdm9615.dtsi > index b40c52ddf9b4..556abe90cf5b 100644 > --- a/arch/arm/boot/dts/qcom-mdm9615.dtsi > +++ b/arch/arm/boot/dts/qcom-mdm9615.dtsi > @@ -39,7 +39,7 @@ cpu-pmu { > }; > > clocks { > - cxo_board { > + cxo_board: cxo_board { Maybe it is possible now to change the node name to cxo-board-clk? Best regards, Krzysztof