Re: [PATCH v4 2/2] arm64: dts: qcom: Add base QDU1000/QRU1000 IDP DTs

From: Krzysztof Kozlowski
Date: Thu Dec 15 2022 - 03:44:27 EST


On 14/12/2022 19:59, Melody Olvera wrote:
>
>>
>>> + #clock-cells = <0>;
>>> + };
>>> +
>>> + sleep_clk: sleep-clk {
>>> + compatible = "fixed-clock";
>>> + clock-frequency = <32000>;
>>> + #clock-cells = <0>;
>>> + };
>>> +
>>> + pcie_0_pipe_clk: pcie-0-pipe-clk {
>> Afaict these clocks are not referenced anywhere, so please skip them.
>
> Yes, so I included them to be consistent with the bindings. They will be needed later;
> should I still remove?
>

If they are not referenced anywhere, how is it consistent with bindings?
Where do the bindings require defining such nodes?

Best regards,
Krzysztof