Re: [PATCH v2 23/23] rockchip: rk3588: Enable use of eMMC HS200 mode on a few missed boards

2024-04-15 Thread Quentin Schulz
Hi Jonas, On 4/13/24 20:13, Jonas Karlman wrote: A few RK3588 boards are missing a mmc-hs200 prop to signal that HS200 mode is supported in addition to HS400, this lead to bad performance reading FIT in SPL and broken MMC write. Add cap-mmc-highspeed and mmc-hs200-1_8v to affected boards to ena

Re: [PATCH v2 23/23] rockchip: rk3588: Enable use of eMMC HS200 mode on a few missed boards

2024-04-15 Thread Dragan Simic
On 2024-04-15 10:23, Jonas Karlman wrote: On 2024-04-15 09:00, Dragan Simic wrote: Please see my comments below. On 2024-04-13 20:13, Jonas Karlman wrote: A few RK3588 boards are missing a mmc-hs200 prop to signal that HS200 mode is supported in addition to HS400, this lead to bad performance

Re: [PATCH v2 23/23] rockchip: rk3588: Enable use of eMMC HS200 mode on a few missed boards

2024-04-15 Thread Jonas Karlman
Hi Dragan, On 2024-04-15 09:00, Dragan Simic wrote: > Hello Jonas, > > Please see my comments below. > > On 2024-04-13 20:13, Jonas Karlman wrote: >> A few RK3588 boards are missing a mmc-hs200 prop to signal that HS200 >> mode is supported in addition to HS400, this lead to bad performance >> r

Re: [PATCH v2 23/23] rockchip: rk3588: Enable use of eMMC HS200 mode on a few missed boards

2024-04-15 Thread Dragan Simic
Hello Jonas, Please see my comments below. On 2024-04-13 20:13, Jonas Karlman wrote: A few RK3588 boards are missing a mmc-hs200 prop to signal that HS200 mode is supported in addition to HS400, this lead to bad performance reading FIT in SPL and broken MMC write. Add cap-mmc-highspeed and mmc

[PATCH v2 23/23] rockchip: rk3588: Enable use of eMMC HS200 mode on a few missed boards

2024-04-13 Thread Jonas Karlman
A few RK3588 boards are missing a mmc-hs200 prop to signal that HS200 mode is supported in addition to HS400, this lead to bad performance reading FIT in SPL and broken MMC write. Add cap-mmc-highspeed and mmc-hs200-1_8v to affected boards to enable use of eMMC HS200 mode. Signed-off-by: Jonas Ka