Commit 5f78d921 authored by Paweł Owoc's avatar Paweł Owoc Committed by Bjorn Andersson

arm64: dts: qcom: ipq8074: Remove unused gpio from QPIC pins

gpio16 will only be used for LCD support, as its NAND/LCDC data[8]
so its bit 9 of the parallel QPIC interface, and ONFI NAND is only 8
or 16-bit with only 8-bit one being supported in our case so that pin
is unused.

It should be dropped from the default NAND pinctrl configuration
as its unused and only needed for LCD.
Signed-off-by: default avatarPaweł Owoc <frut3k7@gmail.com>
Reviewed-by: default avatarKathiravan Thirumoorthy <quic_kathirav@quicinc.com>
Link: https://lore.kernel.org/r/20240313102713.1727458-1-frut3k7@gmail.comSigned-off-by: default avatarBjorn Andersson <andersson@kernel.org>
parent cb06e2b4
......@@ -356,7 +356,7 @@ qpic_pins: qpic-state {
"gpio5", "gpio6", "gpio7",
"gpio8", "gpio10", "gpio11",
"gpio12", "gpio13", "gpio14",
"gpio15", "gpio16", "gpio17";
"gpio15", "gpio17";
function = "qpic";
drive-strength = <8>;
bias-disable;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment