> Subject: Re: [PATCH V7 1/3] dt-bindings: imx: Add pinctrl binding doc for > i.MX8MP > > On Fri, Jan 10, 2020 at 12:11:36PM +0800, Anson Huang wrote: > > Add binding doc for i.MX8MP pinctrl driver. > > > > Signed-off-by: Anson Huang <Anson.Huang@xxxxxxx> > > Reviewed-by: Abel Vesa <abel.vesa@xxxxxxx> > > Reviewed-by: Rob Herring <robh@xxxxxxxxxx> > > --- > > Changes since V6: > > - 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,imx8mp-pinctrl.yaml | 69 ++ > > arch/arm64/boot/dts/freescale/imx8mp-pinfunc.h | 931 > +++++++++++++++++++++ > > I know the binding doc refers to this imx8mp-pinfunc.h. But the only > user of the header is imx8mp dts, so the header should be part of dts > series, while this binding doc patch will be sent via pinctrl subsystem > tree. OK, I will move the header file to DT patch series and send a V8 patch set Thanks, Anson.