diff options
| author | Philipp Puschmann <pp@emlix.com> | 2018-03-23 10:22:15 +0100 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2018-05-30 07:47:41 +0200 |
| commit | c688b28e9b6a11b0e98a4363874274649612546d (patch) | |
| tree | 87a91be3befe01add06373d375623491354a6707 | |
| parent | bc3c40420f52bfc83e4963d6fdf71862dfd54492 (diff) | |
| download | linux-c688b28e9b6a11b0e98a4363874274649612546d.tar.gz linux-c688b28e9b6a11b0e98a4363874274649612546d.tar.bz2 linux-c688b28e9b6a11b0e98a4363874274649612546d.zip | |
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: 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>
| -rw-r--r-- | arch/arm/boot/dts/socfpga.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/socfpga.dtsi b/arch/arm/boot/dts/socfpga.dtsi index 4472fd92685c..34ad31369547 100644 --- a/arch/arm/boot/dts/socfpga.dtsi +++ b/arch/arm/boot/dts/socfpga.dtsi @@ -643,7 +643,7 @@ timer@fffec600 { compatible = "arm,cortex-a9-twd-timer"; reg = <0xfffec600 0x100>; - interrupts = <1 13 0xf04>; + interrupts = <1 13 0xf01>; clocks = <&mpu_periph_clk>; }; |
