* [PATCH] arm64: dts: exynosautov9: correct spi11 pin names [not found] <CGME20220627010103epcas2p174bb652624219cadc106275abf51f83a@epcas2p1.samsung.com> @ 2022-06-27 0:58 ` Chanho Park 2022-07-05 8:57 ` Chanho Park 2022-07-05 10:41 ` Krzysztof Kozlowski 0 siblings, 2 replies; 4+ messages in thread From: Chanho Park @ 2022-06-27 0:58 UTC (permalink / raw) To: Rob Herring, Krzysztof Kozlowski Cc: Alim Akhtar, devicetree, linux-samsung-soc, linux-arm-kernel, Chanho Park 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 ^ permalink raw reply related [flat|nested] 4+ messages in thread
* RE: [PATCH] arm64: dts: exynosautov9: correct spi11 pin names 2022-06-27 0:58 ` [PATCH] arm64: dts: exynosautov9: correct spi11 pin names Chanho Park @ 2022-07-05 8:57 ` Chanho Park 2022-07-05 9:11 ` Krzysztof Kozlowski 2022-07-05 10:41 ` Krzysztof Kozlowski 1 sibling, 1 reply; 4+ messages in thread From: Chanho Park @ 2022-07-05 8:57 UTC (permalink / raw) To: 'Rob Herring', 'Krzysztof Kozlowski' Cc: 'Alim Akhtar', devicetree, linux-samsung-soc, linux-arm-kernel 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 ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] arm64: dts: exynosautov9: correct spi11 pin names 2022-07-05 8:57 ` Chanho Park @ 2022-07-05 9:11 ` Krzysztof Kozlowski 0 siblings, 0 replies; 4+ messages in thread From: Krzysztof Kozlowski @ 2022-07-05 9:11 UTC (permalink / raw) To: Chanho Park, 'Rob Herring', 'Krzysztof Kozlowski' Cc: 'Alim Akhtar', devicetree, linux-samsung-soc, linux-arm-kernel On 05/07/2022 10:57, Chanho Park wrote: > Hi Krzysztof, > > Please review below patch and pick it up in your tree. > Trying to pick up, but it seems there is some DNS issue for DKIM attestation affecting @samsung.com only... Best regards, Krzysztof ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] arm64: dts: exynosautov9: correct spi11 pin names 2022-06-27 0:58 ` [PATCH] arm64: dts: exynosautov9: correct spi11 pin names Chanho Park 2022-07-05 8:57 ` Chanho Park @ 2022-07-05 10:41 ` Krzysztof Kozlowski 1 sibling, 0 replies; 4+ messages in thread From: Krzysztof Kozlowski @ 2022-07-05 10:41 UTC (permalink / raw) To: robh+dt, krzysztof.kozlowski+dt, chanho61.park Cc: Krzysztof Kozlowski, linux-arm-kernel, linux-samsung-soc, alim.akhtar, devicetree On Mon, 27 Jun 2022 09:58:32 +0900, Chanho Park wrote: > They should be started with "gpp5-". > > Applied, thanks! [1/1] arm64: dts: exynosautov9: correct spi11 pin names https://git.kernel.org/krzk/linux/c/ba205449828f47f80532a1453beef5eed2982176 Best regards, -- Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> ^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2022-07-05 10:42 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[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
2022-07-05 9:11 ` Krzysztof Kozlowski
2022-07-05 10:41 ` 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).