Skip to content
Snippets Groups Projects
Commit ab0ac272 authored by Adam Ford's avatar Adam Ford Committed by Tom Rini
Browse files

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: default avatarJagan Teki <jagan@openedev.com>
Signed-off-by: default avatarAdam Ford <aford173@gmail.com>
parent 4c707559
No related branches found
No related tags found
No related merge requests found
...@@ -563,6 +563,7 @@ static const struct dm_spi_ops davinci_spi_ops = { ...@@ -563,6 +563,7 @@ static const struct dm_spi_ops davinci_spi_ops = {
static const struct udevice_id davinci_spi_ids[] = { static const struct udevice_id davinci_spi_ids[] = {
{ .compatible = "ti,keystone-spi" }, { .compatible = "ti,keystone-spi" },
{ .compatible = "ti,dm6441-spi" }, { .compatible = "ti,dm6441-spi" },
{ .compatible = "ti,da830-spi" },
{ } { }
}; };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment