]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
arm: socfpga: Add temporary workaround for missing SD/MMC patches
authorMarek Vasut <marex@denx.de>
Mon, 3 Aug 2015 16:31:51 +0000 (18:31 +0200)
committerLothar Waßmann <LW@KARO-electronics.de>
Thu, 10 Sep 2015 06:17:34 +0000 (08:17 +0200)
commit6f4e80abb6dc7c62e578fb6c276c56c5e497dfd2
treec6a438a5b165b56c641ab060f3b0055d6428d015
parentef12eb8908928d8efb767359a0c6fdcfc3f6eb9a
arm: socfpga: Add temporary workaround for missing SD/MMC patches

Add a small workaround into the platform code which forces the SDMMC
into 8-bit mode (the default configuration for all socfpga platforms)
to work around breakage caused by missing patches in mainline which
switch the probing of SD/MMC to OF instead of static configuraiton.

The patches will hit mainline after the SPL series, so to avoid build
issues, add this small temporary workaround.

Signed-off-by: Marek Vasut <marex@denx.de>
arch/arm/mach-socfpga/misc.c