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>
This commit is contained in:
parent
9ed7ca89e0
commit
215ba3995a
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue