Other Parts Discussed in Thread: TPS65218
Tool/software: Linux

As per described we have used gpio2_18 pin for pmic interrupt.
I'm adding this addittionals in pmic node.
interrupts = <&gpio2 18 IRQ_TYPE_NONE>; interrupt-controller; #interrupt-cells = <2>;
then it shows
OF: ERROR: Bad of_node_put() on /ocp/i2c@44e0b000/tps65218@24
Can anybody point me how to setup pmic interrupt pin in device tree node.
Thank you,