projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
956c8cd
)
arm: dts: socfpga: fix GIC PPI warning
author
Philipp Puschmann
<pp@emlix.com>
Fri, 23 Mar 2018 09:22:15 +0000
(10:22 +0100)
committer
Dinh Nguyen
<dinguyen@kernel.org>
Fri, 23 Mar 2018 13:55:48 +0000
(08:55 -0500)
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>
arch/arm/boot/dts/socfpga.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/socfpga.dtsi
b/arch/arm/boot/dts/socfpga.dtsi
index
c42ca70
..
486d4e7
100644
(file)
--- a/
arch/arm/boot/dts/socfpga.dtsi
+++ b/
arch/arm/boot/dts/socfpga.dtsi
@@
-831,7
+831,7
@@
timer@fffec600 {
compatible = "arm,cortex-a9-twd-timer";
reg = <0xfffec600 0x100>;
- interrupts = <1 13 0xf0
4
>;
+ interrupts = <1 13 0xf0
1
>;
clocks = <&mpu_periph_clk>;
};