mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 02:50:49 +09:00
arm64: dts: sc7180: Rename qspi data12 as data23
[ Upstream commitd84f8f2687] 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:ba3fc64963("arm64: dts: sc7180: Add qupv3_0 and qupv3_1") 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.1.Ifc1b5be04653f4ab119698a5944bfecded2080d6@changeid Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
39f6de10df
commit
edbbd78148
@@ -1521,7 +1521,7 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
qspi_data12: qspi-data12 {
|
qspi_data23: qspi-data23 {
|
||||||
pinmux-data {
|
pinmux-data {
|
||||||
pins = "gpio66", "gpio67";
|
pins = "gpio66", "gpio67";
|
||||||
function = "qspi_data";
|
function = "qspi_data";
|
||||||
|
|||||||
Reference in New Issue
Block a user