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

Commit 1cb68831 authored by Pratham Pratap's avatar Pratham Pratap
Browse files

ARM: dts: msm: Move extcon entry into overlay for sdm670



Move extcon entry to board specific device tree overlay.
Add vbus and vconn entry for pdphy. It will get overridden
in sdm670-pmic-overlay.dtsi where all the device nodes has
been moved.

Change-Id: I1e0639412612ea65fe0fb92552427e32d4c73357
Signed-off-by: default avatarPratham Pratap <prathampratap@codeaurora.org>
parent 48c0b07e
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -249,6 +249,8 @@
			compatible = "qcom,qpnp-pdphy";
			reg = <0x1700 0x100>;
			vdd-pdphy-supply = <&pm660l_l7>;
			vbus-supply = <0>;
			vconn-supply = <0>;
			interrupts = <0x0 0x17 0x0 IRQ_TYPE_EDGE_RISING>,
				     <0x0 0x17 0x1 IRQ_TYPE_EDGE_RISING>,
				     <0x0 0x17 0x2 IRQ_TYPE_EDGE_RISING>,
+4 −0
Original line number Diff line number Diff line
@@ -366,3 +366,7 @@
	vbus-supply = <&smb2_vbus>;
	vconn-supply = <&smb2_vconn>;
};

&usb0 {
	extcon = <&pm660_pdphy>, <&pm660_pdphy>, <0> /* <&eud> */;
};
+1 −1
Original line number Diff line number Diff line
@@ -29,7 +29,7 @@
&usb0 {
	/delete-property/ iommus;
	/delete-property/ qcom,smmu-s1-bypass;
	extcon = <&pm660_pdphy>, <&pm660_pdphy>, <0> /* <&eud> */;
	extcon = <0>, <0>, <0> /* <&eud> */;
};

&qusb_phy0 {