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

William Zhang posted 12 patches 2 years, 8 months ago
There is a newer version of this series
[PATCH 09/12] mtd: rawnand: brcmnand: Add new compatible string
Posted by William Zhang 2 years, 8 months ago
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@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