Re: [PATCH 1/3] dt-bindings: pinctrl: qcom,msm8960: convert to dtschema

From: Krzysztof Kozlowski
Date: Wed Nov 09 2022 - 05:28:25 EST


On 08/11/2022 19:45, Krzysztof Kozlowski wrote:
> +
> +$defs:
> + qcom-msm8960-tlmm-state:
> + type: object
> + description:
> + Pinctrl node's client devices use subnodes for desired pin configuration.
> + Client device subnodes use below standard properties.
> + $ref: qcom,tlmm-common.yaml#/$defs/qcom-tlmm-state
> +
> + properties:
> + pins:
> + description:
> + List of gpio pins affected by the properties specified in this
> + subnode.
> + items:
> + oneOf:
> + - pattern: "^gpio([0-9]|[1-4][0-9]|15[01])$"

This is not a correct pattern. I'll fix it.

Best regards,
Krzysztof