linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: Neil Armstrong <narmstrong@baylibre.com>
To: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>,
	Arnd Bergmann <arnd@arndb.de>, Olof Johansson <olof@lixom.net>,
	arm@kernel.org, soc@kernel.org, Rob Herring <robh+dt@kernel.org>,
	Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
	Kevin Hilman <khilman@baylibre.com>,
	Jerome Brunet <jbrunet@baylibre.com>,
	Martin Blumenstingl <martin.blumenstingl@googlemail.com>,
	devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
	linux-amlogic@lists.infradead.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH 2/2] ARM: dts: meson: adjust whitespace around '='
Date: Fri, 27 May 2022 10:18:34 +0200	[thread overview]
Message-ID: <19a9260c-322b-10e1-e361-cc2d5fdd8ff9@baylibre.com> (raw)
In-Reply-To: <20220526204552.832961-2-krzysztof.kozlowski@linaro.org>

On 26/05/2022 22:45, Krzysztof Kozlowski wrote:
> Fix whitespace coding style: use single space instead of tabs or
> multiple spaces around '=' sign in property assignment.  No functional
> changes (same DTB).
> 
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> 
> ---
> 
> Output compared with dtx_diff and fdtdump.
> ---
>   arch/arm/boot/dts/meson.dtsi   | 4 ++--
>   arch/arm/boot/dts/meson8.dtsi  | 2 +-
>   arch/arm/boot/dts/meson8b.dtsi | 2 +-
>   3 files changed, 4 insertions(+), 4 deletions(-)
> 
> diff --git a/arch/arm/boot/dts/meson.dtsi b/arch/arm/boot/dts/meson.dtsi
> index 26eaba3fa96f..8e3860d5d916 100644
> --- a/arch/arm/boot/dts/meson.dtsi
> +++ b/arch/arm/boot/dts/meson.dtsi
> @@ -214,14 +214,14 @@ aobus: aobus@c8100000 {
>   			ranges = <0x0 0xc8100000 0x100000>;
>   
>   			ao_arc_rproc: remoteproc@1c {
> -				compatible= "amlogic,meson-mx-ao-arc";
> +				compatible = "amlogic,meson-mx-ao-arc";
>   				reg = <0x1c 0x8>, <0x38 0x8>;
>   				reg-names = "remap", "cpu";
>   				status = "disabled";
>   			};
>   
>   			ir_receiver: ir-receiver@480 {
> -				compatible= "amlogic,meson6-ir";
> +				compatible = "amlogic,meson6-ir";
>   				reg = <0x480 0x20>;
>   				interrupts = <GIC_SPI 15 IRQ_TYPE_EDGE_RISING>;
>   				status = "disabled";
> diff --git a/arch/arm/boot/dts/meson8.dtsi b/arch/arm/boot/dts/meson8.dtsi
> index 9997a5d0333a..0f8bac8bac8b 100644
> --- a/arch/arm/boot/dts/meson8.dtsi
> +++ b/arch/arm/boot/dts/meson8.dtsi
> @@ -430,7 +430,7 @@ mux {
>   };
>   
>   &ao_arc_rproc {
> -	compatible= "amlogic,meson8-ao-arc", "amlogic,meson-mx-ao-arc";
> +	compatible = "amlogic,meson8-ao-arc", "amlogic,meson-mx-ao-arc";
>   	amlogic,secbus2 = <&secbus2>;
>   	sram = <&ao_arc_sram>;
>   	resets = <&reset RESET_MEDIA_CPU>;
> diff --git a/arch/arm/boot/dts/meson8b.dtsi b/arch/arm/boot/dts/meson8b.dtsi
> index 94f1c03decce..cf9c04a61ba3 100644
> --- a/arch/arm/boot/dts/meson8b.dtsi
> +++ b/arch/arm/boot/dts/meson8b.dtsi
> @@ -384,7 +384,7 @@ mux {
>   };
>   
>   &ao_arc_rproc {
> -	compatible= "amlogic,meson8b-ao-arc", "amlogic,meson-mx-ao-arc";
> +	compatible = "amlogic,meson8b-ao-arc", "amlogic,meson-mx-ao-arc";
>   	amlogic,secbus2 = <&secbus2>;
>   	sram = <&ao_arc_sram>;
>   	resets = <&reset RESET_MEDIA_CPU>;

Reviewed-by: Neil Armstrong <narmstrong@baylibre.com>

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

  reply	other threads:[~2022-05-27  8:19 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-05-26 20:45 [PATCH 1/2] arm64: dts: amlogic: adjust whitespace around '=' Krzysztof Kozlowski
2022-05-26 20:45 ` [PATCH 2/2] ARM: dts: meson: " Krzysztof Kozlowski
2022-05-27  8:18   ` Neil Armstrong [this message]
2022-05-29 19:18   ` Martin Blumenstingl
2022-05-27  8:18 ` [PATCH 1/2] arm64: dts: amlogic: " Neil Armstrong
2022-05-27  9:00 ` Neil Armstrong
2022-05-29 19:19 ` Martin Blumenstingl

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=19a9260c-322b-10e1-e361-cc2d5fdd8ff9@baylibre.com \
    --to=narmstrong@baylibre.com \
    --cc=arm@kernel.org \
    --cc=arnd@arndb.de \
    --cc=devicetree@vger.kernel.org \
    --cc=jbrunet@baylibre.com \
    --cc=khilman@baylibre.com \
    --cc=krzysztof.kozlowski+dt@linaro.org \
    --cc=krzysztof.kozlowski@linaro.org \
    --cc=linux-amlogic@lists.infradead.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=martin.blumenstingl@googlemail.com \
    --cc=olof@lixom.net \
    --cc=robh+dt@kernel.org \
    --cc=soc@kernel.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 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).