[PATCH] arm64: dts: exynosautov9: correct spi11 pin names

Chanho Park chanho61.park at samsung.com
Tue Jul 5 01:57:30 PDT 2022


Hi Krzysztof,

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

Best Regards,
Chanho Park

> -----Original Message-----
> From: Chanho Park <chanho61.park at samsung.com>
> Sent: Monday, June 27, 2022 9:59 AM
> To: Rob Herring <robh+dt at kernel.org>; Krzysztof Kozlowski
> <krzysztof.kozlowski+dt at linaro.org>
> Cc: Alim Akhtar <alim.akhtar at samsung.com>; devicetree at vger.kernel.org;
> linux-samsung-soc at vger.kernel.org; linux-arm-kernel at lists.infradead.org;
> Chanho Park <chanho61.park at 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 at 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





More information about the linux-arm-kernel mailing list