Re: [PATCH 6/6] mmc: core: with mmc-hs400-1_8(2)v not add MMC_CAP2_HS200* to host->caps2

2021-02-01 Thread Ulf Hansson
On Tue, 8 Dec 2020 at 07:19, Chris Ruehl wrote: > > When set mmc-hs400-1_8(2)v in dts, hs200 capabilities are not checked > in the mmc logic. Thus cleanup and remove MMC_CAP2_HS200_1_8V_SDR / > MMC_CAP2_HS200_1_2V_SDR from host->caps2. I had another look at this - and I am struggling to get a

[PATCH 6/6] mmc: core: with mmc-hs400-1_8(2)v not add MMC_CAP2_HS200* to host->caps2

2020-12-07 Thread Chris Ruehl
When set mmc-hs400-1_8(2)v in dts, hs200 capabilities are not checked in the mmc logic. Thus cleanup and remove MMC_CAP2_HS200_1_8V_SDR / MMC_CAP2_HS200_1_2V_SDR from host->caps2. Signed-off-by: Chris Ruehl --- drivers/mmc/core/host.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)