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

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

Merge "ARM: dts: msm: Add the DCVSH interrupt for Kona v2"

parents 80445fd6 8f0cc0df
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -380,3 +380,10 @@
		};
	};
};

&cpufreq_hw {
	interrupts = <GIC_SPI 30 IRQ_TYPE_LEVEL_HIGH>,
		   <GIC_SPI 31 IRQ_TYPE_LEVEL_HIGH>,
		   <GIC_SPI 19 IRQ_TYPE_LEVEL_HIGH>;
	interrupt-names = "dcvsh0_int", "dcvsh1_int", "dcvsh2_int";
};