Re: [PATCH v1 1/2] dt-bindings: arm: coresight: Update the pattern of ete node name

From: Krzysztof Kozlowski
Date: Wed Dec 20 2023 - 10:50:55 EST


On 20/12/2023 15:05, Mao Jinlong wrote:
> Update the suffix for ete node name to be with "-".
>
> Signed-off-by: Mao Jinlong <quic_jinlmao@xxxxxxxxxxx>
> ---
> .../bindings/arm/arm,embedded-trace-extension.yaml | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/Documentation/devicetree/bindings/arm/arm,embedded-trace-extension.yaml b/Documentation/devicetree/bindings/arm/arm,embedded-trace-extension.yaml
> index f725e6940993..cbf583d34029 100644
> --- a/Documentation/devicetree/bindings/arm/arm,embedded-trace-extension.yaml
> +++ b/Documentation/devicetree/bindings/arm/arm,embedded-trace-extension.yaml
> @@ -23,7 +23,7 @@ description: |
>
> properties:
> $nodename:
> - pattern: "^ete([0-9a-f]+)$"
> + pattern: "^ete-([0-9a-f]+)$"

My concerns are not resolved. Why is it here in the first place?

Best regards,
Krzysztof