[PATCH v4 0/5] imx93: Conver to OF_UPSTREAM

Peng Fan peng.fan at nxp.com
Mon Apr 8 01:52:30 CEST 2024


> Subject: Re: [PATCH v4 0/5] imx93: Conver to OF_UPSTREAM
> 
> Hello Peng,
> 
> Some minor nitpicks...  s/Conver to/Convert to/ in the patch subject, and a
> couple more below.
> 
> 
> On 2024-03-28 06:05, Peng Fan (OSS) wrote:
> > A few nodes were added to soc and board u-boot.dtsi(lpi2c, usbotg),
> > those nodes
> 
> s/soc/SoC/
> 
> > could be dropped after upstream linux supports them.
> 
> s/linux/Linux/

Will fix all the typos in V5.

Thanks,
Peng.

> 
> > To support OF_UPSTREAM, a few driver changes are included.
> > For TMU, still use U-Boot node, I will prepare a kernel update, then
> > back to U-Boot support.
> >
> >  Mathieu: please help test the boards you maintain when you have time.
> >
> > Thanks,
> > Peng.
> >
> > To: Sébastien Szymanski <sebastien.szymanski at armadeus.com>
> > To: Stefano Babic <sbabic at denx.de>
> > To: Fabio Estevam <festevam at gmail.com>
> > To: "NXP i.MX U-Boot Team" <uboot-imx at nxp.com>
> > To: Mathieu Othacehe <m.othacehe at gmail.com>
> > Cc: u-boot at lists.denx.de
> > Signed-off-by: Peng Fan <peng.fan at nxp.com>
> >
> > Changes in v4:
> >  - Convert all i.MX93 boards
> >  - Link to v3:
> > https://eur01.safelinks.protection.outlook.com/?url=https%3A%2F%2Flore
> > .kernel.org%2Fr%2F20240328-imx93-of-v3-0-
> 4e7f341ed7ea%40nxp.com&data=0
> >
> 5%7C02%7Cpeng.fan%40nxp.com%7Cfb4cf5cd6eb048f7004508dc5724921f
> %7C686ea
> >
> 1d3bc2b4c6fa92cd99c5c301635%7C0%7C0%7C638481061784727166%7CU
> nknown%7CT
> >
> WFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLC
> JXVCI
> >
> 6Mn0%3D%7C0%7C%7C%7C&sdata=m3eUSDFipFRBJlujTzNovsgusVTRp8lekD
> guNKKGlq8
> > %3D&reserved=0
> >
> > Changes in v3:
> >  - Update patch 5, to drop the imx8mp-evk changes which are wrongly
> >    included
> >  - Link to v2:
> > https://eur01.safelinks.protection.outlook.com/?url=https%3A%2F%2Flore
> > .kernel.org%2Fr%2F20240328-imx93-of-v2-0-
> 909f5d37da87%40nxp.com&data=0
> >
> 5%7C02%7Cpeng.fan%40nxp.com%7Cfb4cf5cd6eb048f7004508dc5724921f
> %7C686ea
> >
> 1d3bc2b4c6fa92cd99c5c301635%7C0%7C0%7C638481061784740481%7CU
> nknown%7CT
> >
> WFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLC
> JXVCI
> >
> 6Mn0%3D%7C0%7C%7C%7C&sdata=dOltsehRiqbWFgRABoeC1nUqbU5CTz2
> OOt6Yq7u9sj0
> > %3D&reserved=0
> >
> > Changes in v2:
> >  - Add a new patch to sync clock header to avoid breaking
> >  - Drop the Makefile change which change including order
> >  - Link to v1:
> > https://eur01.safelinks.protection.outlook.com/?url=https%3A%2F%2Flore
> > .kernel.org%2Fr%2F20240327-imx93-of-v1-0-
> afab6b31422a%40nxp.com&data=0
> >
> 5%7C02%7Cpeng.fan%40nxp.com%7Cfb4cf5cd6eb048f7004508dc5724921f
> %7C686ea
> >
> 1d3bc2b4c6fa92cd99c5c301635%7C0%7C0%7C638481061784750001%7CU
> nknown%7CT
> >
> WFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLC
> JXVCI
> >
> 6Mn0%3D%7C0%7C%7C%7C&sdata=x4s291DNECLAyKaOdMRse2CLfFwaSx8Z
> %2BCdLZZrYV
> > mY%3D&reserved=0
> >
> > ---
> > Peng Fan (5):
> >       gpio: imx_rgpio2p: support one address
> >       serial: lpuart: use ipg clk for i.MX7ULP
> >       cpu: drop imx9_cpu
> >       clk: imx93: fix anatop base
> >       imx93: convert to OF_UPSTREAM
> >
> >  arch/arm/dts/Makefile                           |   5 -
> >  arch/arm/dts/imx93-11x11-evk-u-boot.dtsi        | 119 ++++
> >  arch/arm/dts/imx93-11x11-evk.dts                | 322 ---------
> >  arch/arm/dts/imx93-phyboard-segin.dts           | 117 ---
> >  arch/arm/dts/imx93-phycore-som.dtsi             | 126 ----
> >  arch/arm/dts/imx93-pinfunc.h                    | 623 ----------------
> >  arch/arm/dts/imx93-u-boot.dtsi                  |  80 +++
> >  arch/arm/dts/imx93-var-som-symphony-u-boot.dtsi |  22 +
> >  arch/arm/dts/imx93-var-som-symphony.dts         | 323 ---------
> >  arch/arm/dts/imx93-var-som.dtsi                 | 111 ---
> >  arch/arm/dts/imx93.dtsi                         | 906
> > ------------------------
> >  arch/arm/mach-imx/imx9/Kconfig                  |   1 +
> >  configs/imx93-phyboard-segin_defconfig          |   2 +-
> >  configs/imx93_11x11_evk_defconfig               |   2 +-
> >  configs/imx93_11x11_evk_ld_defconfig            |   2 +-
> >  configs/imx93_var_som_defconfig                 |   2 +-
> >  drivers/clk/imx/clk-imx93.c                     |   2 +-
> >  drivers/cpu/imx9_cpu.c                          | 224 ------
> >  drivers/gpio/imx_rgpio2p.c                      |  42 +-
> >  drivers/serial/serial_lpuart.c                  |   9 +-
> >  include/dt-bindings/clock/imx93-clock.h         | 208 ------
> >  include/dt-bindings/power/fsl,imx93-power.h     |  15 -
> >  22 files changed, 273 insertions(+), 2990 deletions(-)
> > ---
> > base-commit: 280f34ba7d68bb50c0b8eaa040322c1f3b37d46e
> > change-id: 20240328-imx93-of-v2-f879efef737d
> >
> > Best regards,


More information about the U-Boot mailing list