mbox series

[0/2] imx93-11x11-evk: Convert to OF_UPSTREAM

Message ID 20240424091222.10843-1-peng.fan@oss.nxp.com
Headers show
Series imx93-11x11-evk: Convert to OF_UPSTREAM | expand

Message

Peng Fan (OSS) April 24, 2024, 9:12 a.m. UTC
From: Peng Fan <peng.fan@nxp.com>

patch 1 is to avoid build break when using upstream dts
Patch 2 is moving to OF_UPSTREAM

This is a resend of V3 imx93: Conver to OF_UPSTREAM patch 5,6

Peng Fan (2):
  dt-bindings: imx93: sync clock header
  imx: imx93-11x11-evk: convert to OF_UPSTREAM

 arch/arm/dts/Makefile                    |   1 -
 arch/arm/dts/imx93-11x11-evk-u-boot.dtsi | 118 +++++++++
 arch/arm/dts/imx93-11x11-evk.dts         | 322 -----------------------
 arch/arm/dts/imx93-u-boot.dtsi           |  15 ++
 arch/arm/mach-imx/imx9/Kconfig           |   1 +
 configs/imx93_11x11_evk_defconfig        |   2 +-
 configs/imx93_11x11_evk_ld_defconfig     |   2 +-
 include/dt-bindings/clock/imx93-clock.h  |   3 +-
 8 files changed, 138 insertions(+), 326 deletions(-)
 delete mode 100644 arch/arm/dts/imx93-11x11-evk.dts

Comments

Fabio Estevam April 29, 2024, 10:37 a.m. UTC | #1
On Wed, Apr 24, 2024 at 5:12 AM Peng Fan (OSS) <peng.fan@oss.nxp.com> wrote:
>
> From: Peng Fan <peng.fan@nxp.com>
>
> patch 1 is to avoid build break when using upstream dts
> Patch 2 is moving to OF_UPSTREAM
>
> This is a resend of V3 imx93: Conver to OF_UPSTREAM patch 5,6
>
> Peng Fan (2):
>   dt-bindings: imx93: sync clock header
>   imx: imx93-11x11-evk: convert to OF_UPSTREAM

Applied all, thanks.