[U-Boot] [PATCH V4 2/5] spi: davinci_spi: Add da830-spi support for DM

Adam Ford aford173 at gmail.com
Mon Sep 18 01:43:45 UTC 2017


The DM support is already in the driver, so add
da830-spi to the compatible list.

Reviewed-by: Jagan Teki <jagan at openedev.com>
Signed-off-by: Adam Ford <aford173 at gmail.com>
---
V4:  Resync
V3:  No Change
V2:  This patch is new to the series
diff --git a/drivers/spi/davinci_spi.c b/drivers/spi/davinci_spi.c
index 291ef95..eda252d 100644
--- a/drivers/spi/davinci_spi.c
+++ b/drivers/spi/davinci_spi.c
@@ -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" },
 	{ }
 };
 
-- 
2.7.4



More information about the U-Boot mailing list