Re: [PATCH v2 3/3] arm64: dts: imx8mp: add aristainetos3 board support
From: Shawn Guo
Date: Mon Nov 04 2024 - 02:14:19 EST
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