Re: [PATCH] stm32mp: stpmic1: remove the debug unit request by debugger

2022-06-17 Thread Patrick DELAUNAY
Hi, On 6/1/22 18:33, Patrick Delaunay wrote: Depending on backup register value, U-Boot SPL maintains the debug unit powered-on for debugging purpose; only BUCK1 is required for powering the debug unit, so revert the setting for all the other power lanes, except BUCK3 that has to be always on.

Re: [PATCH] stm32mp: stpmic1: remove the debug unit request by debugger

2022-06-15 Thread Patrice CHOTARD
Hi Patrick On 6/1/22 18:33, Patrick Delaunay wrote: > Depending on backup register value, U-Boot SPL maintains the debug unit > powered-on for debugging purpose; only BUCK1 is required for powering > the debug unit, so revert the setting for all the other power lanes, > except BUCK3 that has to

[PATCH] stm32mp: stpmic1: remove the debug unit request by debugger

2022-06-01 Thread Patrick Delaunay
Depending on backup register value, U-Boot SPL maintains the debug unit powered-on for debugging purpose; only BUCK1 is required for powering the debug unit, so revert the setting for all the other power lanes, except BUCK3 that has to be always on. To be functional this patch requires a