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

Commit 47671396 authored by Philipp Puschmann's avatar Philipp Puschmann Committed by Greg Kroah-Hartman
Browse files

arm: dts: socfpga: fix GIC PPI warning



[ Upstream commit 6d97d5aba08b26108f95dc9fb7bbe4d9436c769c ]

Fixes the warning "GIC: PPI13 is secure or misconfigured" by
changing the interrupt type from level_low to edge_raising

Signed-off-by: default avatarPhilipp Puschmann <pp@emlix.com>
Signed-off-by: default avatarDinh Nguyen <dinguyen@kernel.org>
Signed-off-by: default avatarSasha Levin <alexander.levin@microsoft.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent ebfab1f2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -759,7 +759,7 @@
		timer@fffec600 {
			compatible = "arm,cortex-a9-twd-timer";
			reg = <0xfffec600 0x100>;
			interrupts = <1 13 0xf04>;
			interrupts = <1 13 0xf01>;
			clocks = <&mpu_periph_clk>;
		};