diff options
| author | Vitor Soares <vitor.soares@toradex.com> | 2026-01-12 20:53:47 +0300 |
|---|---|---|
| committer | Nishanth Menon <nm@ti.com> | 2026-01-14 20:04:05 +0300 |
| commit | 319fff9c7d620af83d8ab67050a54f63f16ae4e8 (patch) | |
| tree | 593dc670f16e9b89da9c2cfc9392fc8eb5e58d49 | |
| parent | 78a123f45a7e9ac2a59f0eff8a37d31773e7a021 (diff) | |
| download | linux-319fff9c7d620af83d8ab67050a54f63f16ae4e8.tar.xz | |
arm64: dts: ti: k3-am69-aquila-clover: Change main_spi2 CS0 to GPIO mode
Change CS0 from hardware chip select to GPIO-based chip select to
align with the base aquila device tree configuration.
Fixes: 9f748a6177e1 ("arm64: dts: ti: am69-aquila: Add Clover")
Cc: stable@vger.kernel.org
Signed-off-by: Vitor Soares <vitor.soares@toradex.com>
Reviewed-by: Francesco Dolcini <francesco.dolcini@toradex.com>
Link: https://patch.msgid.link/20260112175350.79270-3-ivitro@gmail.com
Signed-off-by: Nishanth Menon <nm@ti.com>
| -rw-r--r-- | arch/arm64/boot/dts/ti/k3-am69-aquila-clover.dts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/ti/k3-am69-aquila-clover.dts b/arch/arm64/boot/dts/ti/k3-am69-aquila-clover.dts index c816ba3bfbdf..ec8ff4587715 100644 --- a/arch/arm64/boot/dts/ti/k3-am69-aquila-clover.dts +++ b/arch/arm64/boot/dts/ti/k3-am69-aquila-clover.dts @@ -208,7 +208,8 @@ pinctrl-0 = <&pinctrl_main_spi2>, <&pinctrl_main_spi2_cs0>, <&pinctrl_gpio_05>; - cs-gpios = <0>, <&wkup_gpio0 29 GPIO_ACTIVE_LOW>; + cs-gpios = <&main_gpio0 39 GPIO_ACTIVE_LOW>, + <&wkup_gpio0 29 GPIO_ACTIVE_LOW>; status = "okay"; tpm@1 { |
