RE: [PATCH V5 1/5] dt-bindings: imx: Add clock binding doc for i.MX8MN

From: Anson Huang
Date: Wed Jul 24 2019 - 22:17:14 EST




> On Sun, Jul 21, 2019 at 7:51 PM Shawn Guo <shawnguo@xxxxxxxxxx> wrote:
> >
> > On Wed, Jun 19, 2019 at 01:52:43PM +0800, Anson.Huang@xxxxxxx wrote:
> > > From: Anson Huang <Anson.Huang@xxxxxxx>
> > >
> > > Add the clock binding doc for i.MX8MN.
> > >
> > > Signed-off-by: Anson Huang <Anson.Huang@xxxxxxx>
> > > Reviewed-by: Maxime Ripard <maxime.ripard@xxxxxxxxxxx>
> >
> > Applied all, thanks.
>
> This breaks building of 'dt_binding_check'. Looks like there are tabs in the file
> which doesn't mix with YAML. Please fix.

Ah, yes, there is a tab in file and break the YAML format, I have send out a patch to
fix it, and YAML file check now can pass. Sorry for it.

https://patchwork.kernel.org/patch/11057815/

- clock-output-names = "osc_32k";
+ clock-output-names = "osc_32k";
};

Thanks,
Anson