[PATCH 09/12] mtd: rawnand: brcmnand: Add new compatible string

William Zhang william.zhang at broadcom.com
Tue Jun 6 16:12:49 PDT 2023


To support the new BCMBCA SoCs, add brcm,nand-bcmbca to the driver of
match table based on the updated binding document brcm,brcmnand.yaml.

Signed-off-by: William Zhang <william.zhang at broadcom.com>
---

 drivers/mtd/nand/raw/brcmnand/bcmbca_nand.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/mtd/nand/raw/brcmnand/bcmbca_nand.c b/drivers/mtd/nand/raw/brcmnand/bcmbca_nand.c
index f51f857eeea6..7e48b6a0bfa2 100644
--- a/drivers/mtd/nand/raw/brcmnand/bcmbca_nand.c
+++ b/drivers/mtd/nand/raw/brcmnand/bcmbca_nand.c
@@ -81,6 +81,7 @@ static int bcmbca_nand_probe(struct platform_device *pdev)
 
 static const struct of_device_id bcmbca_nand_of_match[] = {
 	{ .compatible = "brcm,nand-bcm63138" },
+	{ .compatible = "brcm,nand-bcmbca" },
 	{},
 };
 MODULE_DEVICE_TABLE(of, bcmbca_nand_of_match);
-- 
2.37.3

-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 4212 bytes
Desc: S/MIME Cryptographic Signature
URL: <http://lists.infradead.org/pipermail/linux-mtd/attachments/20230606/2bff8c17/attachment.p7s>


More information about the linux-mtd mailing list