Re: [3/4] mmc: sdhci: Enable HS400 support if available in caps

2023-01-31 Thread Jaehoon Chung
On 1/10/23 20:31, Ashok Reddy Soma wrote: > HS400 is indicated in bit63 of capability register in few IP's. > Add a quirk to check this and add HS400 to host capabilities. > > Signed-off-by: Ashok Reddy Soma Reviewed-by: Jaehoon Chung Best Regards, Jaehoon Chung > --- > drivers/mmc/sdhci.

[3/4] mmc: sdhci: Enable HS400 support if available in caps

2023-01-10 Thread Ashok Reddy Soma
HS400 is indicated in bit63 of capability register in few IP's. Add a quirk to check this and add HS400 to host capabilities. Signed-off-by: Ashok Reddy Soma --- drivers/mmc/sdhci.c | 4 include/sdhci.h | 3 +++ 2 files changed, 7 insertions(+) diff --git a/drivers/mmc/sdhci.c b/driver