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

Commit f0a78909 authored by Duc Dang's avatar Duc Dang
Browse files

arm64: dts: apm: Fix timer interrupt polarity for X-Gene 2 SoC



Correct X-Gene 2 timer interrupt polarity as low-level triggered.

Signed-off-by: default avatarDuc Dang <dhdang@apm.com>
parent 0e999c79
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -198,10 +198,10 @@

	timer {
		compatible = "arm,armv8-timer";
		interrupts = <1 0 0xff04>,	/* Secure Phys IRQ */
			     <1 13 0xff04>,	/* Non-secure Phys IRQ */
			     <1 14 0xff04>,	/* Virt IRQ */
			     <1 15 0xff04>;	/* Hyp IRQ */
		interrupts = <1 0 0xff08>,	/* Secure Phys IRQ */
			     <1 13 0xff08>,	/* Non-secure Phys IRQ */
			     <1 14 0xff08>,	/* Virt IRQ */
			     <1 15 0xff08>;	/* Hyp IRQ */
		clock-frequency = <50000000>;
	};