]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
arm: dts: socfpga: fix GIC PPI warning
authorPhilipp Puschmann <pp@emlix.com>
Fri, 23 Mar 2018 09:22:15 +0000 (10:22 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 30 May 2018 05:47:41 +0000 (07:47 +0200)
[ 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: Philipp Puschmann <pp@emlix.com>
Signed-off-by: Dinh Nguyen <dinguyen@kernel.org>
Signed-off-by: Sasha Levin <alexander.levin@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/arm/boot/dts/socfpga.dtsi

index 4472fd92685c4b84d54e9dfb0041646f709e3477..34ad313695472b2c686844855a1d192694d2d5d9 100644 (file)
                timer@fffec600 {
                        compatible = "arm,cortex-a9-twd-timer";
                        reg = <0xfffec600 0x100>;
-                       interrupts = <1 13 0xf04>;
+                       interrupts = <1 13 0xf01>;
                        clocks = <&mpu_periph_clk>;
                };