diff options
author | John Crispin <john@phrozen.org> | 2016-06-07 18:59:52 +0200 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2016-06-13 22:51:41 +0200 |
commit | b50b0cff2de591f98733fd2fcd025e81b51cb660 (patch) | |
tree | edf03ec37837f094fe5364aa87fad92b15eb2206 /target/linux/lantiq/dts/ar9.dtsi | |
parent | d61af50cf33c7b2bcf5bedf25e5ec511ed44f577 (diff) | |
download | upstream-b50b0cff2de591f98733fd2fcd025e81b51cb660.tar.gz upstream-b50b0cff2de591f98733fd2fcd025e81b51cb660.tar.bz2 upstream-b50b0cff2de591f98733fd2fcd025e81b51cb660.zip |
lantiq: use new property name for eiu irqs
Signed-off-by: John Crispin <john@phrozen.org>
Diffstat (limited to 'target/linux/lantiq/dts/ar9.dtsi')
-rw-r--r-- | target/linux/lantiq/dts/ar9.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/lantiq/dts/ar9.dtsi b/target/linux/lantiq/dts/ar9.dtsi index 9feb8a0e51..e67bcc2a10 100644 --- a/target/linux/lantiq/dts/ar9.dtsi +++ b/target/linux/lantiq/dts/ar9.dtsi @@ -50,7 +50,7 @@ compatible = "lantiq,eiu-xway"; reg = <0x101000 0x1000>; interrupt-parent = <&icu0>; - interrupts = <166 135 66 40 41 42>; + lantiq,eiu-irqs = <166 135 66 40 41 42>; }; pmu0: pmu@102000 { |