Skip to content

Commit b956c9d

Browse files
digetxKAGA-KOKO
authored andcommitted
arm64: dts: rockchip: rk356x: Move PCIe MSI to use GIC ITS instead of MBI
Rockchip 356x device-tree now supports GIC ITS. Move PCIe controller's MSI to use ITS instead of MBI. This removes extra CPU overhead of handling PCIe MBIs by letting GIC's ITS to serve the PCIe MSIs. Signed-off-by: Dmitry Osipenko <[email protected]> Signed-off-by: Thomas Gleixner <[email protected]> Link: https://lore.kernel.org/all/[email protected]
1 parent f15be3d commit b956c9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm64/boot/dts/rockchip/rk356x-base.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -969,7 +969,7 @@
969969
num-ib-windows = <6>;
970970
num-ob-windows = <2>;
971971
max-link-speed = <2>;
972-
msi-map = <0x0 &gic 0x0 0x1000>;
972+
msi-map = <0x0 &its 0x0 0x1000>;
973973
num-lanes = <1>;
974974
phys = <&combphy2 PHY_TYPE_PCIE>;
975975
phy-names = "pcie-phy";

0 commit comments

Comments
 (0)