aboutsummaryrefslogtreecommitdiffstats
path: root/board/engicam
diff options
context:
space:
mode:
authorMarek Vasut <marex@denx.de>2024-09-27 01:14:15 +0200
committerTom Rini <trini@konsulko.com>2024-09-30 19:19:07 -0600
commit6f52feee2867f138af3d81a90a02a2b222e3366d (patch)
treea513219ea2ff4ad1de619d5e8cde1096379c9da9 /board/engicam
parentba0faba52a3ffb86a59c6078053f2c9a10ef261b (diff)
downloadu-boot-6f52feee2867f138af3d81a90a02a2b222e3366d.tar.gz
power: regulator: Drop regulators_enable_boot_on/off()WIP/30Sep2024-next
Both regulators_enable_boot_on/off() are unused and superseded by regulator uclass regulator_post_probe(). Remove both functions. Signed-off-by: Marek Vasut <marex@denx.de>
Diffstat (limited to 'board/engicam')
-rw-r--r--board/engicam/stm32mp1/stm32mp1.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/board/engicam/stm32mp1/stm32mp1.c b/board/engicam/stm32mp1/stm32mp1.c
index bc2af66d8e9..56557d56429 100644
--- a/board/engicam/stm32mp1/stm32mp1.c
+++ b/board/engicam/stm32mp1/stm32mp1.c
@@ -37,9 +37,6 @@ int checkboard(void)
/* board dependent setup after realloc */
int board_init(void)
{
- if (IS_ENABLED(CONFIG_DM_REGULATOR))
- regulators_enable_boot_on(_DEBUG);
-
return 0;
}