]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ENGR00217936-01 mmc: esdhc: fix unknown controller version for usdhc
authorRyan QIAN <b32804@freescale.com>
Mon, 23 Jul 2012 07:57:52 +0000 (15:57 +0800)
committerOliver Wendt <ow@karo-electronics.de>
Mon, 30 Sep 2013 12:12:30 +0000 (14:12 +0200)
commitc3b074d8b3fe587f2a72863e473eb5b9651e3461
treec50d0df05d49c31a2ec8bc1f4f86df872ad28995
parentcfda6b2aeb99382f017b6f85ac630ca70f6e3655
ENGR00217936-01 mmc: esdhc: fix unknown controller version for usdhc

SVN value (0x3) defined in fsl host controller on mx6dq/mx6dl differs from
the one (0x2) defined in sdhc specification.

- original 0x11 is an incorrect value, it should be 0x3

Note: mx6sl has no such issue because it's fixed by IC, in other word,
mx6sl aligns with sdhc specification.

Signed-off-by: Ryan QIAN <b32804@freescale.com>
drivers/mmc/host/sdhci-esdhc-imx.c