devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Chanho Park" <chanho61.park@samsung.com>
To: "'Rob Herring'" <robh+dt@kernel.org>,
	"'Krzysztof Kozlowski'" <krzysztof.kozlowski+dt@linaro.org>
Cc: "'Alim Akhtar'" <alim.akhtar@samsung.com>,
	<devicetree@vger.kernel.org>, <linux-samsung-soc@vger.kernel.org>,
	<linux-arm-kernel@lists.infradead.org>
Subject: RE: [PATCH] arm64: dts: exynosautov9: correct spi11 pin names
Date: Tue, 5 Jul 2022 17:57:30 +0900	[thread overview]
Message-ID: <000001d8904d$424fb0b0$c6ef1210$@samsung.com> (raw)
In-Reply-To: <20220627005832.8709-1-chanho61.park@samsung.com>

Hi Krzysztof,

Please review below patch and pick it up in your tree.

Best Regards,
Chanho Park

> -----Original Message-----
> From: Chanho Park <chanho61.park@samsung.com>
> Sent: Monday, June 27, 2022 9:59 AM
> To: Rob Herring <robh+dt@kernel.org>; Krzysztof Kozlowski
> <krzysztof.kozlowski+dt@linaro.org>
> Cc: Alim Akhtar <alim.akhtar@samsung.com>; devicetree@vger.kernel.org;
> linux-samsung-soc@vger.kernel.org; linux-arm-kernel@lists.infradead.org;
> Chanho Park <chanho61.park@samsung.com>
> Subject: [PATCH] arm64: dts: exynosautov9: correct spi11 pin names
> 
> They should be started with "gpp5-".
> 
> Fixes: 31bbac5263aa ("arm64: dts: exynos: add initial support for
> exynosautov9 SoC")
> Signed-off-by: Chanho Park <chanho61.park@samsung.com>
> ---
>  arch/arm64/boot/dts/exynos/exynosautov9-pinctrl.dtsi | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/arch/arm64/boot/dts/exynos/exynosautov9-pinctrl.dtsi
> b/arch/arm64/boot/dts/exynos/exynosautov9-pinctrl.dtsi
> index ef0349d1c3d0..68f4a0fae7cf 100644
> --- a/arch/arm64/boot/dts/exynos/exynosautov9-pinctrl.dtsi
> +++ b/arch/arm64/boot/dts/exynos/exynosautov9-pinctrl.dtsi
> @@ -1089,21 +1089,21 @@ spi10_cs_func: spi10-cs-func-pins {
> 
>  	/* PERIC1 USI11_SPI */
>  	spi11_bus: spi11-pins {
> -		samsung,pins = "gpp3-6", "gpp3-5", "gpp3-4";
> +		samsung,pins = "gpp5-6", "gpp5-5", "gpp5-4";
>  		samsung,pin-function = <EXYNOS_PIN_FUNC_2>;
>  		samsung,pin-pud = <EXYNOS_PIN_PULL_NONE>;
>  		samsung,pin-drv = <EXYNOS5420_PIN_DRV_LV1>;
>  	};
> 
>  	spi11_cs: spi11-cs-pins {
> -		samsung,pins = "gpp3-7";
> +		samsung,pins = "gpp5-7";
>  		samsung,pin-function = <EXYNOS_PIN_FUNC_OUTPUT>;
>  		samsung,pin-pud = <EXYNOS_PIN_PULL_NONE>;
>  		samsung,pin-drv = <EXYNOS5420_PIN_DRV_LV1>;
>  	};
> 
>  	spi11_cs_func: spi11-cs-func-pins {
> -		samsung,pins = "gpp3-7";
> +		samsung,pins = "gpp5-7";
>  		samsung,pin-function = <EXYNOS_PIN_FUNC_2>;
>  		samsung,pin-pud = <EXYNOS_PIN_PULL_NONE>;
>  		samsung,pin-drv = <EXYNOS5420_PIN_DRV_LV1>;
> --
> 2.36.1



  reply	other threads:[~2022-07-05  8:58 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <CGME20220627010103epcas2p174bb652624219cadc106275abf51f83a@epcas2p1.samsung.com>
2022-06-27  0:58 ` [PATCH] arm64: dts: exynosautov9: correct spi11 pin names Chanho Park
2022-07-05  8:57   ` Chanho Park [this message]
2022-07-05  9:11     ` Krzysztof Kozlowski
2022-07-05 10:41   ` 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='000001d8904d$424fb0b0$c6ef1210$@samsung.com' \
    --to=chanho61.park@samsung.com \
    --cc=alim.akhtar@samsung.com \
    --cc=devicetree@vger.kernel.org \
    --cc=krzysztof.kozlowski+dt@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-samsung-soc@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;
as well as URLs for NNTP newsgroup(s).