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

Commit a92b2cbb authored by Anirudh Ghayal's avatar Anirudh Ghayal
Browse files

ARM: dts: msm: Disable BMS for 8916 CDP/SMB1360 configs.



The PMIC internal BMS is not used on 8916 CDP and the MTP/CDP
configurations with the SMB1360 external charger. Disable the
BMS hardware module on them.

CRs-Fixed: 636371
Change-Id: I55a07b892f2960cf3836681a5343ac140bab5eb1
Signed-off-by: default avatarAnirudh Ghayal <aghayal@codeaurora.org>
parent 6ae0010b
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -45,5 +45,6 @@
};

&pm8916_bms {
	status = "disabled";
	status = "ok";
	qcom,disable-bms;
};
+5 −0
Original line number Diff line number Diff line
@@ -283,6 +283,11 @@
	status = "ok";
};

&pm8916_bms {
	status = "ok";
	qcom,disable-bms;
};

&spmi_bus {
	qcom,pm8916@0 {
		qcom,leds@a100 {
+2 −1
Original line number Diff line number Diff line
@@ -46,5 +46,6 @@
};

&pm8916_bms {
	status = "disabled";
	status = "ok";
	qcom,disable-bms;
};