[PATCH v7 14/17] spi: airoha-snfi: make compatible with EN7523 SoC
Mikhail Kshevetskiy
mikhail.kshevetskiy at iopsys.eu
Thu Oct 9 20:31:33 PDT 2025
The driver is fully compatible with EN7523 based SoCs, so add
corresponding compatible string.
Signed-off-by: Mikhail Kshevetskiy <mikhail.kshevetskiy at iopsys.eu>
---
drivers/spi/spi-airoha-snfi.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/spi/spi-airoha-snfi.c b/drivers/spi/spi-airoha-snfi.c
index 8408aee9c06e..058e08811210 100644
--- a/drivers/spi/spi-airoha-snfi.c
+++ b/drivers/spi/spi-airoha-snfi.c
@@ -1047,6 +1047,7 @@ static const struct regmap_config spi_nfi_regmap_config = {
};
static const struct of_device_id airoha_snand_ids[] = {
+ { .compatible = "airoha,en7523-snand" },
{ .compatible = "airoha,en7581-snand" },
{ /* sentinel */ }
};
--
2.51.0
More information about the Linux-mediatek
mailing list