Re: [PATCH v4] soc: imx: Add SoC device register for i.MX9

From: Shawn Guo
Date: Mon Nov 04 2024 - 02:40:36 EST


On Sun, Nov 03, 2024 at 05:20:22PM +0800, Shawn Guo wrote:
> On Thu, Oct 31, 2024 at 02:54:38PM +0800, alice.guo@xxxxxxxxxxx wrote:
> > From: "alice.guo" <alice.guo@xxxxxxx>
> >
> > i.MX9 SoCs have SoC ID, SoC revision number and chip unique identifier
> > which are provided by the corresponding ARM trusted firmware API. This
> > patch intends to use SMC call to obtain these information and then
> > register i.MX9 SoC as a device.
> >
> > Signed-off-by: alice.guo <alice.guo@xxxxxxx>
> > Tested-by: Alexander Stein <alexander.stein@xxxxxxxxxxxxxxx>
> > Reviewed-by: Stefan Wahren <wahrenst@xxxxxxx>
>
> Applied, thanks!

I have to drop it for now, as I just recall that we should probe SoC
driver as platform driver. Could you rework it a bit like what Marek
has done for soc-imx8m driver?

https://patchwork.kernel.org/project/imx/patch/20240929184930.73049-1-marex@xxxxxxx/

Shawn