All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/6] imx93-11x11-evk: convert to OF_UPSTREAM
@ 2024-03-28  0:52 Peng Fan (OSS)
  2024-03-28  0:52 ` [PATCH v3 1/6] gpio: imx_rgpio2p: support one address Peng Fan (OSS)
                   ` (5 more replies)
  0 siblings, 6 replies; 13+ messages in thread
From: Peng Fan (OSS) @ 2024-03-28  0:52 UTC (permalink / raw)
  To: Stefano Babic, Fabio Estevam, NXP i.MX U-Boot Team
  Cc: Sumit Garg, Tom Rini, u-boot, Peng Fan

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.
Add the pmic nodes to x-u-boot.dtsi, since upstream still not has it.
imx93.dtsi still kept because other boards still use it as of now.

Signed-off-by: Peng Fan <peng.fan@nxp.com>
---
Changes in v3:
- Update patch 5, to drop the imx8mp-evk changes which are wrongly
  included
- Link to v2: https://lore.kernel.org/r/20240328-imx93-of-v2-0-909f5d37da87@nxp.com

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://lore.kernel.org/r/20240327-imx93-of-v1-0-afab6b31422a@nxp.com

---
Peng Fan (6):
      gpio: imx_rgpio2p: support one address
      serial: lpuart: use ipg clk for i.MX7ULP
      cpu: drop imx9_cpu
      clk: imx93: fix anatop base
      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 +-
 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  |   3 +-
 12 files changed, 185 insertions(+), 556 deletions(-)
---
base-commit: ab8d9ca3044acf51d8ff3bf3c4718c48f30ad606
change-id: 20240327-imx93-of-56ef2b96f2e2

Best regards,
-- 
Peng Fan <peng.fan@nxp.com>


^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2024-03-28  1:55 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-28  0:52 [PATCH v3 0/6] imx93-11x11-evk: convert to OF_UPSTREAM Peng Fan (OSS)
2024-03-28  0:52 ` [PATCH v3 1/6] gpio: imx_rgpio2p: support one address Peng Fan (OSS)
2024-03-28  0:52 ` [PATCH v3 2/6] serial: lpuart: use ipg clk for i.MX7ULP Peng Fan (OSS)
2024-03-28  0:09   ` Fabio Estevam
2024-03-28  0:53 ` [PATCH v3 3/6] cpu: drop imx9_cpu Peng Fan (OSS)
2024-03-28  0:53 ` [PATCH v3 4/6] clk: imx93: fix anatop base Peng Fan (OSS)
2024-03-28  0:53 ` [PATCH v3 5/6] dt-bindings: imx93: sync clock header Peng Fan (OSS)
2024-03-28  0:53 ` [PATCH v3 6/6] imx: imx93-11x11-evk: convert to OF_UPSTREAM Peng Fan (OSS)
2024-03-28  0:13   ` Fabio Estevam
2024-03-28  0:40     ` Peng Fan
2024-03-28  0:44       ` Fabio Estevam
2024-03-28  1:46         ` Peng Fan
2024-03-28  1:55     ` Peng Fan

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.