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

ARM: dts: alpine: add the MSIX node

With the newly available MSIX driver for Alpine, add the corresponding
node in the Alpine device tree.

Signed-off-by: Antoine Tenart <antoine.tenart@free-electrons.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>

authored by

Antoine Tenart and committed by
Arnd Bergmann
ac037ee0 b880bf09

+10
+10
arch/arm/boot/dts/alpine.dtsi
··· 155 155 ranges = <0x02000000 0x0 0xfe000000 0x0 0xfe000000 0x0 0x1000000>; 156 156 157 157 bus-range = <0x00 0x00>; 158 + msi-parent = <&msix>; 159 + }; 160 + 161 + msix: msix@fbe00000 { 162 + compatible = "al,alpine-msix"; 163 + reg = <0x0 0xfbe00000 0x0 0x100000>; 164 + interrupt-controller; 165 + msi-controller; 166 + al,msi-base-spi = <96>; 167 + al,msi-num-spis = <64>; 158 168 }; 159 169 }; 160 170 };