[PATCH 6/9] mci: atmel: add new ip version 0x600 support

Bo Shen voice.shen at atmel.com
Wed Sep 17 03:21:32 PDT 2014


Signed-off-by: Bo Shen <voice.shen at atmel.com>
---

 drivers/mci/atmel_mci.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/mci/atmel_mci.c b/drivers/mci/atmel_mci.c
index 36107a6..b36fbe3 100644
--- a/drivers/mci/atmel_mci.c
+++ b/drivers/mci/atmel_mci.c
@@ -511,6 +511,7 @@ static void atmci_get_cap(struct atmel_mci *host)
 	host->caps.need_reset_after_xfer = 1;
 
 	switch (version & 0xf00) {
+	case 0x600:
 	case 0x500:
 		host->caps.has_odd_clk_div = 1;
 	case 0x400:
-- 
2.1.0.24.g4109c28




More information about the barebox mailing list