On Fri, Jan 10, 2020 at 12:05:18PM +0800, Anson Huang wrote: > Convert the i.MX8MQ pinctrl binding to DT schema format using json-schema > > Signed-off-by: Anson Huang <Anson.Huang@xxxxxxx> > --- > Changes since V1: > - use "grp$" instead of "-grp$"; > - use space instead of tab for "ref$"; > - add missed "reg" property; > - remove the "maxItem" for "fsl,pins" to avoid build warning, as the item number is changable. > --- > .../bindings/pinctrl/fsl,imx8mq-pinctrl.txt | 36 ----------- > .../bindings/pinctrl/fsl,imx8mq-pinctrl.yaml | 69 ++++++++++++++++++++++ > 2 files changed, 69 insertions(+), 36 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/pinctrl/fsl,imx8mq-pinctrl.txt > create mode 100644 Documentation/devicetree/bindings/pinctrl/fsl,imx8mq-pinctrl.yaml Actually, it looks like you can combine all 3 into a single schema. The only diff is the compatible string. Rob