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:
parent
f0c5be8a96
commit
addadeb7da
4 changed files with 12 additions and 2 deletions
|
@ -137,8 +137,6 @@
|
||||||
|
|
||||||
qcom,pmic-revid = <&pmicobalt_revid>;
|
qcom,pmic-revid = <&pmicobalt_revid>;
|
||||||
|
|
||||||
/* do not draw current from USB or DC */
|
|
||||||
qcom,suspend-input;
|
|
||||||
dpdm-supply = <&qusb_phy0>;
|
dpdm-supply = <&qusb_phy0>;
|
||||||
|
|
||||||
qcom,chgr@1000 {
|
qcom,chgr@1000 {
|
||||||
|
|
|
@ -299,6 +299,10 @@
|
||||||
&mdss_hdmi_ddc_suspend &mdss_hdmi_cec_suspend>;
|
&mdss_hdmi_ddc_suspend &mdss_hdmi_cec_suspend>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
&pmicobalt_charger {
|
||||||
|
qcom,suspend-input;
|
||||||
|
};
|
||||||
|
|
||||||
&pmicobalt_haptics {
|
&pmicobalt_haptics {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
|
@ -273,3 +273,7 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
&pmicobalt_charger {
|
||||||
|
qcom,suspend-input;
|
||||||
|
};
|
||||||
|
|
|
@ -110,3 +110,7 @@
|
||||||
#interrupt-cells = <1>;
|
#interrupt-cells = <1>;
|
||||||
interrupt-names = "cdc-int";
|
interrupt-names = "cdc-int";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
&pmicobalt_charger {
|
||||||
|
qcom,suspend-input;
|
||||||
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue