aboutsummaryrefslogtreecommitdiffstats
path: root/board/samsung
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/samsung
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/samsung')
-rw-r--r--board/samsung/common/exynos5-dt.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/board/samsung/common/exynos5-dt.c b/board/samsung/common/exynos5-dt.c
index 56862bcb34d..68edd1ec282 100644
--- a/board/samsung/common/exynos5-dt.c
+++ b/board/samsung/common/exynos5-dt.c
@@ -88,10 +88,6 @@ int exynos_power_init(void)
if (ret == -ENODEV)
return 0;
- ret = regulators_enable_boot_on(false);
- if (ret)
- return ret;
-
ret = exynos_set_regulator("vdd_mif", 1100000);
if (ret)
return ret;