Re: [PATCH] dt-bindings: clock: imx8mn: Fix tab indentation for yaml file

2019-08-07 Thread Stephen Boyd
Quoting Rob Herring (2019-07-25 14:37:24) > On Thu, Jul 25, 2019 at 3:06 PM Stephen Boyd wrote: > > > > Quoting anson.hu...@nxp.com (2019-07-24 19:05:51) > > > From: Anson Huang > > > > > > YAML file can NOT contain tab as indentation, fix it. > > > > > > > Would be nice if checkpatch could check

Re: [PATCH] dt-bindings: clock: imx8mn: Fix tab indentation for yaml file

2019-08-03 Thread Shawn Guo
On Thu, Jul 25, 2019 at 10:05:51AM +0800, anson.hu...@nxp.com wrote: > From: Anson Huang > > YAML file can NOT contain tab as indentation, fix it. > > Fixes: 6d6062553e3d ("dt-bindings: imx: Add clock binding doc for i.MX8MN") > Signed-off-by: Anson Huang I squashed it into the original commit

Re: [PATCH] dt-bindings: clock: imx8mn: Fix tab indentation for yaml file

2019-07-25 Thread Rob Herring
On Thu, Jul 25, 2019 at 3:06 PM Stephen Boyd wrote: > > Quoting anson.hu...@nxp.com (2019-07-24 19:05:51) > > From: Anson Huang > > > > YAML file can NOT contain tab as indentation, fix it. > > > > Would be nice if checkpatch could check for this. Would be nice if folks just ran 'make dt_binding

Re: [PATCH] dt-bindings: clock: imx8mn: Fix tab indentation for yaml file

2019-07-25 Thread Stephen Boyd
Quoting anson.hu...@nxp.com (2019-07-24 19:05:51) > From: Anson Huang > > YAML file can NOT contain tab as indentation, fix it. > Would be nice if checkpatch could check for this. > Fixes: 6d6062553e3d ("dt-bindings: imx: Add clock binding doc for i.MX8MN") > Signed-off-by: Anson Huang Acked

[PATCH] dt-bindings: clock: imx8mn: Fix tab indentation for yaml file

2019-07-24 Thread Anson . Huang
From: Anson Huang YAML file can NOT contain tab as indentation, fix it. Fixes: 6d6062553e3d ("dt-bindings: imx: Add clock binding doc for i.MX8MN") Signed-off-by: Anson Huang --- Documentation/devicetree/bindings/clock/imx8mn-clock.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) di