Re: [PATCH] spmi: pmic-arb: Pass the correct of_node to irq_domain_add_tree

From: Konrad Dybcio
Date: Wed May 22 2024 - 07:45:19 EST




On 5/22/24 13:38, Konrad Dybcio wrote:
Currently, irqchips for all of the subnodes (which represent a given
bus master) point to the parent wrapper node. This is no bueno, as
no interrupts arrive, ever (because nothing references that node).

Fix that by passing a reference to the respective master's of_node.

Worth noting, this is a NOP for devices with only a single master
described.

Signed-off-by: Konrad Dybcio <konrad.dybcio@xxxxxxxxxx>
---

Fixes: 979987371739 ("spmi: pmic-arb: Add multi bus support")

Konrad