spi: bcm63xx-hsspi: Add new compatible string support
[linux-2.6-microblaze.git] / drivers / spi / spi-bcm63xx-hsspi.c
index b871fd8..01d5aca 100644 (file)
@@ -516,6 +516,7 @@ static SIMPLE_DEV_PM_OPS(bcm63xx_hsspi_pm_ops, bcm63xx_hsspi_suspend,
 
 static const struct of_device_id bcm63xx_hsspi_of_match[] = {
        { .compatible = "brcm,bcm6328-hsspi", },
+       { .compatible = "brcm,bcmbca-hsspi-v1.0", },
        { },
 };
 MODULE_DEVICE_TABLE(of, bcm63xx_hsspi_of_match);