Re: [PATCH v1 1/1] sysreset: add PHASE_ to GPIO reset and poweroff configs

2025-04-01 Thread Quentin Schulz
On 3/31/25 12:27 PM, Svyatoslav Ryhel wrote: пн, 31 бер. 2025 р. о 13:16 Quentin Schulz пише: Hi Svyatoslav, On 3/30/25 11:28 AM, Svyatoslav Ryhel wrote: GPIO reset and power-off functionality depends on device tree data, which is often absent in SPL or TPL. To address this, incorporate PHAS

Re: [PATCH v1 1/1] sysreset: add PHASE_ to GPIO reset and poweroff configs

2025-03-31 Thread Svyatoslav Ryhel
пн, 31 бер. 2025 р. о 13:31 Quentin Schulz пише: > > On 3/31/25 12:27 PM, Svyatoslav Ryhel wrote: > > пн, 31 бер. 2025 р. о 13:16 Quentin Schulz пише: > >> > >> Hi Svyatoslav, > >> > >> On 3/30/25 11:28 AM, Svyatoslav Ryhel wrote: > >>> GPIO reset and power-off functionality depends on device tre

Re: [PATCH v1 1/1] sysreset: add PHASE_ to GPIO reset and poweroff configs

2025-03-31 Thread Svyatoslav Ryhel
пн, 31 бер. 2025 р. о 13:16 Quentin Schulz пише: > > Hi Svyatoslav, > > On 3/30/25 11:28 AM, Svyatoslav Ryhel wrote: > > GPIO reset and power-off functionality depends on device tree data, which > > is often absent in SPL or TPL. To address this, incorporate PHASE_ into the > > config option. > >

Re: [PATCH v1 1/1] sysreset: add PHASE_ to GPIO reset and poweroff configs

2025-03-31 Thread Quentin Schulz
Hi Svyatoslav, On 3/30/25 11:28 AM, Svyatoslav Ryhel wrote: GPIO reset and power-off functionality depends on device tree data, which is often absent in SPL or TPL. To address this, incorporate PHASE_ into the config option. Signed-off-by: Svyatoslav Ryhel --- drivers/sysreset/Makefile | 4 +

[PATCH v1 1/1] sysreset: add PHASE_ to GPIO reset and poweroff configs

2025-03-30 Thread Svyatoslav Ryhel
GPIO reset and power-off functionality depends on device tree data, which is often absent in SPL or TPL. To address this, incorporate PHASE_ into the config option. Signed-off-by: Svyatoslav Ryhel --- drivers/sysreset/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git