Re: [PATCH] mci: imx-esdhc: retire esdhc_platform_data

2024-05-21 Thread Sascha Hauer
On Fri, 17 May 2024 07:59:51 +0200, Ahmad Fatoum wrote: > We have no board in-tree that doesn't probe the imx-esdhc from DT. > The platform data is thus unused as the PBL usage happens without it, > therefore remove that struct definition and the dead code handling it. > > Applied, thanks!

[PATCH] mci: imx-esdhc: retire esdhc_platform_data

2024-05-17 Thread Ahmad Fatoum
We have no board in-tree that doesn't probe the imx-esdhc from DT. The platform data is thus unused as the PBL usage happens without it, therefore remove that struct definition and the dead code handling it. Signed-off-by: Ahmad Fatoum --- arch/arm/boards/ls1028ardb/lowlevel.c | 1 -