Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Vitor Soares and committed by
Nishanth Menon
319fff9c 78a123f4

+2 -1
+2 -1
arch/arm64/boot/dts/ti/k3-am69-aquila-clover.dts
··· 208 208 pinctrl-0 = <&pinctrl_main_spi2>, 209 209 <&pinctrl_main_spi2_cs0>, 210 210 <&pinctrl_gpio_05>; 211 - cs-gpios = <0>, <&wkup_gpio0 29 GPIO_ACTIVE_LOW>; 211 + cs-gpios = <&main_gpio0 39 GPIO_ACTIVE_LOW>, 212 + <&wkup_gpio0 29 GPIO_ACTIVE_LOW>; 212 213 status = "okay"; 213 214 214 215 tpm@1 {