Re: [PATCH v2 10/14] mci: mci-core: add HS200 support

2024-03-15 Thread Ahmad Fatoum
On 14.03.24 19:47, Steffen Trumtrar wrote: > HS200 is a timing mode for eMMCs to work 8bit with 200MHz clocks. > To be used, drivers need to set the correct drive strength, clock phases > and then SDHCI can start tuning for HS200. > > Signed-off-by: Steffen Trumtrar Acked-by: Ahmad Fatoum >

[PATCH v2 10/14] mci: mci-core: add HS200 support

2024-03-14 Thread Steffen Trumtrar
HS200 is a timing mode for eMMCs to work 8bit with 200MHz clocks. To be used, drivers need to set the correct drive strength, clock phases and then SDHCI can start tuning for HS200. Signed-off-by: Steffen Trumtrar --- drivers/mci/Kconfig| 7 ++ drivers/mci/mci-core.c | 257