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:
parent
7dd9b0b575
commit
7f5ffc4abd
2 changed files with 5 additions and 0 deletions
|
@ -110,6 +110,7 @@
|
|||
|
||||
&pmi8994_charger {
|
||||
qcom,charging-disabled;
|
||||
dpdm-supply = <&qusb_phy0>;
|
||||
};
|
||||
|
||||
&pm8994_vadc {
|
||||
|
|
|
@ -504,6 +504,10 @@
|
|||
};
|
||||
};
|
||||
|
||||
&pmi8994_charger {
|
||||
dpdm-supply = <&qusb_phy0>;
|
||||
};
|
||||
|
||||
&pmi8994_fg {
|
||||
qcom,battery-data = <&mtp_batterydata>;
|
||||
qcom,ext-sense-type;
|
||||
|
|
Loading…
Add table
Reference in a new issue