Re: [PATCH] dt-bindings: soc: qcom,smd: do not use pattern for simple rpm-requests string

From: Rob Herring
Date: Tue May 24 2022 - 14:33:33 EST


On Tue, 24 May 2022 09:04:08 +0200, Krzysztof Kozlowski wrote:
> patternProperties should not be used for properties with a simple string
> as name:
>
> Documentation/devicetree/bindings/soc/qcom/qcom,smd.yaml: patternProperties:^(.*-edge|rpm)$:patternProperties:
> '^rpm-requests$' should not be valid under {'pattern': '^\\^[a-zA-Z0-9,\\-._#]+\\$$'}
>
> Fixes: 375eed5f51a8 ("dt-bindings: soc: qcom,smd: convert to dtschema")
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx>
> ---
> Documentation/devicetree/bindings/soc/qcom/qcom,smd.yaml | 4 +---
> 1 file changed, 1 insertion(+), 3 deletions(-)
>

Acked-by: Rob Herring <robh@xxxxxxxxxx>