From 24491cb83a280260188f047d1a65251b891274e4 Mon Sep 17 00:00:00 2001 From: kroylar Date: Wed, 25 Sep 2019 19:06:18 -0700 Subject: [PATCH] Update exynos5422-odroid-core.dtsi Added the regulator-always-on attribute to LDO3 / vddq_mmc0. This keeps the SD card powered after a shutdown or reboot giving the board sufficient time to finish the operation. --- arch/arm/boot/dts/exynos5422-odroid-core.dtsi | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/boot/dts/exynos5422-odroid-core.dtsi b/arch/arm/boot/dts/exynos5422-odroid-core.dtsi index 6277562b68a701..238b1b3ad4f6f1 100644 --- a/arch/arm/boot/dts/exynos5422-odroid-core.dtsi +++ b/arch/arm/boot/dts/exynos5422-odroid-core.dtsi @@ -161,6 +161,7 @@ regulator-name = "vddq_mmc0"; regulator-min-microvolt = <1800000>; regulator-max-microvolt = <1800000>; + regulator-always-on; }; ldo4_reg: LDO4 {