[PATCH 11/11] board: samsung: odroid: drop exynos_power_init
Anand Moon
linux.amoon at gmail.com
Sun Aug 24 15:34:04 CEST 2025
Hi Henrik,
On Sat, 23 Aug 2025 at 00:33, Henrik Grimler <henrik at grimler.se> wrote:
>
> exynos_power_init sets up regulators for the emmc and sdcard, but
> these regulators are already marked as always-on and boot-on and hence
> are handled already by the regulator-uclass. Since we currently try to
> set them up twice we get error -114 (EALREADY) from exynos_power_init
> on every boot:
>
> LDO20 at VDDQ_EMMC_1.8V: set 1800000 uV; enabling (ret: -114)
> LDO22 at VDDQ_EMMC_2.8V: set 2800000 uV; enabling (ret: -114)
> LDO21 at TFLASH_2.8V: set 2800000 uV; enabling (ret: -114)
>
> Remove the superfluous exynos_power_init to silence these errors.
>
> Signed-off-by: Henrik Grimler <henrik at grimler.se>
> ---
Reviewed-by: Anand Moon <linux.amoon at gmail.com>
Thanks
-Anand
More information about the U-Boot
mailing list