Re: [PATCH v3 1/8] irqchip/qcom-pdc: restructure version support

From: Konrad Dybcio

Date: Wed Jun 17 2026 - 09:13:02 EST


On 6/16/26 11:25 AM, Maulik Shah wrote:
> PDC irqchip updates IRQ_ENABLE and IRQ_CFG and for three different
> versions v2.7, v3.0 and v3.2. These registers are organized in H/W
> as below on various SoCs.

[...]

> - ret = pdc_setup_pin_mapping(node);
> + ret = pdc_setup_pin_mapping(dev, node);

dev is enough, we can get the np in that function from dev->of_node

otherwise:

Reviewed-by: Konrad Dybcio <konrad.dybcio@xxxxxxxxxxxxxxxx>

Konrad