diff mbox series

[v2,3/8] rockchip: puma: fix indentation for -u-boot.dtsi

Message ID 20200604100908.468659-4-heiko@sntech.de
State Superseded
Headers show
Series revive Theobroma-Systems puma board | expand

Commit Message

Heiko Stuebner June 4, 2020, 10:09 a.m. UTC
From: Heiko Stuebner <heiko.stuebner at theobroma-systems.com>

Tabs not spaces, so transform it to the common styling.

Signed-off-by: Heiko Stuebner <heiko.stuebner at theobroma-systems.com>
Reviewed-by: Philipp Tomsich <philipp.tomsich at theobroma-systems.com>
---
 arch/arm/dts/rk3399-puma-u-boot.dtsi | 30 ++++++++++++++--------------
 1 file changed, 15 insertions(+), 15 deletions(-)

Comments

Kever Yang June 5, 2020, 2:23 a.m. UTC | #1
On 2020/6/4 ??6:09, Heiko Stuebner wrote:
> From: Heiko Stuebner <heiko.stuebner at theobroma-systems.com>
>
> Tabs not spaces, so transform it to the common styling.
>
> Signed-off-by: Heiko Stuebner <heiko.stuebner at theobroma-systems.com>
> Reviewed-by: Philipp Tomsich <philipp.tomsich at theobroma-systems.com>

Reviewed-by: Kever Yang <kever.yang at rock-chips.com>

Thanks,
- Kever
> ---
>   arch/arm/dts/rk3399-puma-u-boot.dtsi | 30 ++++++++++++++--------------
>   1 file changed, 15 insertions(+), 15 deletions(-)
>
> diff --git a/arch/arm/dts/rk3399-puma-u-boot.dtsi b/arch/arm/dts/rk3399-puma-u-boot.dtsi
> index 3ad1139833..ddb5fa6e76 100644
> --- a/arch/arm/dts/rk3399-puma-u-boot.dtsi
> +++ b/arch/arm/dts/rk3399-puma-u-boot.dtsi
> @@ -2,24 +2,24 @@
>   
>   #include "rk3399-u-boot.dtsi"
>   / {
> -       config {
> -               u-boot,spl-payload-offset = <0x40000>; /* @ 256KB */
> -               u-boot,mmc-env-offset = <0x4000>;      /* @  16KB */
> -               u-boot,efi-partition-entries-offset = <0x200000>; /* 2MB */
> -               u-boot,boot-led = "module_led";
> -               sysreset-gpio = <&gpio1 RK_PA6 GPIO_ACTIVE_HIGH>;
> -       };
> +	config {
> +		u-boot,spl-payload-offset = <0x40000>; /* @ 256KB */
> +		u-boot,mmc-env-offset = <0x4000>;      /* @  16KB */
> +		u-boot,efi-partition-entries-offset = <0x200000>; /* 2MB */
> +		u-boot,boot-led = "module_led";
> +		sysreset-gpio = <&gpio1 RK_PA6 GPIO_ACTIVE_HIGH>;
> +	};
>   
> -       chosen {
> -               stdout-path = "serial0:115200n8";
> -               u-boot,spl-boot-order = \
> +	chosen {
> +		stdout-path = "serial0:115200n8";
> +		u-boot,spl-boot-order = \
>   			"same-as-spl", &norflash, &sdhci, &sdmmc;
> -       };
> +	};
>   
> -       aliases {
> -               spi0 = &spi1;
> -               spi1 = &spi5;
> -       };
> +	aliases {
> +		spi0 = &spi1;
> +		spi1 = &spi5;
> +	};
>   
>   	/*
>   	 * The Qseven BIOS_DISABLE signal on the RK3399-Q7 keeps the on-module
diff mbox series

Patch

diff --git a/arch/arm/dts/rk3399-puma-u-boot.dtsi b/arch/arm/dts/rk3399-puma-u-boot.dtsi
index 3ad1139833..ddb5fa6e76 100644
--- a/arch/arm/dts/rk3399-puma-u-boot.dtsi
+++ b/arch/arm/dts/rk3399-puma-u-boot.dtsi
@@ -2,24 +2,24 @@ 
 
 #include "rk3399-u-boot.dtsi"
 / {
-       config {
-               u-boot,spl-payload-offset = <0x40000>; /* @ 256KB */
-               u-boot,mmc-env-offset = <0x4000>;      /* @  16KB */
-               u-boot,efi-partition-entries-offset = <0x200000>; /* 2MB */
-               u-boot,boot-led = "module_led";
-               sysreset-gpio = <&gpio1 RK_PA6 GPIO_ACTIVE_HIGH>;
-       };
+	config {
+		u-boot,spl-payload-offset = <0x40000>; /* @ 256KB */
+		u-boot,mmc-env-offset = <0x4000>;      /* @  16KB */
+		u-boot,efi-partition-entries-offset = <0x200000>; /* 2MB */
+		u-boot,boot-led = "module_led";
+		sysreset-gpio = <&gpio1 RK_PA6 GPIO_ACTIVE_HIGH>;
+	};
 
-       chosen {
-               stdout-path = "serial0:115200n8";
-               u-boot,spl-boot-order = \
+	chosen {
+		stdout-path = "serial0:115200n8";
+		u-boot,spl-boot-order = \
 			"same-as-spl", &norflash, &sdhci, &sdmmc;
-       };
+	};
 
-       aliases {
-               spi0 = &spi1;
-               spi1 = &spi5;
-       };
+	aliases {
+		spi0 = &spi1;
+		spi1 = &spi5;
+	};
 
 	/*
 	 * The Qseven BIOS_DISABLE signal on the RK3399-Q7 keeps the on-module