Re: [PATCH] ARM: i.MX: remove platform device registration helpers

2024-04-19 Thread Sascha Hauer
On Thu, 11 Apr 2024 09:11:22 +0200, Sascha Hauer wrote: > With two exceptions the imx_add_* platform device registration helpers > are no longer used, so remove them. > In two cases a framebuffer is still registered with a helper function. > Replace them with add_generic_device(). > >

[PATCH] ARM: i.MX: remove platform device registration helpers

2024-04-11 Thread Sascha Hauer
With two exceptions the imx_add_* platform device registration helpers are no longer used, so remove them. In two cases a framebuffer is still registered with a helper function. Replace them with add_generic_device(). Signed-off-by: Sascha Hauer --- arch/arm/boards/datamodul-edm-qmx6/board.c