Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

WangYuli and committed by
Thomas Bogendoerfer
6d223b8f 3b61b6a3

+1
+1
arch/mips/boot/dts/loongson/loongson64c_4core_ls7a.dts
··· 29 29 compatible = "loongson,pch-msi-1.0"; 30 30 reg = <0 0x2ff00000 0 0x8>; 31 31 interrupt-controller; 32 + #interrupt-cells = <1>; 32 33 msi-controller; 33 34 loongson,msi-base-vec = <64>; 34 35 loongson,msi-num-vecs = <64>;