diff options
author | liwei <liwei213@huawei.com> | 2017-08-11 11:06:24 +0300 |
---|---|---|
committer | Ulf Hansson <ulf.hansson@linaro.org> | 2017-08-30 15:01:56 +0300 |
commit | 361c7fe9b02eee7e1dd950ba70d701d03d292500 (patch) | |
tree | bbf8be50e405801388d54d0d840b1cdcdbcb2c6c /drivers/mmc/host/dw_mmc.h | |
parent | 941e372d89c253fda457fd6267a2c05dd7598df0 (diff) | |
download | linux-361c7fe9b02eee7e1dd950ba70d701d03d292500.tar.xz |
mmc: dw_mmc-k3: add sd support for hi3660
Add sd card support for hi3660 soc
Signed-off-by: Li Wei <liwei213@huawei.com>
Signed-off-by: Chen Jun <chenjun14@huawei.com>
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Diffstat (limited to 'drivers/mmc/host/dw_mmc.h')
-rw-r--r-- | drivers/mmc/host/dw_mmc.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/mmc/host/dw_mmc.h b/drivers/mmc/host/dw_mmc.h index 75da3756955d..5403758bf621 100644 --- a/drivers/mmc/host/dw_mmc.h +++ b/drivers/mmc/host/dw_mmc.h @@ -314,6 +314,8 @@ struct dw_mci_board { #define SDMMC_DSCADDR 0x094 #define SDMMC_BUFADDR 0x098 #define SDMMC_CDTHRCTL 0x100 +#define SDMMC_UHS_REG_EXT 0x108 +#define SDMMC_ENABLE_SHIFT 0x110 #define SDMMC_DATA(x) (x) /* * Registers to support idmac 64-bit address mode |