projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0ba979f
)
spi: bcm63xx-hsspi: Add new compatible string support
author
William Zhang
<william.zhang@broadcom.com>
Tue, 7 Feb 2023 06:58:16 +0000
(22:58 -0800)
committer
Mark 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
patch
|
blob
|
history
diff --git
a/drivers/spi/spi-bcm63xx-hsspi.c
b/drivers/spi/spi-bcm63xx-hsspi.c
index b871fd810d8015d15ce50b4da7e299c1132df807..01d5acad4a1b09cd55c303fcfccc43e450b66d7a 100644
(file)
--- a/
drivers/spi/spi-bcm63xx-hsspi.c
+++ b/
drivers/spi/spi-bcm63xx-hsspi.c
@@
-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);