mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-18 13:11:31 +00:00
spi: davinci_spi: Add da830-spi support for DM
The DM support is already in the driver, so add da830-spi to the compatible list. Reviewed-by: Jagan Teki <jagan@openedev.com> Signed-off-by: Adam Ford <aford173@gmail.com>
This commit is contained in:
parent
4c70755986
commit
ab0ac27242
1 changed files with 1 additions and 0 deletions
|
@ -563,6 +563,7 @@ static const struct dm_spi_ops davinci_spi_ops = {
|
|||
static const struct udevice_id davinci_spi_ids[] = {
|
||||
{ .compatible = "ti,keystone-spi" },
|
||||
{ .compatible = "ti,dm6441-spi" },
|
||||
{ .compatible = "ti,da830-spi" },
|
||||
{ }
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue