Re: [PATCH v2 14/19] mmc: renesas-sdhi: Initialize module on RZ/G2L

2023-10-15 Thread Marek Vasut
On 10/9/23 18:46, Paul Barker wrote: On the Renesas RZ/G2L SoC family, we must ensure that the required clock signals are enabled and the reset signal is de-asserted before we try to communicate with the SDHI module. Signed-off-by: Paul Barker Reviewed-by: Biju Das Reviewed-by: Lad Prabhakar

[PATCH v2 14/19] mmc: renesas-sdhi: Initialize module on RZ/G2L

2023-10-09 Thread Paul Barker
On the Renesas RZ/G2L SoC family, we must ensure that the required clock signals are enabled and the reset signal is de-asserted before we try to communicate with the SDHI module. Signed-off-by: Paul Barker Reviewed-by: Biju Das Reviewed-by: Lad Prabhakar --- v1->v2: * Move RZ/G2L specific se