summaryrefslogtreecommitdiff
path: root/board
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2025-09-01 14:32:00 -0600
committerTom Rini <[email protected]>2025-09-01 14:32:00 -0600
commit185aa00a4f5d6fee2c023d8fc459db45b91846d0 (patch)
tree5e184f52805c9320573f884b0bd4af8836f07fc1 /board
parentc9ffeefeb3efedd754e3ffa3440bfeb15cea00c3 (diff)
parent140562d3a2b447079499d773a7d21ec1728692cb (diff)
Merge tag 'mmc-power-next-2025-09-01' of https://source.denx.de/u-boot/custodians/u-boot-mmc into next
CI: https://source.denx.de/u-boot/custodians/u-boot-mmc/-/pipelines/27536 - Update compatibles for PMICs used by exynos devices - Support system reset and reset status for pca9450 - Fix for pca9450 LDO5 registers and drop deprecated sd-vsel-gpios - Two minor fixes found by smatch
Diffstat (limited to 'board')
-rw-r--r--board/samsung/odroid/odroid.c15
1 files changed, 0 insertions, 15 deletions
diff --git a/board/samsung/odroid/odroid.c b/board/samsung/odroid/odroid.c
index 84d6d919f07..a48b8e94b77 100644
--- a/board/samsung/odroid/odroid.c
+++ b/board/samsung/odroid/odroid.c
@@ -428,21 +428,6 @@ void exynos_init(void)
board_gpio_init();
}
-int exynos_power_init(void)
-{
- const char *mmc_regulators[] = {
- "VDDQ_EMMC_1.8V",
- "VDDQ_EMMC_2.8V",
- "TFLASH_2.8V",
- NULL,
- };
-
- if (regulator_list_autoset(mmc_regulators, NULL, true))
- pr_err("Unable to init all mmc regulators\n");
-
- return 0;
-}
-
#ifdef CONFIG_USB_GADGET
static int s5pc210_phy_control(int on)
{