Skip to content

Commit

Permalink
spi: bcm63xx-hsspi: Add new compatible string support
Browse files Browse the repository at this point in the history
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/[email protected]
Signed-off-by: William Zhang <[email protected]>
Reviewed-by: Jagan Teki <[email protected]>
  • Loading branch information
William Zhang authored and openedev committed Jul 13, 2023
1 parent 27c4d55 commit c430e69
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/spi/bcm63xx_hsspi.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 */ }
};

Expand Down

0 comments on commit c430e69

Please sign in to comment.