commit | 94a5bbcaa79938ea025c9564afb3d5c884e143da | [log] [tgz] |
---|---|---|
author | Hannes Schmelzer <hannes.schmelzer@br-automation.com> | Wed Mar 07 08:00:57 2018 +0100 |
committer | Jaehoon Chung <jh80.chung@samsung.com> | Wed May 02 10:57:43 2018 +0900 |
tree | a6dbd41cffb381eae323fef83d8b56e5aa14a617 | |
parent | 576a018b1550f44ac588003bebd21e65b45d849c [diff] |
mmc: zynq_sdhci: use correct quirk if CONFIG_ZYNQ_HISPD_BROKEN is defined The 'SDHCI_QUIRK_NO_HISPD_BIT' is used wrong here. The purpose of this quirk is to tell the sdhci-driver that the IP-core doesn't have a "high- speed-enable" bit in its registers. With this commit we change this to the correct quirk: SDHCI_QUIRK_BROKEN_HISPD_MODE Signed-off-by: Hannes Schmelzer <hannes.schmelzer@br-automation.com>