[PATCH 2/3] spi: fsl-qspi: add SpacemiT K3 support
From: Zhengyu He
Date: Tue May 19 2026 - 02:25:44 EST
K3 uses the FSL QSPI controller with the same programming model as the
existing SpacemiT integration, but has its own compatible string.
Add the match entry so DTs using the K3 compatible bind to the driver.
Signed-off-by: Zhengyu He <hezhy472013@xxxxxxxxx>
Signed-off-by: Cody Kang <cody.kang.hk@xxxxxxxxxxx>
---
drivers/spi/spi-fsl-qspi.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/spi/spi-fsl-qspi.c b/drivers/spi/spi-fsl-qspi.c
index 57358851029b..bb94fae32609 100644
--- a/drivers/spi/spi-fsl-qspi.c
+++ b/drivers/spi/spi-fsl-qspi.c
@@ -1015,6 +1015,7 @@ static const struct of_device_id fsl_qspi_dt_ids[] = {
{ .compatible = "fsl,ls1021a-qspi", .data = &ls1021a_data, },
{ .compatible = "fsl,ls2080a-qspi", .data = &ls2080a_data, },
{ .compatible = "spacemit,k1-qspi", .data = &spacemit_k1_data, },
+ { .compatible = "spacemit,k3-qspi", .data = &spacemit_k1_data, },
{ /* sentinel */ }
};
MODULE_DEVICE_TABLE(of, fsl_qspi_dt_ids);
--
2.53.0