summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWangYuli <wangyuli@uniontech.com>2025-04-16 06:45:48 +0300
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>2025-04-27 10:36:32 +0300
commit6d223b8ffcd1593d032b71875def2daa71c53111 (patch)
treebc24103502fc2b701c4da57667fee33ffd7b2b01
parent3b61b6a369d9d81ffaa8a87045782352d08a91aa (diff)
downloadlinux-6d223b8ffcd1593d032b71875def2daa71c53111.tar.xz
MIPS: Loongson64: Add missing '#interrupt-cells' for loongson64c_ls7a
Similar to commit 98a9e2ac3755 ("MIPS: Loongson64: DTS: Fix msi node for ls7a"). Fix follow warnings: arch/mips/boot/dts/loongson/loongson64c_4core_ls7a.dts:28.31-36.4: Warning (interrupt_provider): /bus@10000000/msi-controller@2ff00000: Missing '#interrupt-cells' in interrupt provider arch/mips/boot/dts/loongson/loongson64c_4core_ls7a.dtb: Warning (interrupt_map): Failed prerequisite 'interrupt_provider' Fixes: 24af105962c8 ("MIPS: Loongson64: DeviceTree for LS7A PCH") Tested-by: WangYuli <wangyuli@uniontech.com> Signed-off-by: WangYuli <wangyuli@uniontech.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
-rw-r--r--arch/mips/boot/dts/loongson/loongson64c_4core_ls7a.dts1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/boot/dts/loongson/loongson64c_4core_ls7a.dts b/arch/mips/boot/dts/loongson/loongson64c_4core_ls7a.dts
index c7ea4f1c0bb2..6c277ab83d4b 100644
--- a/arch/mips/boot/dts/loongson/loongson64c_4core_ls7a.dts
+++ b/arch/mips/boot/dts/loongson/loongson64c_4core_ls7a.dts
@@ -29,6 +29,7 @@
compatible = "loongson,pch-msi-1.0";
reg = <0 0x2ff00000 0 0x8>;
interrupt-controller;
+ #interrupt-cells = <1>;
msi-controller;
loongson,msi-base-vec = <64>;
loongson,msi-num-vecs = <64>;