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 --- 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