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:
parent
b12e0db7bb
commit
7dd9b0b575
2 changed files with 8 additions and 0 deletions
|
@ -761,6 +761,10 @@
|
|||
status = "ok";
|
||||
};
|
||||
|
||||
&usb3 {
|
||||
extcon = <&pmi8994_charger>;
|
||||
};
|
||||
|
||||
&usb2s {
|
||||
status = "disabled";
|
||||
dwc3@7600000 {
|
||||
|
|
|
@ -490,6 +490,10 @@
|
|||
};
|
||||
};
|
||||
|
||||
&usb3 {
|
||||
extcon = <&pmi8994_charger>;
|
||||
};
|
||||
|
||||
&i2c_7 {
|
||||
smb1351-charger@1d {
|
||||
compatible = "qcom,smb1351-charger";
|
||||
|
|
Loading…
Add table
Reference in a new issue