commit | d96940d84af9d4ba17a100f9502dab1707deddc5 | [log] [tgz] |
---|---|---|
author | Patrice Chotard <patrice.chotard@st.com> | Fri Apr 20 17:41:19 2018 +0200 |
committer | Patrice Chotard <patrice.chotard@st.com> | Mon May 14 17:40:16 2018 +0200 |
tree | dbfd676f24ae058fdaa467b0388deafd5a1056c7 | |
parent | 60cc43fc888428bb2f18f08997432d426a243338 [diff] |
ARM: dts: stih407-family: Fix complain about IRQ_TYPE_NONE usage 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>