ARM: dts: msm: enable charging in msmcobalt

Enable charging by default, but disable it for CDP, RUMI and SIM.

CRs-Fixed: 1024022
Change-Id: Ie713f020201cafe6d815c7da5e87ea1566ac36ad
Signed-off-by: Harry Yang <harryy@codeaurora.org>
This commit is contained in:
Harry Yang 2016-06-09 11:39:12 -07:00 committed by Kyle Yan
parent f0c5be8a96
commit addadeb7da
4 changed files with 12 additions and 2 deletions

View file

@ -137,8 +137,6 @@
qcom,pmic-revid = <&pmicobalt_revid>;
/* do not draw current from USB or DC */
qcom,suspend-input;
dpdm-supply = <&qusb_phy0>;
qcom,chgr@1000 {

View file

@ -299,6 +299,10 @@
&mdss_hdmi_ddc_suspend &mdss_hdmi_cec_suspend>;
};
&pmicobalt_charger {
qcom,suspend-input;
};
&pmicobalt_haptics {
status = "okay";
};

View file

@ -273,3 +273,7 @@
};
};
};
&pmicobalt_charger {
qcom,suspend-input;
};

View file

@ -110,3 +110,7 @@
#interrupt-cells = <1>;
interrupt-names = "cdc-int";
};
&pmicobalt_charger {
qcom,suspend-input;
};