> On Sun, Jul 21, 2019 at 7:51 PM Shawn Guo <[email protected]> wrote: > > > > On Wed, Jun 19, 2019 at 01:52:43PM +0800, [email protected] wrote: > > > From: Anson Huang <[email protected]> > > > > > > Add the clock binding doc for i.MX8MN. > > > > > > Signed-off-by: Anson Huang <[email protected]> > > > Reviewed-by: Maxime Ripard <[email protected]> > > > > 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

