From: "Jernej Škrabec" <jernej.skrabec@gmail.com>
To: Rob Herring <robh+dt@kernel.org>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
Chen-Yu Tsai <wens@csie.org>,
Samuel Holland <samuel@sholland.org>,
devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
linux-sunxi@lists.linux.dev, linux-kernel@vger.kernel.org,
Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Cc: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Subject: Re: [PATCH] ARM: dts: sunxi: correct indentation
Date: Wed, 12 Oct 2022 23:47:58 +0200 [thread overview]
Message-ID: <2599730.BddDVKsqQX@kista> (raw)
In-Reply-To: <20221002091959.68815-1-krzysztof.kozlowski@linaro.org>
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
WARNING: multiple messages have this Message-ID (diff)
From: "Jernej Škrabec" <jernej.skrabec@gmail.com>
To: Rob Herring <robh+dt@kernel.org>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
Chen-Yu Tsai <wens@csie.org>,
Samuel Holland <samuel@sholland.org>,
devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
linux-sunxi@lists.linux.dev, linux-kernel@vger.kernel.org,
Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Cc: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Subject: Re: [PATCH] ARM: dts: sunxi: correct indentation
Date: Wed, 12 Oct 2022 23:47:58 +0200 [thread overview]
Message-ID: <2599730.BddDVKsqQX@kista> (raw)
In-Reply-To: <20221002091959.68815-1-krzysztof.kozlowski@linaro.org>
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
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
next prev parent reply other threads:[~2022-10-12 21:48 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-10-02 9:19 [PATCH] ARM: dts: sunxi: correct indentation Krzysztof Kozlowski
2022-10-02 9:19 ` Krzysztof Kozlowski
2022-10-12 21:47 ` Jernej Škrabec [this message]
2022-10-12 21:47 ` Jernej Škrabec
2022-10-26 16:57 ` Krzysztof Kozlowski
2022-10-26 16:57 ` Krzysztof Kozlowski
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=2599730.BddDVKsqQX@kista \
--to=jernej.skrabec@gmail.com \
--cc=devicetree@vger.kernel.org \
--cc=krzysztof.kozlowski+dt@linaro.org \
--cc=krzysztof.kozlowski@linaro.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-sunxi@lists.linux.dev \
--cc=robh+dt@kernel.org \
--cc=samuel@sholland.org \
--cc=wens@csie.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.