On 20/06/2022 13:25, Dmitry Baryshkov wrote: > On Mon, 20 Jun 2022 at 14:17, Krzysztof Kozlowski > <krzysztof.kozlowski@xxxxxxxxxx> wrote: >> >> On 20/06/2022 13:07, Dmitry Baryshkov wrote: >>> Add pxo/cxo clocks to the GCC device tree node. >>> >>> Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@xxxxxxxxxx> >>> --- >>> arch/arm/boot/dts/qcom-msm8660.dtsi | 6 ++++-- >>> 1 file changed, 4 insertions(+), 2 deletions(-) >>> >>> diff --git a/arch/arm/boot/dts/qcom-msm8660.dtsi b/arch/arm/boot/dts/qcom-msm8660.dtsi >>> index 47b97daecef1..61e3ab0ebfd3 100644 >>> --- a/arch/arm/boot/dts/qcom-msm8660.dtsi >>> +++ b/arch/arm/boot/dts/qcom-msm8660.dtsi >>> @@ -50,13 +50,13 @@ cpu-pmu { >>> }; >>> >>> clocks { >>> - cxo_board { >>> + cxo_board: cxo_board { >> >> If you touch this line, please correct the naming for node - no >> underscores and preferred some prefix or suffix, so: >> cxo-board-clk >> clk-cxo-board > > Unfortunately, I don't think it's possible. We are bound by backwards > compatibility. Node name is used as a clock name. And other drivers > might reference the clock using the name. Thus, if you check other DT > files, we also have similar clock node names. Hm, right, we would need clock-output-names which makes the change a bit bigger than just adding label. Best regards, Krzysztof