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

Commit 51f1317e authored by Udipto Goswami's avatar Udipto Goswami
Browse files

ARM: dts: msm: Add missing GIC_SPI and USB2 LPM quirks for Lagoon

Add missing GIC_SPI in interrupts and add the USB 2.0
quirks to prevent PLL lock failures.
Also, fix interrupts-extended from interrupts-exchanged.

Change-Id: Ibe0deef6c2f54b69f295703b012b523b73561779
parent 2b037d50
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -15,8 +15,8 @@
		#size-cells = <1>;
		ranges;

		interrupts-exchanged = <&pdc 14 IRQ_TYPE_LEVEL_HIGH >,
				<&intc 130 IRQ_TYPE_LEVEL_HIGH>,
		interrupts-extended = <&pdc 14 IRQ_TYPE_LEVEL_HIGH>,
			<&intc GIC_SPI 130 IRQ_TYPE_LEVEL_HIGH>,
				<&pdc 17 IRQ_TYPE_LEVEL_HIGH>,
				<&pdc 15 IRQ_TYPE_LEVEL_HIGH>;

@@ -84,6 +84,8 @@
			usb-phy = <&qusb_phy0>, <&usb_qmp_dp_phy>;
			linux,sysdev_is_parent;
			snps,disable-clk-gating;
			snps,dis_u2_susphy_quirk;
			snps,dis_enblslpm_quirk;
			snps,has-lpm-erratum;
			snps,hird-threshold = /bits/ 8 <0x10>;
			snps,usb3-u1u2-disable;