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

Commit 3d49d3ea authored by Runmin Wang's avatar Runmin Wang
Browse files

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



Update the arm per-cpu system timer vectors to the correct
values.

(cherry picked from commit ("2d26f603c108fb7c8536e3cda2280dd2131bc816"))

Change-Id: I31753f73bacefaee7f03e2c14d20143586f440e8
Signed-off-by: default avatarRunmin Wang <runminw@codeaurora.org>
parent 25a2528e
Loading
Loading
Loading
Loading
+3 −3
Original line number Original line Diff line number Diff line
@@ -206,10 +206,10 @@


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