Re: [PATCH 2/3] rockchip: rk3588: Add support for sdmmc clocks in SPL

2023-03-20 Thread Kever Yang
On 2023/3/18 03:16, Jonas Karlman wrote: Booting from sdmmc on RK3588 currently works because of a workaround in the device tree, clocks are reordered so that the driver use ciu-sample instead of ciu, and the BootRom initializes sdmmc clocks before SPL is loaded into DRAM. The sdmmc clocks are

[PATCH 2/3] rockchip: rk3588: Add support for sdmmc clocks in SPL

2023-03-17 Thread Jonas Karlman
Booting from sdmmc on RK3588 currently works because of a workaround in the device tree, clocks are reordered so that the driver use ciu-sample instead of ciu, and the BootRom initializes sdmmc clocks before SPL is loaded into DRAM. The sdmmc clocks are normally controlled by TF-A using SCMI. Howe