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

MIPS: Loongson64: DTS: Fix msi node for ls7a

Add it to silent warning:
arch/mips/boot/dts/loongson/ls7a-pch.dtsi:68.16-416.5: Warning (interrupt_provider): /bus@10000000/pci@1a000000: '#interrupt-cells' found, but node is not an interrupt provider
arch/mips/boot/dts/loongson/loongson64g_4core_ls7a.dts:32.31-40.4: Warning (interrupt_provider): /bus@10000000/msi-controller@2ff00000: Missing '#interrupt-cells' in interrupt provider
arch/mips/boot/dts/loongson/loongson64g_4core_ls7a.dtb: Warning (interrupt_map): Failed prerequisite 'interrupt_provider'

Signed-off-by: Jiaxun Yang <jiaxun.yang@flygoat.com>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>

authored by

Jiaxun Yang and committed by
Thomas Bogendoerfer
98a9e2ac 40a48dd3

+1
+1
arch/mips/boot/dts/loongson/loongson64g_4core_ls7a.dts
··· 33 33 compatible = "loongson,pch-msi-1.0"; 34 34 reg = <0 0x2ff00000 0 0x8>; 35 35 interrupt-controller; 36 + #interrupt-cells = <1>; 36 37 msi-controller; 37 38 loongson,msi-base-vec = <64>; 38 39 loongson,msi-num-vecs = <192>;