[PATCH V6 0/4] arm64: add i.MX93 support

Peng Fan (OSS) posted 4 patches 3 years, 12 months ago
.../devicetree/bindings/arm/fsl.yaml          |   6 +
arch/arm64/boot/dts/freescale/Makefile        |   1 +
.../boot/dts/freescale/imx93-11x11-evk.dts    | 114 ++++
arch/arm64/boot/dts/freescale/imx93-pinfunc.h | 623 ++++++++++++++++++
arch/arm64/boot/dts/freescale/imx93.dtsi      | 334 ++++++++++
arch/arm64/configs/defconfig                  |   2 +
6 files changed, 1080 insertions(+)
create mode 100644 arch/arm64/boot/dts/freescale/imx93-11x11-evk.dts
create mode 100755 arch/arm64/boot/dts/freescale/imx93-pinfunc.h
create mode 100644 arch/arm64/boot/dts/freescale/imx93.dtsi
[PATCH V6 0/4] arm64: add i.MX93 support
Posted by Peng Fan (OSS) 3 years, 12 months ago
From: Peng Fan <peng.fan@nxp.com>

Sorry for sending several versions in short time, just wanna to catch 5.19

V6:
 Per Fabio's comments, drop unused uart2/uart5 pinmux

V5:
 Add R-b from Aisheng
 drop iomuxc status from board dts

V4:
 Add A-b
 In patch 1 to move imx93 behind imx8ulp
 Drop a whitespace in patch 2

V3:
 Add a new patch patch 1 for board binding doc
 Add A-b from Rob
 Fix dtb warnings.

V2:
 Update License

Add i.MX93 dtsi and 11x11 evk board support

The required bindings and drivers has already been in tree.
There arem checkpatch error for the pin header files as other i.MX pin
pin header files.


Peng Fan (4):
  dt-bindings: arm: fsl: add imx93 11x11 evk board
  arm64: dts: freescale: Add i.MX93 dtsi support
  arm64: dts: freescale: add i.MX93 11x11 EVK basic support
  arm64: defconfig: enable i.MX93 clk & pinctrl

 .../devicetree/bindings/arm/fsl.yaml          |   6 +
 arch/arm64/boot/dts/freescale/Makefile        |   1 +
 .../boot/dts/freescale/imx93-11x11-evk.dts    | 114 ++++
 arch/arm64/boot/dts/freescale/imx93-pinfunc.h | 623 ++++++++++++++++++
 arch/arm64/boot/dts/freescale/imx93.dtsi      | 334 ++++++++++
 arch/arm64/configs/defconfig                  |   2 +
 6 files changed, 1080 insertions(+)
 create mode 100644 arch/arm64/boot/dts/freescale/imx93-11x11-evk.dts
 create mode 100755 arch/arm64/boot/dts/freescale/imx93-pinfunc.h
 create mode 100644 arch/arm64/boot/dts/freescale/imx93.dtsi

-- 
2.25.1
Re: [PATCH V6 0/4] arm64: add i.MX93 support
Posted by Shawn Guo 3 years, 11 months ago
On Tue, May 10, 2022 at 08:40:46PM +0800, Peng Fan (OSS) wrote:
> From: Peng Fan <peng.fan@nxp.com>
> 
> Sorry for sending several versions in short time, just wanna to catch 5.19
> 
> V6:
>  Per Fabio's comments, drop unused uart2/uart5 pinmux
> 
> V5:
>  Add R-b from Aisheng
>  drop iomuxc status from board dts
> 
> V4:
>  Add A-b
>  In patch 1 to move imx93 behind imx8ulp
>  Drop a whitespace in patch 2
> 
> V3:
>  Add a new patch patch 1 for board binding doc
>  Add A-b from Rob
>  Fix dtb warnings.
> 
> V2:
>  Update License
> 
> Add i.MX93 dtsi and 11x11 evk board support
> 
> The required bindings and drivers has already been in tree.
> There arem checkpatch error for the pin header files as other i.MX pin
> pin header files.
> 
> 
> Peng Fan (4):
>   dt-bindings: arm: fsl: add imx93 11x11 evk board
>   arm64: dts: freescale: Add i.MX93 dtsi support
>   arm64: dts: freescale: add i.MX93 11x11 EVK basic support
>   arm64: defconfig: enable i.MX93 clk & pinctrl

Applied all, thanks!
RE: [PATCH V6 0/4] arm64: add i.MX93 support
Posted by Peng Fan (OSS) 3 years, 11 months ago
Hi Shawn,

> Subject: [PATCH V6 0/4] arm64: add i.MX93 support

Is there a chance to get this patchset into your tree?

Thanks,
Peng.
> 
> From: Peng Fan <peng.fan@nxp.com>
> 
> Sorry for sending several versions in short time, just wanna to catch 5.19
> 
> V6:
>  Per Fabio's comments, drop unused uart2/uart5 pinmux
> 
> V5:
>  Add R-b from Aisheng
>  drop iomuxc status from board dts
> 
> V4:
>  Add A-b
>  In patch 1 to move imx93 behind imx8ulp  Drop a whitespace in patch 2
> 
> V3:
>  Add a new patch patch 1 for board binding doc  Add A-b from Rob  Fix dtb
> warnings.
> 
> V2:
>  Update License
> 
> Add i.MX93 dtsi and 11x11 evk board support
> 
> The required bindings and drivers has already been in tree.
> There arem checkpatch error for the pin header files as other i.MX pin pin
> header files.
> 
> 
> Peng Fan (4):
>   dt-bindings: arm: fsl: add imx93 11x11 evk board
>   arm64: dts: freescale: Add i.MX93 dtsi support
>   arm64: dts: freescale: add i.MX93 11x11 EVK basic support
>   arm64: defconfig: enable i.MX93 clk & pinctrl
> 
>  .../devicetree/bindings/arm/fsl.yaml          |   6 +
>  arch/arm64/boot/dts/freescale/Makefile        |   1 +
>  .../boot/dts/freescale/imx93-11x11-evk.dts    | 114 ++++
>  arch/arm64/boot/dts/freescale/imx93-pinfunc.h | 623
> ++++++++++++++++++
>  arch/arm64/boot/dts/freescale/imx93.dtsi      | 334 ++++++++++
>  arch/arm64/configs/defconfig                  |   2 +
>  6 files changed, 1080 insertions(+)
>  create mode 100644 arch/arm64/boot/dts/freescale/imx93-11x11-evk.dts
>  create mode 100755 arch/arm64/boot/dts/freescale/imx93-pinfunc.h
>  create mode 100644 arch/arm64/boot/dts/freescale/imx93.dtsi
> 
> --
> 2.25.1