diff mbox series

ARM: dts: imxrt1050: indent lcdif node correctly

Message ID 20200428162011.20711-1-giulio.benetti@benettiengineering.com
State Accepted
Commit 8fde50f702b92895f0a1ae5fa307199ab4ff0dbe
Delegated to: Stefano Babic
Headers show
Series ARM: dts: imxrt1050: indent lcdif node correctly | expand

Commit Message

Giulio Benetti April 28, 2020, 4:20 p.m. UTC
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>
---
 arch/arm/dts/imxrt1050.dtsi | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

Comments

Peng Fan April 29, 2020, 12:36 a.m. UTC | #1
> Subject: [PATCH] ARM: dts: imxrt1050: indent lcdif node correctly
> 
> 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 | 12 ++++++------
>  1 file changed, 6 insertions(+), 6 deletions(-)
> 
> diff --git a/arch/arm/dts/imxrt1050.dtsi b/arch/arm/dts/imxrt1050.dtsi index
> 7cfe5f5c95..a9281001e5 100644
> --- a/arch/arm/dts/imxrt1050.dtsi
> +++ b/arch/arm/dts/imxrt1050.dtsi
> @@ -147,12 +147,12 @@
>  		};
> 
>  		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";
>  		};
>  	};
>  };
> --
> 2.20.1
Stefano Babic June 8, 2020, 5:22 p.m. UTC | #2
> 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>
Applied to u-boot-imx, master, thanks !

Best regards,
Stefano Babic
diff mbox series

Patch

diff --git a/arch/arm/dts/imxrt1050.dtsi b/arch/arm/dts/imxrt1050.dtsi
index 7cfe5f5c95..a9281001e5 100644
--- a/arch/arm/dts/imxrt1050.dtsi
+++ b/arch/arm/dts/imxrt1050.dtsi
@@ -147,12 +147,12 @@ 
 		};
 
 		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";
 		};
 	};
 };