From 8d6f9628491dc171c1075e396490f38c00045c2d Mon Sep 17 00:00:00 2001 From: Francesco Dolcini Date: Tue, 9 May 2023 13:53:41 +0200 Subject: arm64: dts: ti: k3-am625-verdin: clarify QSPI_1_DQS pinctrl QSPI_1_DQS is a standard GPIO on Verdin AM62, it cannot be used as DQS on the QSPI_1 interface. Rename the pinctrl to make it clear that this is just available as a GPIO. Upstream-Status: Pending Initial DTS to be used for bring-up an validation of the V1.0 design, we'll decide on the step forward to mainline this once the bring-up and validation will be done. Signed-off-by: Francesco Dolcini --- arch/arm64/boot/dts/ti/k3-am625-verdin.dtsi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm64/boot/dts/ti/k3-am625-verdin.dtsi b/arch/arm64/boot/dts/ti/k3-am625-verdin.dtsi index 2438db15fdbc..917b15f39ebb 100644 --- a/arch/arm64/boot/dts/ti/k3-am625-verdin.dtsi +++ b/arch/arm64/boot/dts/ti/k3-am625-verdin.dtsi @@ -399,8 +399,8 @@ >; }; - /* Verdin QSPI_1_DQS */ - pinctrl_qspi1_dqs: main-gpio1-18-pins-default { + /* Verdin QSPI_1_DQS as GPIO */ + pinctrl_qspi1_dqs_gpio: main-gpio1-18-pins-default { pinctrl-single,pins = < AM62X_IOPAD(0x01c0, PIN_INPUT, 7) /* (B13) SPI0_D0.GPIO1_18 */ /* SODIMM 66 */ >; -- cgit v1.2.3