Hi Shawn, > Subject: Re: [PATCH 2/3] arm64: dts: imx8qxp: add i2c aliases > > On Mon, Jun 01, 2020 at 10:06:19AM +0800, peng.fan@xxxxxxx wrote: > > From: Peng Fan <peng.fan@xxxxxxx> > > > > The devices could be enumerated properly with aliases. > > > > Signed-off-by: Peng Fan <peng.fan@xxxxxxx> > > --- > > arch/arm64/boot/dts/freescale/imx8qxp.dtsi | 4 ++++ > > 1 file changed, 4 insertions(+) > > > > diff --git a/arch/arm64/boot/dts/freescale/imx8qxp.dtsi > > b/arch/arm64/boot/dts/freescale/imx8qxp.dtsi > > index 33363c127478..8ce997110cd6 100644 > > --- a/arch/arm64/boot/dts/freescale/imx8qxp.dtsi > > +++ b/arch/arm64/boot/dts/freescale/imx8qxp.dtsi > > @@ -19,6 +19,10 @@ > > #size-cells = <2>; > > > > aliases { > > + i2c0 = &adma_i2c0; > > + i2c1 = &adma_i2c1; > > + i2c2 = &adma_i2c2; > > + i2c3 = &adma_i2c3; > > Had a second look. It breaks alphabetical order. So dropped the series. V2 has this addressed. https://patchwork.kernel.org/cover/11619867/ Thanks, Peng. > > Shawn > > > gpio0 = &lsio_gpio0; > > gpio1 = &lsio_gpio1; > > gpio2 = &lsio_gpio2; > > -- > > 2.16.4 > >