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

Commit 7596a934 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM: dts: msm: Add TLMM direct connect interrupts for lagoon"

parents 5e07cd2e 4da35eca
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -17,6 +17,7 @@ LAGOON platform.
	Usage: required
	Value type: <prop-encoded-array>
	Definition: should specify the TLMM summary IRQ.
		    This can be followed by optional direct connect IRQs.

- interrupt-controller:
	Usage: required
+9 −1
Original line number Diff line number Diff line
@@ -2,7 +2,15 @@
	tlmm: pinctrl@f100000 {
		compatible = "qcom,lagoon-pinctrl";
		reg = <0x0f100000 0x300000>;
		interrupts = <GIC_SPI 208 IRQ_TYPE_LEVEL_HIGH>;
		interrupts = <GIC_SPI 208 IRQ_TYPE_LEVEL_HIGH>,
			     <GIC_SPI 209 IRQ_TYPE_LEVEL_HIGH>,
			     <GIC_SPI 210 IRQ_TYPE_LEVEL_HIGH>,
			     <GIC_SPI 211 IRQ_TYPE_LEVEL_HIGH>,
			     <GIC_SPI 212 IRQ_TYPE_LEVEL_HIGH>,
			     <GIC_SPI 213 IRQ_TYPE_LEVEL_HIGH>,
			     <GIC_SPI 214 IRQ_TYPE_LEVEL_HIGH>,
			     <GIC_SPI 215 IRQ_TYPE_LEVEL_HIGH>,
			     <GIC_SPI 216 IRQ_TYPE_LEVEL_HIGH>;
		gpio-controller;
		#gpio-cells = <2>;
		interrupt-controller;