Skip to content

Commit 944dffa

Browse files
dolcinir-vignesh
authored andcommitted
arm64: dts: ti: k3-am62-verdin: Fix SPI_1 GPIO CS pinctrl label
Fix SPI_1_CS GPIO pinmux label, this is spi1_cs, not qspi1_io4. There are no user of this label yet, therefore this change does not create any compatibility issue. Fixes: fcb3359 ("arm64: dts: ti: verdin-am62: Improve spi1 chip-select pinctrl") Signed-off-by: Francesco Dolcini <francesco.dolcini@toradex.com> Link: https://patch.msgid.link/20260324093705.26730-3-francesco@dolcini.it Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com>
1 parent bae382f commit 944dffa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

arch/arm64/boot/dts/ti/k3-am62-verdin.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@
278278
};
279279

280280
/* Verdin SPI_1 CS as GPIO */
281-
pinctrl_qspi1_io4_gpio: main-gpio0-7-default-pins {
281+
pinctrl_spi1_cs_gpio: main-gpio0-7-default-pins {
282282
pinctrl-single,pins = <
283283
AM62X_IOPAD(0x001c, PIN_INPUT, 7) /* (J23) OSPI0_D4.GPIO0_7 */ /* SODIMM 202 */
284284
>;

0 commit comments

Comments
 (0)