1
0
Fork 0

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>
wifi-calibration
Nicolas Ferre 2014-06-12 09:47:45 +02:00 committed by Ulf Hansson
parent 9ed7ca89e0
commit 215ba3995a
1 changed files with 1 additions and 0 deletions

View File

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