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

Commit 568a7d3d authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM: dts: msm: Add PMIC ID IRQ to USB on apq8084"

parents 2b231197 f2259d87
Loading
Loading
Loading
Loading
+11 −2
Original line number Diff line number Diff line
@@ -769,8 +769,15 @@
		#address-cells = <1>;
		#size-cells = <1>;
		ranges;
		interrupts = <0 133 0>;
		interrupt-names = "hs_phy_irq";

		interrupt-parent = <&usb3>;
		interrupts = <0 1>;
		#interrupt-cells = <1>;
		interrupt-map-mask = <0x0 0xffffffff>;
		interrupt-map = <0x0 0 &intc 0 133 0
				 0x0 1 &spmi_bus 0x0 0x0 0x9 0x0>;
		interrupt-names = "hs_phy_irq", "pmic_id_irq";

		USB3_GDSC-supply = <&gdsc_usb30>;
		ssusb_vdd_dig-supply = <&pma8084_s1>;
		SSUSB_1p8-supply = <&pma8084_l6>;
@@ -779,6 +786,8 @@
		HSUSB_3p3-supply = <&pma8084_l24>;
		qcom,dwc-usb3-msm-dbm-eps = <4>;
		qcom,vdd-voltage-level = <0 900000 1050000>;
		qcom,otg-capability;
		qcom,misc-ref = <&pma8084_misc>;

		dwc3@f9200000 {
			compatible = "synopsys,dwc3";