[PATCH v2 2/3] spi: cadence_qspi: add RZ/N1 compatible

Ralph Siemsen <[email protected]>
Newsgroups gmane.comp.boot-loaders.u-boot
Message-ID <20260814-rzn1-2026-10-spi-v2-2-973d5fa092f2__21399.1859041684$1786732154$gmane$org@linaro.org>
The Renesas RZ/N1 contains a QSPI controller based on Cadence IP.
Add its compatible string as per linux commit
2b97f5cd1a95 ("spi: dt-bindings: cdns,qspi-nor: Add Renesas
RZ/N1D400 to the list")

Signed-off-by: Ralph Siemsen <[email protected]>
---
 drivers/spi/cadence_qspi.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/drivers/spi/cadence_qspi.c b/drivers/spi/cadence_qspi.c
index 0f70493dea4..12ac64c9e08 100644
--- a/drivers/spi/cadence_qspi.c
+++ b/drivers/spi/cadence_qspi.c
@@ -505,6 +505,9 @@ static const struct udevice_id cadence_spi_ids[] = {
 		.compatible = "xlnx,versal-ospi-1.0",
 		.data = (ulong)&cdns_xilinx_qspi,
 	},
+	{
+		.compatible = "renesas,rzn1-qspi",
+	},
 	{ }
 };
 

-- 
2.55.0
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.