[PATCH v3 5/5] dt-bindings: pinctrl: Convert Atmel PIO3 pinctrl to json-schema

Rob Herring robh at kernel.org
Tue Jul 9 08:58:16 PDT 2024


On Tue, Jul 09, 2024 at 02:53:54PM +0530, Manikandan Muralidharan wrote:
> Convert Atmel PIO3 pinctrl binding document to DT schema format
> json-schema.
> 
> Signed-off-by: Manikandan Muralidharan <manikandan.m at microchip.com>
> Acked-by: Linus Walleij <linus.walleij at linaro.org>
> ---
> changes in v3:
> - Remove quotes in $ref
> - modify the gpio regex
> - Remove pinmux pinctrl subnode regex and modify it since they do not
> follow a particular order or pattern, Adding 'type:object' with this
> '^[a-z0-9-_]+$' regex does throw DTC_CHK errors for other
> pio3 pinctrl properties
> 
> changes in v2:
> - Fix bot errors by fixing issues in 4/5 
> - remove qoutes from $ref
> ---
>  .../bindings/pinctrl/atmel,at91-pinctrl.txt   | 178 -----------------
>  .../pinctrl/atmel,at91rm9200-pinctrl.yaml     | 184 ++++++++++++++++++
>  2 files changed, 184 insertions(+), 178 deletions(-)
>  delete mode 100644 Documentation/devicetree/bindings/pinctrl/atmel,at91-pinctrl.txt
>  create mode 100644 Documentation/devicetree/bindings/pinctrl/atmel,at91rm9200-pinctrl.yaml

Reviewed-by: Rob Herring (Arm) <robh at kernel.org>



More information about the linux-arm-kernel mailing list