Re: [PATCH] dt-bindings: imx: i.MX8MN: Use space instead of tab

2019-07-29 Thread Fabio Estevam
Hi Guido,

On Sat, Jul 27, 2019 at 8:29 AM Guido Günther  wrote:
>
> This fixes 'make dt_binding_check'
>
> Signed-off-by: Guido Günther 

Thanks for the patch, but Anson has already submitted a fix for this issue:
https://patchwork.kernel.org/patch/11057815/


[PATCH] dt-bindings: imx: i.MX8MN: Use space instead of tab

2019-07-27 Thread Guido Günther
This fixes 'make dt_binding_check'

Signed-off-by: Guido Günther 
---
Seen on next-20190726

 Documentation/devicetree/bindings/clock/imx8mn-clock.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/clock/imx8mn-clock.yaml 
b/Documentation/devicetree/bindings/clock/imx8mn-clock.yaml
index 454c5b44b2ee..622f3658bd9f 100644
--- a/Documentation/devicetree/bindings/clock/imx8mn-clock.yaml
+++ b/Documentation/devicetree/bindings/clock/imx8mn-clock.yaml
@@ -71,7 +71,7 @@ examples:
 compatible = "fixed-clock";
 #clock-cells = <0>;
 clock-frequency = <32768>;
-   clock-output-names = "osc_32k";
+clock-output-names = "osc_32k";
 };
 
 osc_24m: clock-osc-24m {
-- 
2.20.1