Commit 319fff9c authored by Vitor Soares's avatar Vitor Soares Committed by Nishanth Menon
Browse files

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: 9f748a61 ("arm64: dts: ti: am69-aquila: Add Clover")
Cc: stable@vger.kernel.org
Signed-off-by: default avatarVitor Soares <vitor.soares@toradex.com>
Reviewed-by: default avatarFrancesco Dolcini <francesco.dolcini@toradex.com>
Link: https://patch.msgid.link/20260112175350.79270-3-ivitro@gmail.com


Signed-off-by: default avatarNishanth Menon <nm@ti.com>
parent 78a123f4
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -208,7 +208,8 @@ &main_spi2 {
	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 {