board: 8930: Configure LDO L17 as always_on for 8930 SGLTE
LDO L17 is the power source for a set of MSM gpios on
8930 SGLTE. For these GPIOs to be operational L17 should
be turned on by default. Hence, set the always_on,
system_uA and peak_uA properties to the required values.
Change-Id: Id8dc79778091864a61a1c3fb90af328eb26e4d22
Signed-off-by: Anirudh Ghayal <aghayal@codeaurora.org>
diff --git a/arch/arm/mach-msm/board-8930.c b/arch/arm/mach-msm/board-8930.c
index 2184f82..5e26455 100644
--- a/arch/arm/mach-msm/board-8930.c
+++ b/arch/arm/mach-msm/board-8930.c
@@ -2946,6 +2946,9 @@
BUG_ON(msm_rpmrs_levels_init(&msm_rpmrs_data_pm8917));
}
+ if (machine_is_msm8930_evt())
+ configure_8930_sglte_regulator();
+
regulator_suppress_info_printing();
if (msm_xo_init())
pr_err("Failed to initialize XO votes\n");