ARM: dts: msm: Add dpdm_supply reference to pmi8998_charger

On MSM8996 the PMI8998 charger requires the USB D+/D- to
be in floating state prior to performing charger detection.
Control of this is exposed by the QUSB PHY node and is
referenced by the charger as the dpdm-supply regulator.

Signed-off-by: Jack Pham <jackp@codeaurora.org>
This commit is contained in:
Jack Pham 2016-03-17 15:19:42 -07:00 committed by David Keitel
parent 7dd9b0b575
commit 7f5ffc4abd
2 changed files with 5 additions and 0 deletions

View file

@ -110,6 +110,7 @@
&pmi8994_charger { &pmi8994_charger {
qcom,charging-disabled; qcom,charging-disabled;
dpdm-supply = <&qusb_phy0>;
}; };
&pm8994_vadc { &pm8994_vadc {

View file

@ -504,6 +504,10 @@
}; };
}; };
&pmi8994_charger {
dpdm-supply = <&qusb_phy0>;
};
&pmi8994_fg { &pmi8994_fg {
qcom,battery-data = <&mtp_batterydata>; qcom,battery-data = <&mtp_batterydata>;
qcom,ext-sense-type; qcom,ext-sense-type;