Re: [PATCH v2 06/15] i.MX7: Enable Job ring driver model in U-Boot.

2021-09-10 Thread Ye Li
On Fri, 2021-09-03 at 12:33 +0530, Gaurav Jain wrote: > i.MX7D - added support for JR driver model. > > removed sec_init() call, sec is initialized based on > job ring information processed from device tree. > > Signed-off-by: Gaurav Jain Reviewed-by: Ye Li Best regards, Ye Li > --- >  arch/

[PATCH v2 06/15] i.MX7: Enable Job ring driver model in U-Boot.

2021-09-03 Thread Gaurav Jain
i.MX7D - added support for JR driver model. removed sec_init() call, sec is initialized based on job ring information processed from device tree. Signed-off-by: Gaurav Jain --- arch/arm/Kconfig | 2 +- arch/arm/mach-imx/mx7/Kconfig | 3 +++ arch/arm/mach-imx/mx7/soc.c | 11