Re: [4/4] mmc: zynq_sdhci: Add support and quirk for HS400

2023-01-31 Thread Jaehoon Chung
On 1/10/23 20:31, Ashok Reddy Soma wrote: > Add support for HS400 in mode2timing array. > Add a quirk for Versal NET platform to indicate that HS400 is supported > through bit63 of capability register. > > Signed-off-by: Ashok Reddy Soma Reviewd-by: Jaehoon Chung Best Regards, Jaehoon

[4/4] mmc: zynq_sdhci: Add support and quirk for HS400

2023-01-10 Thread Ashok Reddy Soma
Add support for HS400 in mode2timing array. Add a quirk for Versal NET platform to indicate that HS400 is supported through bit63 of capability register. Signed-off-by: Ashok Reddy Soma --- drivers/mmc/zynq_sdhci.c | 5 + 1 file changed, 5 insertions(+) diff --git