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

Commit 33d5a718 authored by Udipto Goswami's avatar Udipto Goswami
Browse files

ARM: dts: msm: Update interrupt values on Khaje

This change updates the interrupt values taking
account of the snps phy used for Khaje.
SNPS phy needs separate dp & dm hsphy_irqs to
operate, hence modifying the same.

Change-Id: Ic9a842d060d71b2cc2d9c409cf0a3e8aa2db0dd3
parent 43ebf455
Loading
Loading
Loading
Loading
+6 −4
Original line number Diff line number Diff line
@@ -15,10 +15,12 @@
		#size-cells = <1>;
		ranges;

		interrupts-extended = <GIC_SPI 302 IRQ_TYPE_LEVEL_HIGH>,
		interrupts = <GIC_SPI 302 IRQ_TYPE_LEVEL_HIGH>,
			     <GIC_SPI 422 IRQ_TYPE_LEVEL_HIGH>,
				      <GIC_SPI 254 IRQ_TYPE_LEVEL_HIGH>;
		interrupt-names = "pwr_event_irq", "ss_phy_irq", "hs_phy_irq";
			     <GIC_SPI 184 IRQ_TYPE_EDGE_RISING>,
			     <GIC_SPI 188 IRQ_TYPE_EDGE_RISING>;
		interrupt-names = "pwr_event_irq", "ss_phy_irq",
				  "dp_hs_phy_irq", "dm_hs_phy_irq";

		clocks = <&gcc GCC_USB30_PRIM_MASTER_CLK>,
			<&gcc GCC_SYS_NOC_USB3_PRIM_AXI_CLK>,