On Mon, Mar 4, 2019 at 9:36 AM Rob Herring <robh+dt@xxxxxxxxxx> wrote: > > On Mon, Mar 4, 2019 at 3:12 AM Jacky Bai <ping.bai@xxxxxxx> wrote: > > > > Add the soc & board binding for i.MX8MM. > > > > Signed-off-by: Jacky Bai <ping.bai@xxxxxxx> > > --- > > Documentation/devicetree/bindings/arm/fsl.yaml | 6 ++++++ > > 1 file changed, 6 insertions(+) > > > > diff --git a/Documentation/devicetree/bindings/arm/fsl.yaml b/Documentation/devicetree/bindings/arm/fsl.yaml > > index 7e2cd6a..0620896 100644 > > --- a/Documentation/devicetree/bindings/arm/fsl.yaml > > +++ b/Documentation/devicetree/bindings/arm/fsl.yaml > > @@ -154,6 +154,12 @@ properties: > > - const: compulab,cl-som-imx7 > > - const: fsl,imx7d > > > > + - description: i.MX8MM based Boards > > + items: > > The indentation is wrong (and is significant). 'items' should be > aligned with 'description'. IOW, it should be 6 spaces. Looking again, items is correct, it is description that needs 2 more spaces. Rob