]> git.karo-electronics.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)
committerMarek Vasut <marex@denx.de>
Sat, 8 Aug 2015 12:14:25 +0000 (14:14 +0200)
commit03439e4064a9aff6185d081540a97e7afc32ac31
tree42f6c58587d8b0c55f6540cf3cab9324c4263ee5
parent3de9622e9741a98d40e19b384acd6bb4e49d1107
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