Re: [PATCH v2 1/3] dt-bindings: interconnect: document the RPMh Network-On-Chip interconnect in Glymur SoC

From: Krzysztof Kozlowski
Date: Tue Aug 19 2025 - 12:03:46 EST


On 19/08/2025 15:46, Georgi Djakov wrote:
> On 8/19/25 4:31 PM, Rob Herring wrote:
>> On Thu, Aug 14, 2025 at 9:54 AM Raviteja Laggyshetty
>> <raviteja.laggyshetty@xxxxxxxxxxxxxxxx> wrote:
>>>
>>> Document the RPMh Network-On-Chip Interconnect in Glymur platform.
>>>
>>> Co-developed-by: Odelu Kukatla <odelu.kukatla@xxxxxxxxxxxxxxxx>
>>> Signed-off-by: Odelu Kukatla <odelu.kukatla@xxxxxxxxxxxxxxxx>
>>> Reviewed-by: Rob Herring (Arm) <robh@xxxxxxxxxx>
>>> Signed-off-by: Raviteja Laggyshetty <raviteja.laggyshetty@xxxxxxxxxxxxxxxx>
>>> ---
>>> .../bindings/interconnect/qcom,glymur-rpmh.yaml | 172 +++++++++++++++++
>>> .../dt-bindings/interconnect/qcom,glymur-rpmh.h | 205 +++++++++++++++++++++
>>> 2 files changed, 377 insertions(+)
>>
>> This is breaking linux-next "make dt_binding_check". Looks like the
>> clock header dependency in the example is not applied. Please drop
>> this until the dependency is there.
>
> Thanks! And now i see why my script didn't catch this... now fixed and
> patch dropped.


What are you using to apply patches? Because b4 would pull all
dependencies, which would brake your branch as well, but at least you
would see something odd happening here.

Best regards,
Krzysztof