Skip to content

Commit e355851

Browse files
Philipp PuschmannZhengShunQian
authored andcommitted
arm: dts: socfpga: fix GIC PPI warning
[ Upstream commit 6d97d5a ] 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 <[email protected]> Signed-off-by: Dinh Nguyen <[email protected]> Signed-off-by: Sasha Levin <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent a174543 commit e355851

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm/boot/dts/socfpga.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -738,7 +738,7 @@
738738
timer@fffec600 {
739739
compatible = "arm,cortex-a9-twd-timer";
740740
reg = <0xfffec600 0x100>;
741-
interrupts = <1 13 0xf04>;
741+
interrupts = <1 13 0xf01>;
742742
clocks = <&mpu_periph_clk>;
743743
};
744744

0 commit comments

Comments
 (0)