On Mon, Nov 04, 2024 at 06:33:55AM +0100, Heiko Schocher wrote: > > > + > > > + semtech,probe-reset; > > > + gpio-controller; > > > + interrupt-controller; > > > + > > > + interrupt-parent = <&gpio1>; > > > + interrupts = <12 IRQ_TYPE_EDGE_FALLING>; > > > + }; > > Should I remove newlines here too?... but looking into the example from > > Documentation/devicetree/bindings/pinctrl/semtech,sx1501q.yaml > > there are this newlines ... so I let this lines in... or? Not having newlines in middle of property list is just a style that I prefer for IMX device trees. Shawn