mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-17 12:41:32 +00:00
spi: cadence-qspi: Add compatible for TI AM654
TI's AM654 SoC has a Cadence OSPI IP. Add a new compatible string for the same. Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com> Reviewed-by: Jagan Teki <jagan@amarulasolutions.com>
This commit is contained in:
parent
0f247848b6
commit
daa9405d7c
1 changed files with 1 additions and 0 deletions
|
@ -340,6 +340,7 @@ static const struct dm_spi_ops cadence_spi_ops = {
|
|||
|
||||
static const struct udevice_id cadence_spi_ids[] = {
|
||||
{ .compatible = "cdns,qspi-nor" },
|
||||
{ .compatible = "ti,am654-ospi" },
|
||||
{ }
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue