arm64: dts: exynosautov9: correct spi11 pin names
[ Upstream commit ba205449828f47f80532a1453beef5eed2982176 ] 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> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Link: https://lore.kernel.org/r/20220627005832.8709-1-chanho61.park@samsung.com Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
parent
082018a4d5
commit
53d19f5b11
@ -1089,21 +1089,21 @@
|
||||
|
||||
/* 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>;
|
||||
|
Loading…
x
Reference in New Issue
Block a user