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

Commit 29a79620 authored by Mukesh Ojha's avatar Mukesh Ojha Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Update GIC/ERP interrupt polarity for SHIMA

Correct the interrupt polarity for GIC/ERP. Here, we are changing
interrupt polarity for GIC to adhere with other target.

And correcting the ERP interrupt polarity to HIGH as making it low
causing a below warning while bootup.

irq: type mismatch, failed to map hwirq-16 for
interrupt-controller@17a00000!.

Change-Id: I818b264c7d61cdf8f8b0f20984dfadfb781a4301
parent 22ab47b4
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -427,7 +427,7 @@
		redistributor-stride = <0x0 0x20000>;
		reg = <0x17a00000 0x10000>,     /* GICD */
		      <0x17a60000 0x100000>;    /* GICR * 8 */
		interrupts = <GIC_PPI 9 IRQ_TYPE_LEVEL_LOW>;
		interrupts = <GIC_PPI 9 IRQ_TYPE_LEVEL_HIGH>;
	};

	pdc: interrupt-controller@b220000 {
@@ -534,7 +534,7 @@

	kryo-erp {
		compatible = "arm,arm64-kryo-cpu-erp";
		interrupts = <GIC_PPI 0 IRQ_TYPE_LEVEL_LOW>,
		interrupts = <GIC_PPI 0 IRQ_TYPE_LEVEL_HIGH>,
			<GIC_SPI 35 IRQ_TYPE_LEVEL_HIGH>;
		interrupt-names = "l1-l2-faultirq","l3-scu-faultirq";
	};