On 2025-04-14 22:01, Heiko Stuebner wrote: > The rk3576 uses a different base-compatible, as starting with this > generation, the clock phase tuning is done via registers inside > the mmc controller and not from inside the CRU. > > In U-Boot we do not tune at all, so no other code changes are > necessary. > > Signed-off-by: Heiko Stuebner <he...@sntech.de> > Reviewed-by: Jaehoon Chung <jh80.ch...@samsung.com>
Reading and writing data from/to SD-card work on my boards. Reviewed-by: Jonas Karlman <jo...@kwiboo.se> Regards, Jonas > --- > drivers/mmc/rockchip_dw_mmc.c | 1 + > 1 file changed, 1 insertion(+) [snip]