Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b1aeba68 authored by Vijayavardhan Vennapusa's avatar Vijayavardhan Vennapusa
Browse files

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: default avatarVijayavardhan Vennapusa <vvreddy@codeaurora.org>
parent bee27471
Loading
Loading
Loading
Loading
+23 −0
Original line number Diff line number Diff line
@@ -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>;
+4 −0
Original line number Diff line number Diff line
@@ -107,3 +107,7 @@
	compatible = "qcom,dummycc";
	clock-output-names = "gfx_clocks";
};

&pmfalcon_pdphy {
	status = "disabled";
};
+4 −0
Original line number Diff line number Diff line
@@ -81,3 +81,7 @@
&pmfalcon_fg {
	status = "disabled";
};

&pmfalcon_pdphy {
	status = "disabled";
};