[openwrt/openwrt] lantiq: xway: ar9: add ICU1 (2nd core for SMP)
LEDE Commits
lede-commits at lists.infradead.org
Fri Nov 18 12:09:47 PST 2022
hauke pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/d3527bb83be949d2f4bc4431d5750a0fadc6c1f5
commit d3527bb83be949d2f4bc4431d5750a0fadc6c1f5
Author: Christian Buschau <christian.buschau at mailbox.org>
AuthorDate: Sat Feb 27 21:26:21 2021 +0100
lantiq: xway: ar9: add ICU1 (2nd core for SMP)
Fixes leftover TODO from commit 6bf179b27004eb76df3e466bd080fc5a83ccf0dd
Signed-off-by: Christian Buschau <christian.buschau at mailbox.org>
Acked-by: Martin Blumenstingl <martin.blumenstingl at googlemail.com>
---
target/linux/lantiq/files/arch/mips/boot/dts/lantiq/ar9.dtsi | 4 ++--
1 file 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 at 803f0 {
More information about the lede-commits
mailing list