Skip to content

Commit ab6ada3

Browse files
krzkgregkh
authored andcommitted
ARM: dts: exynos: Always enable necessary APIO_1V8 and ABB_1V8 regulators on Arndale Octa
[ Upstream commit 5ab99cf ] The PVDD_APIO_1V8 (LDO2) and PVDD_ABB_1V8 (LDO8) regulators were turned off by Linux kernel as unused. However they supply critical parts of SoC so they should be always on: 1. PVDD_APIO_1V8 supplies SYS pins (gpx[0-3], PSHOLD), HDMI level shift, RTC, VDD1_12 (DRAM internal 1.8 V logic), pull-up for PMIC interrupt lines, TTL/UARTR level shift, reset pins and SW-TACT1 button. It also supplies unused blocks like VDDQ_SRAM (for SROM controller) and VDDQ_GPIO (gpm7, gpy7). The LDO2 cannot be turned off (S2MPS11 keeps it on anyway) so marking it "always-on" only reflects its real status. 2. PVDD_ABB_1V8 supplies Adaptive Body Bias Generator for ARM cores, memory and Mali (G3D). Signed-off-by: Krzysztof Kozlowski <[email protected]> Signed-off-by: Sasha Levin <[email protected]>
1 parent f3013a8 commit ab6ada3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

arch/arm/boot/dts/exynos5420-arndale-octa.dts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@
109109
regulator-name = "PVDD_APIO_1V8";
110110
regulator-min-microvolt = <1800000>;
111111
regulator-max-microvolt = <1800000>;
112+
regulator-always-on;
112113
};
113114

114115
ldo3_reg: LDO3 {
@@ -147,6 +148,7 @@
147148
regulator-name = "PVDD_ABB_1V8";
148149
regulator-min-microvolt = <1800000>;
149150
regulator-max-microvolt = <1800000>;
151+
regulator-always-on;
150152
};
151153

152154
ldo9_reg: LDO9 {

0 commit comments

Comments
 (0)