[PATCH v3 03/10] spi: bcm63xx-hsspi: Add new compatible string support
William Zhang
william.zhang at broadcom.com
Thu Jun 8 01:37:03 CEST 2023
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.
Port from linux patch:
Link: https://lore.kernel.org/r/20230207065826.285013-6-william.zhang@broadcom.com
Signed-off-by: William Zhang <william.zhang at broadcom.com>
Reviewed-by: Jagan Teki <jagan at amarulasolutions.com>
---
Changes in v3:
- Add Reviewed-by tag
Changes in v2: None
drivers/spi/bcm63xx_hsspi.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/spi/bcm63xx_hsspi.c b/drivers/spi/bcm63xx_hsspi.c
index ea34da2a3165..0d12c345b1dd 100644
--- a/drivers/spi/bcm63xx_hsspi.c
+++ b/drivers/spi/bcm63xx_hsspi.c
@@ -313,6 +313,7 @@ static const struct dm_spi_ops bcm63xx_hsspi_ops = {
static const struct udevice_id bcm63xx_hsspi_ids[] = {
{ .compatible = "brcm,bcm6328-hsspi", },
+ { .compatible = "brcm,bcmbca-hsspi-v1.0", },
{ /* sentinel */ }
};
--
2.37.3
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 4212 bytes
Desc: S/MIME Cryptographic Signature
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20230607/2b68228b/attachment.bin>
More information about the U-Boot
mailing list