From: Nicolas Ferre Date: Thu, 12 Jun 2014 07:47:45 +0000 (+0200) Subject: mmc: atmel-mci: add 0x600 IP version X-Git-Tag: v4.14-rc1~6707^2~91 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=215ba3995ae89866a58b8df41136811c665a22b9;p=platform%2Fkernel%2Flinux-rpi.git mmc: atmel-mci: add 0x600 IP version Signed-off-by: Nicolas Ferre Acked-by: Ludovic Desroches Signed-off-by: Ulf Hansson --- diff --git a/drivers/mmc/host/atmel-mci.c b/drivers/mmc/host/atmel-mci.c index bb585d9..fde6a6f 100644 --- a/drivers/mmc/host/atmel-mci.c +++ b/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 */ switch (version & 0xf00) { + case 0x600: case 0x500: host->caps.has_odd_clk_div = 1; case 0x400: