Re: [PATCH] board: stm32mp1: remove test on CONFIG_DM_REGULATOR

2022-09-07 Thread Patrick DELAUNAY
Hi, On 6/20/22 12:36, Patrick Delaunay wrote: The tests on CONFIG_DM_REGULATOR, added to avoid compilation issues, can now be removed, they are no more needed since the commit 16cc5ad0b439 ("power: regulator: add dummy helper"). Signed-off-by: Patrick Delaunay ---

Re: [PATCH] board: stm32mp1: remove test on CONFIG_DM_REGULATOR

2022-07-07 Thread Patrice CHOTARD
Hi Patrick On 6/20/22 12:36, Patrick Delaunay wrote: > The tests on CONFIG_DM_REGULATOR, added to avoid compilation issues, can > now be removed, they are no more needed since the commit 16cc5ad0b439 > ("power: regulator: add dummy helper"). > > Signed-off-by: Patrick Delaunay > --- > >

[PATCH] board: stm32mp1: remove test on CONFIG_DM_REGULATOR

2022-06-20 Thread Patrick Delaunay
The tests on CONFIG_DM_REGULATOR, added to avoid compilation issues, can now be removed, they are no more needed since the commit 16cc5ad0b439 ("power: regulator: add dummy helper"). Signed-off-by: Patrick Delaunay --- board/st/stm32mp1/stm32mp1.c | 8 ++-- 1 file changed, 2 insertions(+),