Re: [PATCH] rockchip: rk3568-generic: Enable eMMC HS200 mode

2024-02-04 Thread Kever Yang
On 2024/2/1 06:07, Jonas Karlman wrote: Writing to eMMC using HS200 mode work more reliably then other modes on RK356x boards. Add device tree props and enable Kconfig options for eMMC HS200 mode on the generic RK3566/RK3568 board. Also enable the pinctrl driver in SPL and add missing rk3568-g

[PATCH] rockchip: rk3568-generic: Enable eMMC HS200 mode

2024-01-31 Thread Jonas Karlman
Writing to eMMC using HS200 mode work more reliably then other modes on RK356x boards. Add device tree props and enable Kconfig options for eMMC HS200 mode on the generic RK3566/RK3568 board. Also enable the pinctrl driver in SPL and add missing rk3568-generic.dtb to Makefile. Signed-off-by: Jona