Re: [PATCH 1/3] PCI: rcar-gen4: Configure AXIINTC if iMSI-RX not used

From: Marek Vasut

Date: Thu Jun 18 2026 - 18:08:10 EST


On 6/17/26 9:28 AM, Marc Zyngier wrote:

[...]

+/* INTC address */
+#define AXIINTCADDR 0x0a00
+/* GITS GIC ITS translation register */
+#define AXIINTCADDR_VAL 0xf1050000

Wouldn't it be preferable to source the address from the device tree,
rather than hardcoding this?
It would, I will do so in V2.