Re: [PATCH V3 1/3] ARM: imx: use device_initcall for imx_soc_device_init

2020-10-28 Thread Rob Herring
On Wed, May 20, 2020 at 1:01 AM wrote: > > From: Peng Fan > > This is preparation to move imx_soc_device_init to drivers/soc/imx/ > > There is no reason to must put dt devices under /sys/devices/soc0, > they could also be under /sys/devices/platform, so we could > pass NULL as parent when calling

RE: [PATCH V3 1/3] ARM: imx: use device_initcall for imx_soc_device_init

2020-10-28 Thread Peng Fan
Hi Rob, > Subject: Re: [PATCH V3 1/3] ARM: imx: use device_initcall for > imx_soc_device_init > > On Wed, May 20, 2020 at 1:01 AM wrote: > > > > From: Peng Fan > > > > This is preparation to move imx_soc_device_init to drivers/soc/imx/ > > > >

[PATCH V3 1/3] ARM: imx: use device_initcall for imx_soc_device_init

2020-05-19 Thread peng . fan
From: Peng Fan This is preparation to move imx_soc_device_init to drivers/soc/imx/ There is no reason to must put dt devices under /sys/devices/soc0, they could also be under /sys/devices/platform, so we could pass NULL as parent when calling of_platform_default_populate. Following soc-imx8.c s