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

Commit f96eb807 authored by Rishabh Bhatnagar's avatar Rishabh Bhatnagar Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: qcom: Fix warnings generated due use of IRQ_TYPE_NONE



Fix warnings generated by use of IRQ_TYPE_NONE. This warning was
introduced by commit <6ef6386e> ("irqchip/gic-v3: Loudly
complain about the use of IRQ_TYPE_NONE").

Change-Id: Idafb2d18c4aef6ffb9d4deaf185aba30737c7bd3
Signed-off-by: default avatarRishabh Bhatnagar <rishabhb@codeaurora.org>
parent 8e90916f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -28,7 +28,7 @@
		clock-max-rate = <0 0 0 0 460000000 19200000 460000000>;

		/* interrupt config */
		interrupts = <0 83 0>;
		interrupts = <GIC_SPI 83 IRQ_TYPE_LEVEL_HIGH>;
		interrupt-controller;
		iommus = <&apps_smmu 0x820 0x402>;

+5 −2
Original line number Diff line number Diff line
@@ -17,7 +17,10 @@
		#size-cells = <1>;
		ranges;

		interrupts = <0 494 0>, <0 130 0>, <0 497 0>, <0 495 0>;
		interrupts = <GIC_SPI 494 IRQ_TYPE_LEVEL_HIGH>,
			     <GIC_SPI 130 IRQ_TYPE_LEVEL_HIGH>,
			     <GIC_SPI 497 IRQ_TYPE_LEVEL_HIGH>,
			     <GIC_SPI 495 IRQ_TYPE_LEVEL_HIGH>;
		interrupt-names = "dp_hs_phy_irq", "pwr_event_irq",
				"ss_phy_irq", "dm_hs_phy_irq";
		qcom,use-pdc-interrupts;
@@ -54,7 +57,7 @@
		dwc3@a600000 {
			compatible = "snps,dwc3";
			reg = <0x0a600000 0xcd00>;
			interrupts = <0 133 0>;
			interrupts = <GIC_SPI 133 IRQ_TYPE_LEVEL_HIGH>;
			linux,sysdev_is_parent;
			snps,disable-clk-gating;
			snps,has-lpm-erratum;