]> git.ipfire.org Git - thirdparty/u-boot.git/commit
zynq: sdhci: Add a delay quirk during completion of sdhci_send_cmd
authorJagannadha Sutradharudu Teki <jaganna@xilinx.com>
Fri, 25 Jan 2013 17:17:25 +0000 (18:17 +0100)
committerMichal Simek <michal.simek@xilinx.com>
Mon, 4 Feb 2013 10:39:32 +0000 (11:39 +0100)
commit0f4e51df81c30ff3d48da7fd932981b55fa94e2f
tree4ba7b1722b89ac1be3d0af2af5620603ecf405b6
parent9d6a1b7e9350eff50acd96a5dc87556fcae2876f
zynq: sdhci: Add a delay quirk during completion of sdhci_send_cmd

This patch provides to added delay quirk between the every sdhci_send_cmd()
execution.

Without this delay, MMC initialization on zynq board fails with
following error messages.

Controller never released inhibit bit(s).

Signed-off-by: Jagannadha Sutradharudu Teki <jaganna@xilinx.com>
drivers/mmc/zynq_sdhci.c