mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Konrad Dybcio <konrad.dybcio@linaro.org>
To: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>,
	Andy Gross <agross@kernel.org>,
	Bjorn Andersson <andersson@kernel.org>,
	Rob Herring <robh+dt@kernel.org>,
	Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
	Conor Dooley <conor+dt@kernel.org>,
	cros-qcom-dts-watchers@chromium.org,
	linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH 2/2] ARM: dts: qcom: minor whitespace cleanup around '='
Date: Mon, 3 Jul 2023 11:31:37 +0200	[thread overview]
Message-ID: <2587c8d6-52d5-bc3b-a053-9502dd4239e7@linaro.org> (raw)
In-Reply-To: <20230702185051.43867-2-krzysztof.kozlowski@linaro.org>

On 2.07.2023 20:50, Krzysztof Kozlowski wrote:
> The DTS code coding style expects exactly one space before and after '='
> sign.
> 
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> ---
Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org>

Konrad
>  arch/arm/boot/dts/qcom/qcom-ipq4019.dtsi      | 20 +++++++++----------
>  .../qcom/qcom-msm8974pro-fairphone-fp2.dts    |  2 +-
>  2 files changed, 11 insertions(+), 11 deletions(-)
> 
> diff --git a/arch/arm/boot/dts/qcom/qcom-ipq4019.dtsi b/arch/arm/boot/dts/qcom/qcom-ipq4019.dtsi
> index f0ef86fadc9d..5f0ff61017d1 100644
> --- a/arch/arm/boot/dts/qcom/qcom-ipq4019.dtsi
> +++ b/arch/arm/boot/dts/qcom/qcom-ipq4019.dtsi
> @@ -416,10 +416,10 @@ restart@4ab000 {
>  
>  		pcie0: pci@40000000 {
>  			compatible = "qcom,pcie-ipq4019";
> -			reg =  <0x40000000 0xf1d
> -				0x40000f20 0xa8
> -				0x80000 0x2000
> -				0x40100000 0x1000>;
> +			reg = <0x40000000 0xf1d>,
> +			      <0x40000f20 0xa8>,
> +			      <0x80000 0x2000>,
> +			      <0x40100000 0x1000>;
>  			reg-names = "dbi", "elbi", "parf", "config";
>  			device_type = "pci";
>  			linux,pci-domain = <0>;
> @@ -543,9 +543,9 @@ wifi0: wifi@a000000 {
>  				     <GIC_SPI 46 IRQ_TYPE_EDGE_RISING>,
>  				     <GIC_SPI 47 IRQ_TYPE_EDGE_RISING>,
>  				     <GIC_SPI 168 IRQ_TYPE_LEVEL_HIGH>;
> -			interrupt-names =  "msi0",  "msi1",  "msi2",  "msi3",
> -					   "msi4",  "msi5",  "msi6",  "msi7",
> -					   "msi8",  "msi9", "msi10", "msi11",
> +			interrupt-names = "msi0",  "msi1",  "msi2",  "msi3",
> +					  "msi4",  "msi5",  "msi6",  "msi7",
> +					  "msi8",  "msi9", "msi10", "msi11",
>  					  "msi12", "msi13", "msi14", "msi15",
>  					  "legacy";
>  			status = "disabled";
> @@ -585,9 +585,9 @@ wifi1: wifi@a800000 {
>  				     <GIC_SPI 62 IRQ_TYPE_EDGE_RISING>,
>  				     <GIC_SPI 63 IRQ_TYPE_EDGE_RISING>,
>  				     <GIC_SPI 169 IRQ_TYPE_LEVEL_HIGH>;
> -			interrupt-names =  "msi0",  "msi1",  "msi2",  "msi3",
> -					   "msi4",  "msi5",  "msi6",  "msi7",
> -					   "msi8",  "msi9", "msi10", "msi11",
> +			interrupt-names = "msi0",  "msi1",  "msi2",  "msi3",
> +					  "msi4",  "msi5",  "msi6",  "msi7",
> +					  "msi8",  "msi9", "msi10", "msi11",
>  					  "msi12", "msi13", "msi14", "msi15",
>  					  "legacy";
>  			status = "disabled";
> diff --git a/arch/arm/boot/dts/qcom/qcom-msm8974pro-fairphone-fp2.dts b/arch/arm/boot/dts/qcom/qcom-msm8974pro-fairphone-fp2.dts
> index f531d2679f6c..42d253b75dad 100644
> --- a/arch/arm/boot/dts/qcom/qcom-msm8974pro-fairphone-fp2.dts
> +++ b/arch/arm/boot/dts/qcom/qcom-msm8974pro-fairphone-fp2.dts
> @@ -414,7 +414,7 @@ cmd-data-pins {
>  
>  	wcnss_pin_a: wcnss-pin-active-state {
>  		wlan-pins {
> -			pins =  "gpio36", "gpio37", "gpio38", "gpio39", "gpio40";
> +			pins = "gpio36", "gpio37", "gpio38", "gpio39", "gpio40";
>  			function = "wlan";
>  
>  			drive-strength = <6>;

  reply	other threads:[~2023-07-03  9:31 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-07-02 18:50 [PATCH 1/2] arm64: " Krzysztof Kozlowski
2023-07-02 18:50 ` [PATCH 2/2] ARM: " Krzysztof Kozlowski
2023-07-03  9:31   ` Konrad Dybcio [this message]
2023-07-03  9:30 ` [PATCH 1/2] arm64: " Konrad Dybcio
2023-07-03  9:38   ` Johan Hovold
2023-07-03  9:56     ` Konrad Dybcio
2023-07-03 10:06       ` Johan Hovold
2023-07-03 16:08       ` Krzysztof Kozlowski
2023-07-03 16:09   ` Krzysztof Kozlowski
2023-07-10  5:07 ` (subset) " Bjorn Andersson

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=2587c8d6-52d5-bc3b-a053-9502dd4239e7@linaro.org \
    --to=konrad.dybcio@linaro.org \
    --cc=agross@kernel.org \
    --cc=andersson@kernel.org \
    --cc=conor+dt@kernel.org \
    --cc=cros-qcom-dts-watchers@chromium.org \
    --cc=devicetree@vger.kernel.org \
    --cc=krzysztof.kozlowski+dt@linaro.org \
    --cc=krzysztof.kozlowski@linaro.org \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=robh+dt@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

all inboxes | Powered by JetHome®