> -----Original Message----- > From: Shawn Guo <shawnguo2@xxxxxxxx> > Sent: 2024年6月15日 15:34 > To: Joy Zou <joy.zou@xxxxxxx> > Cc: Rob Herring <robh@xxxxxxxxxx>; Krzysztof Kozlowski > <krzk+dt@xxxxxxxxxx>; Conor Dooley <conor+dt@xxxxxxxxxx>; Shawn Guo > <shawnguo@xxxxxxxxxx>; Sascha Hauer <s.hauer@xxxxxxxxxxxxxx>; > Pengutronix Kernel Team <kernel@xxxxxxxxxxxxxx>; Fabio Estevam > <festevam@xxxxxxxxx>; open list:OPEN FIRMWARE AND FLATTENED DEVICE > TREE BINDINGS <devicetree@xxxxxxxxxxxxxxx>; open list:ARM/FREESCALE IMX > / MXC ARM ARCHITECTURE <imx@xxxxxxxxxxxxxxx>; moderated > list:ARM/FREESCALE IMX / MXC ARM ARCHITECTURE > <linux-arm-kernel@xxxxxxxxxxxxxxxxxxx>; open list > <linux-kernel@xxxxxxxxxxxxxxx> > 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@xxxxxxx> > > --- > > .../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@53 { > > + compatible = "nxp,pcf2131"; > > + reg = <0x53>; > > + interrupt-parent = <&pcal6524>; > > + interrupts = <1 IRQ_TYPE_EDGE_FALLING>; > > + }; > > + > > ptn5110: tcpc@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