spi: bcm63xx-hsspi: Add new compatible string support
authorWilliam Zhang <william.zhang@broadcom.com>
Tue, 7 Feb 2023 06:58:16 +0000 (22:58 -0800)
committerMark Brown <broonie@kernel.org>
Thu, 9 Feb 2023 15:00:46 +0000 (15:00 +0000)
New compatible string brcm,bcmbca-hsspi-v1.0 is introduced based on dts
document brcm,bcm63xx-hsspi.yaml. Add it to the driver to support this
new binding.

Signed-off-by: William Zhang <william.zhang@broadcom.com>
Link: https://lore.kernel.org/r/20230207065826.285013-6-william.zhang@broadcom.com
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/spi-bcm63xx-hsspi.c

index b871fd810d8015d15ce50b4da7e299c1132df807..01d5acad4a1b09cd55c303fcfccc43e450b66d7a 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);