ARM: dts: imxrt1050: indent lcdif node correctly
authorGiulio Benetti <giulio.benetti@benettiengineering.com>
Tue, 28 Apr 2020 16:20:11 +0000 (18:20 +0200)
committerStefano Babic <sbabic@denx.de>
Mon, 8 Jun 2020 08:39:07 +0000 (10:39 +0200)
Accidentally submitted a patch with indentation not correct, let's fix it
by indenting wrong lines.

Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
Acked-by: Peng Fan <peng.fan@nxp.com>
arch/arm/dts/imxrt1050.dtsi

index 7cfe5f5c95c0afae1b9c31893133539c680ae5de..a9281001e55c13949ef378435f16700fd2667f59 100644 (file)
                };
 
                lcdif: lcdif@402b8000 {
-                   compatible = "fsl,imxrt-lcdif";
-                   reg = <0x402b8000 0x10000>;
-                   interrupts = <GIC_SPI 42 IRQ_TYPE_LEVEL_HIGH>;
-                   clocks = <&clks IMXRT1050_CLK_LCDIF>;
-                   clock-names = "per";
-                   status = "disabled";
+                       compatible = "fsl,imxrt-lcdif";
+                       reg = <0x402b8000 0x4000>;
+                       interrupts = <GIC_SPI 42 IRQ_TYPE_LEVEL_HIGH>;
+                       clocks = <&clks IMXRT1050_CLK_LCDIF>;
+                       clock-names = "per";
+                       status = "disabled";
                };
        };
 };