]> git.karo-electronics.de Git - karo-tx-linux.git/commit
mmc: sdhci-brcmstb: Fix incorrect capability
authorJaedon Shin <jaedon.shin@gmail.com>
Fri, 9 Sep 2016 02:08:40 +0000 (11:08 +0900)
committerUlf Hansson <ulf.hansson@linaro.org>
Mon, 26 Sep 2016 19:31:28 +0000 (21:31 +0200)
commit6a3d8ced09482bd5b0e831740d83ed722aa2c5e6
treed1ec5a3e9632fe174aefe2e4d1eb7c1b2d21a221
parent5a3ab2815c6a3772e9c70e1b3f778f1a23fc8671
mmc: sdhci-brcmstb: Fix incorrect capability

Clear incorrect SDHCI_CAN_64BIT capability on Broadcom MIPS based SoCs.
The MIPS based SoCs are using ADMA only, but the several SoCs have the
incorrect capability bit about ADMA 64-bit. The "brcm,bcm7425-sdhci" is
compatible string for MIPS based SoC.

Signed-off-by: Jaedon Shin <jaedon.shin@gmail.com>
Acked-by: Adrian Hunter <adrian.hunter@intel.com>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/host/sdhci-brcmstb.c