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

Commit a76195f8 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM: dts: msm: fix the arm system timer interrupt vectors"

parents 8c1f2a9c 3d49d3ea
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -212,10 +212,10 @@

	timer {
		compatible = "arm,armv8-timer";
		interrupts = <1 2 0xf08>,
		interrupts = <1 1 0xf08>,
			     <1 2 0xf08>,
			     <1 3 0xf08>,
			     <1 4 0xf08>,
			     <1 1 0xf08>;
			     <1 0 0xf08>;
		clock-frequency = <19200000>;
	};