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@xxxxxxxxxxxxx> > Acked-by: Linus Walleij <linus.walleij@xxxxxxxxxx> > --- > 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@xxxxxxxxxx>