ARM: dts: msm: Add extcon to usb3 node on msm8996

The primary USB device now requires an extcon reference
for cable connection notification. On MTP & CDP targets
this is provided by the PMI8994 charger device.

Signed-off-by: Jack Pham <jackp@codeaurora.org>
This commit is contained in:
Jack Pham 2016-03-16 22:50:01 -07:00 committed by David Keitel
parent b12e0db7bb
commit 7dd9b0b575
2 changed files with 8 additions and 0 deletions

View file

@ -761,6 +761,10 @@
status = "ok";
};
&usb3 {
extcon = <&pmi8994_charger>;
};
&usb2s {
status = "disabled";
dwc3@7600000 {

View file

@ -490,6 +490,10 @@
};
};
&usb3 {
extcon = <&pmi8994_charger>;
};
&i2c_7 {
smb1351-charger@1d {
compatible = "qcom,smb1351-charger";