Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ed34c0d8 authored by Gustavo Solaira's avatar Gustavo Solaira
Browse files

ARM: dts: msm: Set LDO_6 as always on for SKUT1



SKUT1 uses LDO_6 for SMB1358 and accelerometer which
keep working with system in standby (e.g.: charging).
If LDO_6 gets disabled by mdss and touchscreen on screen
off, causing SMB1358 and MC3210 devices to not be able to
use I2C. Set LDO_6 as always on to fix this issue.

Change-Id: Ie896f0d867f829e4f481a9f2c6b33a0e08ff12b3
Signed-off-by: default avatarGustavo Solaira <gustavos@codeaurora.org>
parent 7e314d1f
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -119,3 +119,7 @@
&sdhc_2 {
	cd-gpios = <&msm_gpio 38 0x1>;
};

&pm8916_l6 {
	regulator-always-on;
};