Skip to content
Snippets Groups Projects
Commit b50b0cff authored by John Crispin's avatar John Crispin
Browse files

lantiq: use new property name for eiu irqs


Signed-off-by: default avatarJohn Crispin <john@phrozen.org>
parent d61af50c
No related branches found
No related tags found
No related merge requests found
...@@ -45,7 +45,7 @@ ...@@ -45,7 +45,7 @@
compatible = "lantiq,eiu-xway"; compatible = "lantiq,eiu-xway";
reg = <0x101000 0x1000>; reg = <0x101000 0x1000>;
interrupt-parent = <&icu0>; interrupt-parent = <&icu0>;
interrupts = <29 30 31>; lantiq,eiu-irqs = <29 30 31>;
}; };
pmu0: pmu@102000 { pmu0: pmu@102000 {
......
...@@ -50,7 +50,7 @@ ...@@ -50,7 +50,7 @@
compatible = "lantiq,eiu-xway"; compatible = "lantiq,eiu-xway";
reg = <0x101000 0x1000>; reg = <0x101000 0x1000>;
interrupt-parent = <&icu0>; interrupt-parent = <&icu0>;
interrupts = <166 135 66 40 41 42>; lantiq,eiu-irqs = <166 135 66 40 41 42>;
}; };
pmu0: pmu@102000 { pmu0: pmu@102000 {
......
...@@ -54,7 +54,7 @@ ...@@ -54,7 +54,7 @@
compatible = "lantiq,eiu-xway"; compatible = "lantiq,eiu-xway";
reg = <0x101000 0x1000>; reg = <0x101000 0x1000>;
interrupt-parent = <&icu0>; interrupt-parent = <&icu0>;
interrupts = <166 135 66>; lantiq,eiu-irqs = <166 135 66>;
}; };
pmu0: pmu@102000 { pmu0: pmu@102000 {
......
...@@ -50,7 +50,7 @@ ...@@ -50,7 +50,7 @@
compatible = "lantiq,eiu-xway"; compatible = "lantiq,eiu-xway";
reg = <0x101000 0x1000>; reg = <0x101000 0x1000>;
interrupt-parent = <&icu0>; interrupt-parent = <&icu0>;
interrupts = <166 135 66 40 41 42>; lantiq,eiu-irqs = <166 135 66 40 41 42>;
}; };
pmu0: pmu@102000 { pmu0: pmu@102000 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment