> -----Original Message----- > From: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx> > Sent: Monday, August 8, 2022 12:47 AM > To: Shenwei Wang <shenwei.wang@xxxxxxx>; Rob Herring > <robh+dt@xxxxxxxxxx>; Krzysztof Kozlowski > <krzysztof.kozlowski+dt@xxxxxxxxxx>; Shawn Guo <shawnguo@xxxxxxxxxx>; > Sascha Hauer <s.hauer@xxxxxxxxxxxxxx>; Pengutronix Kernel Team > <kernel@xxxxxxxxxxxxxx>; Peng Fan <peng.fan@xxxxxxx> > Cc: devicetree@xxxxxxxxxxxxxxx; dl-linux-imx <linux-imx@xxxxxxx> > Subject: [EXT] Re: [PATCH v5 3/3] arm64: dts: imx: add imx8dxl support > > Caution: EXT Email > > On 05/08/2022 18:22, Shenwei Wang wrote: > > A kind ping. 😊 > > > > > > To whom? What do you need from me? > This the version 5 of the series of patches, and should have addressed all those comments from you and other reviewers. The other two commits were acked by you and Rob. This one hasn't gotten any feedback or ack so far. I would greatly appreciate it if you or Rob could ack it or let me know where to improve. Thanks, Shenwei > Regards, > > Shenwei > > > >> -----Original Message----- > >> From: Shenwei Wang <shenwei.wang@xxxxxxx> > >> Sent: Monday, August 1, 2022 3:01 PM > >> To: Rob Herring <robh+dt@xxxxxxxxxx>; Krzysztof Kozlowski > >> <krzysztof.kozlowski+dt@xxxxxxxxxx>; Shawn Guo <shawnguo@xxxxxxxxxx>; > >> Sascha Hauer <s.hauer@xxxxxxxxxxxxxx>; Pengutronix Kernel Team > >> <kernel@xxxxxxxxxxxxxx>; Peng Fan <peng.fan@xxxxxxx> > >> Cc: devicetree@xxxxxxxxxxxxxxx; dl-linux-imx <linux-imx@xxxxxxx>; > >> Shenwei Wang <shenwei.wang@xxxxxxx> > >> Subject: [PATCH v5 3/3] arm64: dts: imx: add imx8dxl support > >> > >> i.MX8DXL is a device targeting the automotive and industrial market > segments. > >> The chip is designed to achieve both high performance and low power > >> consumption. It has a dual (2x) Cortex-A35 processor. > >> > >> This patch adds the imx8dxl soc and EVK board support. > >> > >> Signed-off-by: Shenwei Wang <shenwei.wang@xxxxxxx> > >> --- > >> arch/arm64/boot/dts/freescale/Makefile | 1 + > >> .../arm64/boot/dts/freescale/imx8-ss-ddr.dtsi | 2 +- > >> .../arm64/boot/dts/freescale/imx8-ss-dma.dtsi | 138 ++++++ > >> .../boot/dts/freescale/imx8-ss-lsio.dtsi | 14 + > >> arch/arm64/boot/dts/freescale/imx8dxl-evk.dts | 463 ++++++++++++++++++ > >> .../boot/dts/freescale/imx8dxl-ss-adma.dtsi | 72 +++ > >> .../boot/dts/freescale/imx8dxl-ss-conn.dtsi | 145 ++++++ > >> .../boot/dts/freescale/imx8dxl-ss-ddr.dtsi | 9 + > >> .../boot/dts/freescale/imx8dxl-ss-lsio.dtsi | 78 +++ > >> arch/arm64/boot/dts/freescale/imx8dxl.dtsi | 238 +++++++++ > > > Best regards, > Krzysztof