linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: dts: sunxi: correct indentation
@ 2022-10-02  9:19 Krzysztof Kozlowski
  2022-10-12 21:47 ` Jernej Škrabec
  2022-10-26 16:57 ` Krzysztof Kozlowski
  0 siblings, 2 replies; 3+ messages in thread
From: Krzysztof Kozlowski @ 2022-10-02  9:19 UTC (permalink / raw)
  To: Rob Herring, Krzysztof Kozlowski, Chen-Yu Tsai, Jernej Skrabec,
	Samuel Holland, devicetree, linux-arm-kernel, linux-sunxi,
	linux-kernel
  Cc: Krzysztof Kozlowski

Do not use spaces for indentation.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
---
 arch/arm/boot/dts/sunxi-bananapi-m2-plus.dtsi | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/arch/arm/boot/dts/sunxi-bananapi-m2-plus.dtsi b/arch/arm/boot/dts/sunxi-bananapi-m2-plus.dtsi
index e899d14f38c3..1d1d127cf38f 100644
--- a/arch/arm/boot/dts/sunxi-bananapi-m2-plus.dtsi
+++ b/arch/arm/boot/dts/sunxi-bananapi-m2-plus.dtsi
@@ -89,13 +89,13 @@ switch-4 {
 	};
 
 	reg_gmac_3v3: gmac-3v3 {
-		      compatible = "regulator-fixed";
-		      regulator-name = "gmac-3v3";
-		      regulator-min-microvolt = <3300000>;
-		      regulator-max-microvolt = <3300000>;
-		      startup-delay-us = <100000>;
-		      enable-active-high;
-		      gpio = <&pio 3 6 GPIO_ACTIVE_HIGH>;
+		compatible = "regulator-fixed";
+		regulator-name = "gmac-3v3";
+		regulator-min-microvolt = <3300000>;
+		regulator-max-microvolt = <3300000>;
+		startup-delay-us = <100000>;
+		enable-active-high;
+		gpio = <&pio 3 6 GPIO_ACTIVE_HIGH>;
 	};
 
 	wifi_pwrseq: wifi_pwrseq {
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] ARM: dts: sunxi: correct indentation
  2022-10-02  9:19 [PATCH] ARM: dts: sunxi: correct indentation Krzysztof Kozlowski
@ 2022-10-12 21:47 ` Jernej Škrabec
  2022-10-26 16:57 ` Krzysztof Kozlowski
  1 sibling, 0 replies; 3+ messages in thread
From: Jernej Škrabec @ 2022-10-12 21:47 UTC (permalink / raw)
  To: Rob Herring, Krzysztof Kozlowski, Chen-Yu Tsai, Samuel Holland,
	devicetree, linux-arm-kernel, linux-sunxi, linux-kernel,
	Krzysztof Kozlowski
  Cc: Krzysztof Kozlowski

Hi Krzysztof,

Dne nedelja, 02. oktober 2022 ob 11:19:59 CEST je Krzysztof Kozlowski 
napisal(a):
> Do not use spaces for indentation.
> 
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

Reviewed-by: Jernej Skrabec <jernej.skrabec@gmail.com>

Best regards,
Jernej

> ---
>  arch/arm/boot/dts/sunxi-bananapi-m2-plus.dtsi | 14 +++++++-------
>  1 file changed, 7 insertions(+), 7 deletions(-)
> 
> diff --git a/arch/arm/boot/dts/sunxi-bananapi-m2-plus.dtsi
> b/arch/arm/boot/dts/sunxi-bananapi-m2-plus.dtsi index
> e899d14f38c3..1d1d127cf38f 100644
> --- a/arch/arm/boot/dts/sunxi-bananapi-m2-plus.dtsi
> +++ b/arch/arm/boot/dts/sunxi-bananapi-m2-plus.dtsi
> @@ -89,13 +89,13 @@ switch-4 {
>  	};
> 
>  	reg_gmac_3v3: gmac-3v3 {
> -		      compatible = "regulator-fixed";
> -		      regulator-name = "gmac-3v3";
> -		      regulator-min-microvolt = <3300000>;
> -		      regulator-max-microvolt = <3300000>;
> -		      startup-delay-us = <100000>;
> -		      enable-active-high;
> -		      gpio = <&pio 3 6 GPIO_ACTIVE_HIGH>;
> +		compatible = "regulator-fixed";
> +		regulator-name = "gmac-3v3";
> +		regulator-min-microvolt = <3300000>;
> +		regulator-max-microvolt = <3300000>;
> +		startup-delay-us = <100000>;
> +		enable-active-high;
> +		gpio = <&pio 3 6 GPIO_ACTIVE_HIGH>;
>  	};
> 
>  	wifi_pwrseq: wifi_pwrseq {
> --
> 2.34.1



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] ARM: dts: sunxi: correct indentation
  2022-10-02  9:19 [PATCH] ARM: dts: sunxi: correct indentation Krzysztof Kozlowski
  2022-10-12 21:47 ` Jernej Škrabec
@ 2022-10-26 16:57 ` Krzysztof Kozlowski
  1 sibling, 0 replies; 3+ messages in thread
From: Krzysztof Kozlowski @ 2022-10-26 16:57 UTC (permalink / raw)
  To: devicetree, linux-arm-kernel, Krzysztof Kozlowski, Rob Herring,
	Krzysztof Kozlowski, Chen-Yu Tsai, Jernej Skrabec, linux-kernel,
	Samuel Holland, linux-sunxi

On Sun, 2 Oct 2022 11:19:59 +0200, Krzysztof Kozlowski wrote:
> Do not use spaces for indentation.
> 
> 

Applied, thanks!

[1/1] ARM: dts: sunxi: correct indentation
      https://git.kernel.org/krzk/linux-dt/c/2970b5ee2e7d642da306827fd8257fa18ea9c09f

Best regards,
-- 
Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-10-26 16:58 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-02  9:19 [PATCH] ARM: dts: sunxi: correct indentation Krzysztof Kozlowski
2022-10-12 21:47 ` Jernej Škrabec
2022-10-26 16:57 ` Krzysztof Kozlowski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).