ARM: dts: msm: Add USBPD PHY device node for msmfalcon

Add required USBPD PHY device node for msmfalcon for USB PD
functionality to be working.

Change-Id: I8cd2981f176e08c1ea4f8a9b7ff42887b590d941
Signed-off-by: Vijayavardhan Vennapusa <vvreddy@codeaurora.org>
This commit is contained in:
Vijayavardhan Vennapusa 2016-11-17 13:21:46 +05:30
parent bee274711e
commit b1aeba6864
3 changed files with 31 additions and 0 deletions

View file

@ -402,6 +402,29 @@
};
};
pmfalcon_pdphy: qcom,usb-pdphy@1700 {
compatible = "qcom,qpnp-pdphy";
reg = <0x1700 0x100>;
vdd-pdphy-supply = <&pm2falcon_l7>;
vbus-supply = <&smb2_vbus>;
vconn-supply = <&smb2_vconn>;
interrupts = <0x0 0x17 0x0 IRQ_TYPE_EDGE_RISING>,
<0x0 0x17 0x1 IRQ_TYPE_EDGE_RISING>,
<0x0 0x17 0x2 IRQ_TYPE_EDGE_RISING>,
<0x0 0x17 0x3 IRQ_TYPE_EDGE_RISING>,
<0x0 0x17 0x4 IRQ_TYPE_EDGE_RISING>,
<0x0 0x17 0x5 IRQ_TYPE_EDGE_RISING>,
<0x0 0x17 0x6 IRQ_TYPE_EDGE_RISING>;
interrupt-names = "sig-tx",
"sig-rx",
"msg-tx",
"msg-rx",
"msg-tx-failed",
"msg-tx-discarded",
"msg-rx-discarded";
};
pmfalcon_adc_tm: vadc@3400 {
compatible = "qcom,qpnp-adc-tm-hc";
reg = <0x3400 0x100>;

View file

@ -107,3 +107,7 @@
compatible = "qcom,dummycc";
clock-output-names = "gfx_clocks";
};
&pmfalcon_pdphy {
status = "disabled";
};

View file

@ -81,3 +81,7 @@
&pmfalcon_fg {
status = "disabled";
};
&pmfalcon_pdphy {
status = "disabled";
};