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

Commit 9ba5f614 authored by Tirupathi Reddy T's avatar Tirupathi Reddy T
Browse files

ARM: dts: msm: enable charger for MSM8909 MTP/CDP



PM8909 has linear battery charger peripheral. Enable the node
for MSM8909 CDP/MTP to support charging control, battery status
reporting, USB charge-path detection and other supported features.

Keep charging disabled by default.

Change-Id: Ib826f0ece7770195cb05c36f09f6e616ca586e37
Signed-off-by: default avatarTirupathi Reddy T <tirupath@codeaurora.org>
parent 3311f658
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -90,6 +90,11 @@
	pinctrl-0 = <&uart_console_sleep>;
};

&pm8909_chg {
	status = "ok";
	qcom,charging-disabled;
};

&spmi_bus {
	qcom,pm8909@0 {
		qcom,leds@a300 {
+5 −0
Original line number Diff line number Diff line
@@ -89,6 +89,11 @@
	pinctrl-0 = <&uart_console_sleep>;
};

&pm8909_chg {
	status = "ok";
	qcom,charging-disabled;
};

&spmi_bus {
	qcom,pm8909@0 {
		qcom,leds@a300 {