[EXT] Re: [PATCH] arm64: dts: imx93-11x11-evk: reoder lpi2c2 and lpi2c3 label
Joy Zou
joy.zou at nxp.com
Mon Jun 17 19:25:47 PDT 2024
> -----Original Message-----
> From: Shawn Guo <shawnguo2 at yeah.net>
> Sent: 2024年6月15日 15:34
> To: Joy Zou <joy.zou at nxp.com>
> Cc: Rob Herring <robh at kernel.org>; Krzysztof Kozlowski
> <krzk+dt at kernel.org>; Conor Dooley <conor+dt at kernel.org>; Shawn Guo
> <shawnguo at kernel.org>; Sascha Hauer <s.hauer at pengutronix.de>;
> Pengutronix Kernel Team <kernel at pengutronix.de>; Fabio Estevam
> <festevam at gmail.com>; open list:OPEN FIRMWARE AND FLATTENED DEVICE
> TREE BINDINGS <devicetree at vger.kernel.org>; open list:ARM/FREESCALE IMX
> / MXC ARM ARCHITECTURE <imx at lists.linux.dev>; moderated
> list:ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
> <linux-arm-kernel at lists.infradead.org>; open list
> <linux-kernel at vger.kernel.org>
> Subject: [EXT] Re: [PATCH] arm64: dts: imx93-11x11-evk: reoder lpi2c2 and
> lpi2c3 label
>
> Caution: This is an external email. Please take care when clicking links or
> opening attachments. When in doubt, report the message using the 'Report
> this email' button
>
>
> On Thu, May 09, 2024 at 09:57:08AM +0800, Joy Zou wrote:
> > Reorder lpi2c2 and lpi2c3 label in alphabetical order.
> >
> > Signed-off-by: Joy Zou <joy.zou at nxp.com>
> > ---
> > .../boot/dts/freescale/imx93-11x11-evk.dts | 217 +++++++++---------
> > 1 file changed, 105 insertions(+), 112 deletions(-)
> >
> > diff --git a/arch/arm64/boot/dts/freescale/imx93-11x11-evk.dts
> > b/arch/arm64/boot/dts/freescale/imx93-11x11-evk.dts
> > index d400d85f42a9..6be1eb920c02 100644
> > --- a/arch/arm64/boot/dts/freescale/imx93-11x11-evk.dts
> > +++ b/arch/arm64/boot/dts/freescale/imx93-11x11-evk.dts
> > &lpi2c3 {
> > #address-cells = <1>;
> > #size-cells = <0>;
> > @@ -113,6 +211,13 @@ &lpi2c3 {
> > pinctrl-0 = <&pinctrl_lpi2c3>;
> > status = "okay";
> >
> > + pcf2131: rtc at 53 {
> > + compatible = "nxp,pcf2131";
> > + reg = <0x53>;
> > + interrupt-parent = <&pcal6524>;
> > + interrupts = <1 IRQ_TYPE_EDGE_FALLING>;
> > + };
> > +
> > ptn5110: tcpc at 50 {
>
> The child devices with @unit-address should be order in the unit-address.
>
> Shawn
Thanks for your comments!
Will modify the child device order.
BR
Joy Zou
More information about the linux-arm-kernel
mailing list