diff options
| author | Christian Buschau | 2021-02-27 20:26:21 +0000 |
|---|---|---|
| committer | Hauke Mehrtens | 2022-11-18 19:27:52 +0000 |
| commit | d3527bb83be949d2f4bc4431d5750a0fadc6c1f5 (patch) | |
| tree | 6d2dad6a60964a1b26279c435805d0d8ea3d8a54 | |
| parent | fb0256e88e2f495d08cd4c45eb243365a80696f1 (diff) | |
| download | openwrt-d3527bb83be949d2f4bc4431d5750a0fadc6c1f5.tar.gz | |
lantiq: xway: ar9: add ICU1 (2nd core for SMP)
Fixes leftover TODO from commit 6bf179b27004eb76df3e466bd080fc5a83ccf0dd
Signed-off-by: Christian Buschau <christian.buschau@mailbox.org>
Acked-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
| -rw-r--r-- | target/linux/lantiq/files/arch/mips/boot/dts/lantiq/ar9.dtsi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/lantiq/files/arch/mips/boot/dts/lantiq/ar9.dtsi b/target/linux/lantiq/files/arch/mips/boot/dts/lantiq/ar9.dtsi index a35bd17a96..b12005ff6b 100644 --- a/target/linux/lantiq/files/arch/mips/boot/dts/lantiq/ar9.dtsi +++ b/target/linux/lantiq/files/arch/mips/boot/dts/lantiq/ar9.dtsi @@ -44,8 +44,8 @@ #interrupt-cells = <1>; interrupt-controller; compatible = "lantiq,icu"; - /* TODO: AR9 should have ICU1 (like VR9) too */ - reg = <0x80200 0xc8>; + reg = <0x80200 0xc8 /* icu0 */ + 0x80300 0xc8>; /* icu1 */ }; watchdog@803f0 { |