UPSTREAM: 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> Change-Id: I1a9146dc21017f7f32e79608cfecb4129df93a14 Signed-off-by: Adam Ford <aford173@gmail.com> Signed-off-by: Jon Lin <jon.lin@rock-chips.com> (cherry picked from commit ab0ac272421c4b72c7a78db32ad709e23cab1eea)
This commit is contained in:
parent
a668abfcdb
commit
2bac9e0206
|
|
@ -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…
Reference in New Issue