Re: [PATCH 6/9] arm64: dts: qcom: ipq5424: Enable QPIC SPI NAND support
From: Md Sadre Alam
Date: Fri Sep 19 2025 - 02:01:05 EST
On 9/18/2025 6:18 PM, Konrad Dybcio wrote:
On 9/18/25 11:40 AM, Md Sadre Alam wrote:Ok
Enable QPIC SPI NAND flash controller support on the IPQ5424 RDP466
reference design platform.
The RDP466 board features a SPI NAND flash device connected to the QPIC
controller for primary storage. This patch enables the QPIC BAM DMA
controller and SPI NAND interface of QPIC, and configures the necessary
pin control settings for proper operation.
Signed-off-by: Md Sadre Alam <quic_mdalam@xxxxxxxxxxx>
---
[...]
+&qpic_nand {
+ pinctrl-0 = <&qpic_snand_default_state>;
+ pinctrl-names = "default";
+ status = "okay";
\n before 'status' is customary
Reviewed-by: Konrad Dybcio <konrad.dybcio@xxxxxxxxxxxxxxxx>
Konrad