OSDN Git Service

mmc: sdhci-iproc: Apply caps from bcm2835-mmc driver
authorStefan Wahren <stefan.wahren@i2se.com>
Fri, 30 Dec 2016 15:24:32 +0000 (15:24 +0000)
committerUlf Hansson <ulf.hansson@linaro.org>
Mon, 13 Feb 2017 12:19:54 +0000 (13:19 +0100)
commitc82c27754349168ff52cbf2f878210f8ef384f8b
tree18ffe9acfb954dde8ad0804fc9d507882482e0c9
parentc7836d1593b87cb813c58cf64e08b052ebbe2a78
mmc: sdhci-iproc: Apply caps from bcm2835-mmc driver

Since the mmc module on bcm2835 neither provide a capabilities register nor
free documentation we must rely on the downstream implementation [1].

So enable the following capabilities for bcm2835:

MMC_CAP_MMC_HIGHSPEED
MMC_CAP_SD_HIGHSPEED
MMC_CAP_DRIVER_TYPE_A
MMC_CAP_DRIVER_TYPE_C

[1] - https://github.com/raspberrypi/linux/blob/rpi-4.4.y/drivers/mmc/host/bcm2835-mmc.c

Signed-off-by: Stefan Wahren <stefan.wahren@i2se.com>
Reviewed-by: Eric Anholt <eric@anholt.net>
Acked-by: Adrian Hunter <adrian.hunter@intel.com>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/host/sdhci-iproc.c