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

Commit 2c816621 authored by Mayank Rana's avatar Mayank Rana
Browse files

ARM: dts: msm: Mark USB DP/DM interrupt as dual edge on Lahaina

DP and DM high speed phy irq needs to be set to rising/falling edge
trigger based on the speed of the device connected in host mode. Hence
update same with Lahaina USB.

Change-Id: I10370d27668f25e7e308be1b891c8e836ce30f34
parent 1413240a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -15,10 +15,10 @@
		ranges;
		dma-ranges;

		interrupts-extended = <&pdc 14 IRQ_TYPE_EDGE_RISING>,
		interrupts-extended = <&pdc 14 IRQ_TYPE_EDGE_BOTH>,
			     <&intc GIC_SPI 130 IRQ_TYPE_LEVEL_HIGH>,
			     <&pdc 17 IRQ_TYPE_LEVEL_HIGH>,
			     <&pdc 15 IRQ_TYPE_EDGE_RISING>;
			     <&pdc 15 IRQ_TYPE_EDGE_BOTH>;
		interrupt-names = "dp_hs_phy_irq", "pwr_event_irq",
				"ss_phy_irq", "dm_hs_phy_irq";
		qcom,use-pdc-interrupts;