mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-02-17 22:49:02 +00:00
spi: bcm63xx-hsspi: Add new compatible string support
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@broadcom.com> Reviewed-by: Jagan Teki <jagan@amarulasolutions.com>
This commit is contained in:
parent
27c4d550aa
commit
c430e697e7
1 changed files with 1 additions and 0 deletions
|
@ -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 */ }
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue