Re: [PATCH 2/3] imx8m: Automatically add the optee firmware node to the FDT

2022-05-17 Thread Michael Nazzareno Trimarchi
Hi Jens On Mon, May 16, 2022 at 3:49 PM Jens Wiklander wrote: > > Hi, > > On Mon, May 16, 2022 at 12:00 PM Michael Nazzareno Trimarchi > wrote: > > > > Hi Alban > > > > On Mon, May 16, 2022 at 10:23 AM Alban Bedel wrote: > > > > > > If optee is running add the firmware node to the FDT to allow

Re: [PATCH 2/3] imx8m: Automatically add the optee firmware node to the FDT

2022-05-16 Thread Jens Wiklander
Hi, On Mon, May 16, 2022 at 12:00 PM Michael Nazzareno Trimarchi wrote: > > Hi Alban > > On Mon, May 16, 2022 at 10:23 AM Alban Bedel wrote: > > > > If optee is running add the firmware node to the FDT to allow the > > kernel to use a more generic device tree. > > > > Signed-off-by: Alban Bedel

Re: [PATCH 2/3] imx8m: Automatically add the optee firmware node to the FDT

2022-05-16 Thread Michael Nazzareno Trimarchi
Hi Alban On Mon, May 16, 2022 at 10:23 AM Alban Bedel wrote: > > If optee is running add the firmware node to the FDT to allow the > kernel to use a more generic device tree. > > Signed-off-by: Alban Bedel > --- > arch/arm/mach-imx/imx8m/soc.c | 9 + > 1 file changed, 9 insertions(+) >

[PATCH 2/3] imx8m: Automatically add the optee firmware node to the FDT

2022-05-16 Thread Alban Bedel
If optee is running add the firmware node to the FDT to allow the kernel to use a more generic device tree. Signed-off-by: Alban Bedel --- arch/arm/mach-imx/imx8m/soc.c | 9 + 1 file changed, 9 insertions(+) diff --git a/arch/arm/mach-imx/imx8m/soc.c b/arch/arm/mach-imx/imx8m/soc.c inde