Skip to content

Commit

Permalink
arm64: dts: rockchip: rk356x: Move PCIe MSI to use GIC ITS instead of…
Browse files Browse the repository at this point in the history
… 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 <dmitry.osipenko@collabora.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Link: https://lore.kernel.org/all/20250216221634.364158-4-dmitry.osipenko@collabora.com
  • Loading branch information
Dmitry Osipenko authored and Thomas Gleixner committed Feb 21, 2025
1 parent f15be3d commit b956c9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm64/boot/dts/rockchip/rk356x-base.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -969,7 +969,7 @@
num-ib-windows = <6>;
num-ob-windows = <2>;
max-link-speed = <2>;
msi-map = <0x0 &gic 0x0 0x1000>;
msi-map = <0x0 &its 0x0 0x1000>;
num-lanes = <1>;
phys = <&combphy2 PHY_TYPE_PCIE>;
phy-names = "pcie-phy";
Expand Down

0 comments on commit b956c9d

Please sign in to comment.