board: stm32mp1: remove test on CONFIG_DM_REGULATOR
authorPatrick Delaunay <patrick.delaunay@foss.st.com>
Mon, 20 Jun 2022 10:36:10 +0000 (12:36 +0200)
committerPatrick Delaunay <patrick.delaunay@foss.st.com>
Tue, 6 Sep 2022 11:54:50 +0000 (13:54 +0200)
commit0a1a755636a94da71bd79860884bc97d64fba36b
treed0d2ed291a6978c78d53f0ef9bc2228f65c7a2d8
parent50b2184257c27833eece838dff5a519f07325082
board: stm32mp1: remove test on CONFIG_DM_REGULATOR

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 <patrick.delaunay@foss.st.com>
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>
board/st/stm32mp1/stm32mp1.c