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:
e95b8e7
)
ARM: dts: stih407: Fix complain about IRQ_TYPE_NONE usage
author
Patrice Chotard
<patrice.chotard@st.com>
Fri, 20 Apr 2018 15:41:41 +0000
(17:41 +0200)
committer
Patrice Chotard
<patrice.chotard@st.com>
Mon, 14 May 2018 15:40:25 +0000
(17:40 +0200)
Since commit
83a86fbb5b56
("irqchip/gic: Loudly complain about the use of IRQ_TYPE_NONE")
kernel is complaining about the IRQ_TYPE_NONE usage which shouldn't
be used.
Use IRQ_TYPE_LEVEL_HIGH instead.
Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
arch/arm/boot/dts/stih407.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/stih407.dtsi
b/arch/arm/boot/dts/stih407.dtsi
index
57efc87
..
5b7951f
100644
(file)
--- a/
arch/arm/boot/dts/stih407.dtsi
+++ b/
arch/arm/boot/dts/stih407.dtsi
@@
-108,7
+108,7
@@
reg = <0x8d04000 0x1000>;
reg-names = "hdmi-reg";
#sound-dai-cells = <0>;
- interrupts = <GIC_SPI 106 IRQ_TYPE_
NONE
>;
+ interrupts = <GIC_SPI 106 IRQ_TYPE_
LEVEL_HIGH
>;
interrupt-names = "irq";
clock-names = "pix",
"tmds",