diff options
author | Shawn Lin <shawn.lin@rock-chips.com> | 2016-10-12 05:50:38 +0300 |
---|---|---|
committer | Ulf Hansson <ulf.hansson@linaro.org> | 2016-11-29 11:00:38 +0300 |
commit | 1f5c51d76e8f3040fd5c2e711d5760d696281307 (patch) | |
tree | ee506678e7b9d32d888a24adcfee85e19ed2cdb5 /drivers/mmc/host/dw_mmc-rockchip.c | |
parent | 50fcbbbb79de4b95a765ea170677c9810fcb9cee (diff) | |
download | linux-1f5c51d76e8f3040fd5c2e711d5760d696281307.tar.xz |
mmc: dw_mmc: disable biu clk if possible
We could disable biu clk if gpio card detect available,
or it is a non-removable device.
Signed-off-by: Shawn Lin <shawn.lin@rock-chips.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-rockchip.c')
-rw-r--r-- | drivers/mmc/host/dw_mmc-rockchip.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mmc/host/dw_mmc-rockchip.c b/drivers/mmc/host/dw_mmc-rockchip.c index 0a05ad3c5fbf..9a46e4694227 100644 --- a/drivers/mmc/host/dw_mmc-rockchip.c +++ b/drivers/mmc/host/dw_mmc-rockchip.c @@ -13,6 +13,7 @@ #include <linux/mmc/host.h> #include <linux/mmc/dw_mmc.h> #include <linux/of_address.h> +#include <linux/mmc/slot-gpio.h> #include <linux/pm_runtime.h> #include <linux/slab.h> |