Re: [PATCH v2 1/2] dt-bindings: arm: coresight: Remove pattern match of ETE node name

From: Jinlong Mao
Date: Wed Jan 17 2024 - 02:55:40 EST




On 1/17/2024 3:53 PM, Krzysztof Kozlowski wrote:
On 17/01/2024 08:49, Jinlong Mao wrote:


On 1/17/2024 3:40 PM, Krzysztof Kozlowski wrote:
On 17/01/2024 03:14, Jinlong Mao wrote:
        - const: arm,embedded-trace-extension
@@ -55,13 +53,13 @@ examples:
  # An ETE node without legacy CoreSight connections
    - |
-    ete0 {
+    ete-0 {

Why do we need the number ? why not simply "ete" as Krzysztof suggested ?


Hi Suzuki & Krzysztof ,

If name all the ete nodes' name as 'ete', there will be error below when
build images.

arch/arm64/boot/dts/qcom/sm8450.dtsi:301.6-312.4: ERROR

Why are you pasting DTSI for binding? How is it related? Do we talk
about DTSI here? No, this is a binding patch.


Hi Krzysztof,

Do you mean the name in DTSI can be different from the name in binding ?

Yes, we do not talk about DTSI here, so I did not suggest anything about
DTSI.

Ok. I will use 'ete' as the name here.

Thanks
Jinlong Mao


Best regards,
Krzysztof