Re: [PATCH v1 17/19] ARM: tegra: dt-setup: convert TrustZone remove into config

2023-08-24 Thread Svyatoslav Ryhel
24 серпня 2023 р. 16:33:48 GMT+03:00, Thierry Reding написав(-ла): >On Wed, Aug 23, 2023 at 02:47:11PM +0300, Svyatoslav Ryhel wrote: >> >> >> 23 серпня 2023 р. 14:17:37 GMT+03:00, Thierry Reding >> написав(-ла): >> >On Tue, Aug 22, 2023 at 02:22:15PM +0300, Svyatoslav Ryhel wrote: >> >>

Re: [PATCH v1 17/19] ARM: tegra: dt-setup: convert TrustZone remove into config

2023-08-24 Thread Thierry Reding
On Wed, Aug 23, 2023 at 02:47:11PM +0300, Svyatoslav Ryhel wrote: > > > 23 серпня 2023 р. 14:17:37 GMT+03:00, Thierry Reding > написав(-ла): > >On Tue, Aug 22, 2023 at 02:22:15PM +0300, Svyatoslav Ryhel wrote: > >> Remove of TrustZone nodes is required by many product devices > >> which

Re: [PATCH v1 17/19] ARM: tegra: dt-setup: convert TrustZone remove into config

2023-08-23 Thread Svyatoslav Ryhel
23 серпня 2023 р. 17:54:21 GMT+03:00, Simon Glass написав(-ла): >Hi, > >On Wed, 23 Aug 2023 at 05:47, Svyatoslav Ryhel wrote: >> >> >> >> 23 серпня 2023 р. 14:17:37 GMT+03:00, Thierry Reding >> написав(-ла): >> >On Tue, Aug 22, 2023 at 02:22:15PM +0300, Svyatoslav Ryhel wrote: >> >> Remove

Re: [PATCH v1 17/19] ARM: tegra: dt-setup: convert TrustZone remove into config

2023-08-23 Thread Simon Glass
Hi, On Wed, 23 Aug 2023 at 05:47, Svyatoslav Ryhel wrote: > > > > 23 серпня 2023 р. 14:17:37 GMT+03:00, Thierry Reding > написав(-ла): > >On Tue, Aug 22, 2023 at 02:22:15PM +0300, Svyatoslav Ryhel wrote: > >> Remove of TrustZone nodes is required by many product devices > >> which require

Re: [PATCH v1 17/19] ARM: tegra: dt-setup: convert TrustZone remove into config

2023-08-23 Thread Svyatoslav Ryhel
23 серпня 2023 р. 14:17:37 GMT+03:00, Thierry Reding написав(-ла): >On Tue, Aug 22, 2023 at 02:22:15PM +0300, Svyatoslav Ryhel wrote: >> Remove of TrustZone nodes is required by many product devices >> which require repetable calls of same function from device board. >> To simplify this, TZ

Re: [PATCH v1 17/19] ARM: tegra: dt-setup: convert TrustZone remove into config

2023-08-23 Thread Thierry Reding
On Tue, Aug 22, 2023 at 02:22:15PM +0300, Svyatoslav Ryhel wrote: > Remove of TrustZone nodes is required by many product devices > which require repetable calls of same function from device board. > To simplify this, TZ remove is converted into Kconfig option. > > Signed-off-by: Svyatoslav Ryhel

[PATCH v1 17/19] ARM: tegra: dt-setup: convert TrustZone remove into config

2023-08-22 Thread Svyatoslav Ryhel
Remove of TrustZone nodes is required by many product devices which require repetable calls of same function from device board. To simplify this, TZ remove is converted into Kconfig option. Signed-off-by: Svyatoslav Ryhel --- arch/arm/mach-tegra/Kconfig| 14 ++