arm64: dts: sc7280: Rename qspi data12 as data23
authorDouglas Anderson <dianders@chromium.org>
Thu, 23 Mar 2023 17:30:06 +0000 (10:30 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 11 May 2023 14:03:13 +0000 (23:03 +0900)
[ Upstream commit 14acf21c0d3f7b7298ffcd2e5b5db4a476ec6202 ]

There are 4 qspi data pins: data0, data1, data2, and data3. Currently
we have a shared pin state for data0 and data1 (2 lane config) and a
pin state for data2 and data3 (you'd enable both this and the 2 lane
state for 4 lanes). The second state is obviously misnamed. Fix it.

Fixes: 7720ea001b52 ("arm64: dts: qcom: sc7280: Add QSPI node")
Signed-off-by: Douglas Anderson <dianders@chromium.org>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20230323102605.2.I4043491bb24b1e92267c5033d76cdb0fe60934da@changeid
Signed-off-by: Sasha Levin <sashal@kernel.org>
arch/arm64/boot/dts/qcom/sc7280.dtsi

index 67e5f8d5f44f3c4a2335a7d82fc8d8c7ecd6ec27..0cdc579f26de7156c0ae6820051091830d490f0f 100644 (file)
                                function = "qspi_data";
                        };
 
-                       qspi_data12: qspi-data12-pins {
+                       qspi_data23: qspi-data23-pins {
                                pins = "gpio16", "gpio17";
                                function = "qspi_data";
                        };