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

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

Merge "ARM: dts: msm: Add Wakeup interrupt controller for scuba-iot"

parents 0203f737 eb3c1b38
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -24,6 +24,7 @@ Properties:
	Definition: Should contain "qcom,mpm-gic" and the respective
	Definition: Should contain "qcom,mpm-gic" and the respective
	target compatible flag from below ones.
	target compatible flag from below ones.
		"qcom,mpm-gic-holi"
		"qcom,mpm-gic-holi"
		"qcom,mpm-gic-scuba"


- interrupts:
- interrupts:
	Usage: required
	Usage: required
+11 −0
Original line number Original line Diff line number Diff line
@@ -282,6 +282,17 @@
		interrupts = <1 9 4>;
		interrupts = <1 9 4>;
	};
	};


	wakegic: wake-gic {
		compatible = "qcom,mpm-gic-scuba", "qcom,mpm";
		interrupts = <GIC_SPI 197 IRQ_TYPE_EDGE_RISING>;
		reg = <0x45f01b8 0x1000>,
			<0x0f40000c 0x4>;  /* MSM_APCS_GCC_BASE 4K */
		reg-names = "vmpm", "ipc";
		qcom,num-mpm-irqs = <96>;
		interrupt-controller;
		interrupt-parent = <&intc>;
		#interrupt-cells = <2>;
	};


	timer {
	timer {
		compatible = "arm,armv8-timer";
		compatible = "arm,armv8-timer";