Re: [PATCH 3/9] mmc: sdhci-sprd: Add optional gate clock support

2019-06-03 Thread Adrian Hunter
On 20/05/19 1:11 PM, Baolin Wang wrote: > For the Spreadtrum SC9860 platform, we should enable another gate clock > '2x_enable' to make the SD host controller work well. > > Signed-off-by: Baolin Wang Acked-by: Adrian Hunter > --- > drivers/mmc/host/sdhci-sprd.c | 35 +++

[PATCH 3/9] mmc: sdhci-sprd: Add optional gate clock support

2019-05-20 Thread Baolin Wang
For the Spreadtrum SC9860 platform, we should enable another gate clock '2x_enable' to make the SD host controller work well. Signed-off-by: Baolin Wang --- drivers/mmc/host/sdhci-sprd.c | 35 +-- 1 file changed, 29 insertions(+), 6 deletions(-) diff --git a/dr