Re: [PATCH v2] dt-bindings: pinctrl: Convert stm32 pinctrl bindings to json-schema

2019-05-24 Thread Linus Walleij
On Fri, May 10, 2019 at 5:45 PM Alexandre Torgue wrote: > Convert the STM32 pinctrl binding to DT schema format using json-schema. > > Signed-off-by: Alexandre Torgue What a feat. Well done! Patch applied with Rob's Review tag. Yours, Linus Walleij

Re: [PATCH v2] dt-bindings: pinctrl: Convert stm32 pinctrl bindings to json-schema

2019-05-14 Thread Rob Herring
On Fri, 10 May 2019 17:45:26 +0200, Alexandre Torgue wrote: > Convert the STM32 pinctrl binding to DT schema format using json-schema. > > Signed-off-by: Alexandre Torgue > --- > > Hi, > > First pacth to convert DT bindings file (here pinctrl STM32) to json-schema > in order to take advantage o

[PATCH v2] dt-bindings: pinctrl: Convert stm32 pinctrl bindings to json-schema

2019-05-10 Thread Alexandre Torgue
Convert the STM32 pinctrl binding to DT schema format using json-schema. Signed-off-by: Alexandre Torgue --- Hi, First pacth to convert DT bindings file (here pinctrl STM32) to json-schema in order to take advantage of devicetree validation tool for STM32. Changes since v1: - Fix errors repor