On Sunday, 24 August 2025 12:53:43 Central European Summer Time Karel Balej wrote: > &twsi2 { > status = "okay"; > + > + pmic@30 { > + compatible = "marvell,88pm886-a1"; > + reg = <0x30>; > + interrupts = <0 4 IRQ_TYPE_LEVEL_HIGH>;
Use GIC_SPI instead of 0 here. > + interrupt-parent = <&gic>; Drop, root node already uses the GIC as the interrupt parent. Regards, -- Duje