Browse Source

mmc: atmel-mci: add 0x600 IP version

Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Acked-by: Ludovic Desroches <ludovic.desroches@atmel.com>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Nicolas Ferre 11 years ago
parent
commit
215ba3995a
1 changed files with 1 additions and 0 deletions
  1. 1 0
      drivers/mmc/host/atmel-mci.c

+ 1 - 0
drivers/mmc/host/atmel-mci.c

@@ -2344,6 +2344,7 @@ static void __init atmci_get_cap(struct atmel_mci *host)
 
 
 	/* keep only major version number */
 	/* keep only major version number */
 	switch (version & 0xf00) {
 	switch (version & 0xf00) {
+	case 0x600:
 	case 0x500:
 	case 0x500:
 		host->caps.has_odd_clk_div = 1;
 		host->caps.has_odd_clk_div = 1;
 	case 0x400:
 	case 0x400: