Commit 215ba399 authored by Nicolas Ferre's avatar Nicolas Ferre Committed by Ulf Hansson
Browse files

mmc: atmel-mci: add 0x600 IP version

parent 9ed7ca89
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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: