All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 00/12] arm64: dts: imx93: various update
@ 2024-04-19  3:36 ` Peng Fan (OSS)
  0 siblings, 0 replies; 40+ messages in thread
From: Peng Fan (OSS) @ 2024-04-19  3:36 UTC (permalink / raw)
  To: Rob Herring, Krzysztof Kozlowski, Conor Dooley, Shawn Guo,
	Sascha Hauer, Pengutronix Kernel Team, Fabio Estevam
  Cc: devicetree, imx, linux-arm-kernel, linux-kernel, Peng Fan,
	Haibo Chen, Sherry Sun, Luke Wang, Wei Fang, Clark Wang

This patchset has several updates in imx93 dtsi and imx93-11x11-evk dts
- add dma for lpspi/lpi2c
- add nvmem for fec/eqos
- update sdhc assigned clocks
- update resource table for m33
- add sleep pinctrl
- add reset gpios for network phys
- includes a defconfig patch to build in OCOTP ELE.

Signed-off-by: Peng Fan <peng.fan@nxp.com>
---
Changes in v2:
- Add new patch 1 to convert dma bit mask to FSL_EDMA_RX
- Use FSL_EDMA_RX for patch 2,3
- Update commit log for patch 7. Add Fixes tag for patch 7.
- Link to v1: https://lore.kernel.org/r/20240416-imx93-dts-4-13-v1-0-da8ac02e8413@nxp.com

---
Haibo Chen (1):
      arm64: dts: imx93: assign usdhc[1..3] root clock to 400MHz

Luke Wang (1):
      arm64: dts: imx93-11x11-evk: add different usdhc pinctrl for different timing usage

Peng Fan (9):
      arm64: dts: imx93: use FSL_EDMA_RX for rx channel
      arm64: dts: imx93: add dma support for lpi2c[1..8]
      arm64: dts: imx93: add dma support for lpspi[1..8]
      arm64: dts: imx93: add nvmem property for fec1
      arm64: dts: imx93: add nvmem property for eqos
      arm64: dts: imx93-11x11-evk: update resource table address
      arm64: dts: imx93-11x11-evk: add sleep pinctrl for eqos and fec
      arm64: dts: imx93-11x11-evk: add sleep pinctrl for sdhc2
      arm64: defconfig: build in OCOTP ELE

Wei Fang (1):
      arm64: dts: imx93-11x11-evk: add reset gpios for ethernet PHYs

 arch/arm64/boot/dts/freescale/imx93-11x11-evk.dts | 146 ++++++++++++++++++++--
 arch/arm64/boot/dts/freescale/imx93.dtsi          |  79 ++++++++++--
 arch/arm64/configs/defconfig                      |   2 +-
 3 files changed, 204 insertions(+), 23 deletions(-)
---
base-commit: 9ed46da14b9b9b2ad4edb3b0c545b6dbe5c00d39
change-id: 20240413-imx93-dts-4-13-60d93c9f1cb2

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


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

end of thread, other threads:[~2024-04-25  7:03 UTC | newest]

Thread overview: 40+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-04-19  3:36 [PATCH v2 00/12] arm64: dts: imx93: various update Peng Fan (OSS)
2024-04-19  3:36 ` Peng Fan (OSS)
2024-04-19  3:36 ` [PATCH v2 01/12] arm64: dts: imx93: use FSL_EDMA_RX for rx channel Peng Fan (OSS)
2024-04-19  3:36   ` Peng Fan (OSS)
2024-04-19 14:26   ` Frank Li
2024-04-19 14:26     ` Frank Li
2024-04-19  3:36 ` [PATCH v2 02/12] arm64: dts: imx93: add dma support for lpi2c[1..8] Peng Fan (OSS)
2024-04-19  3:36   ` Peng Fan (OSS)
2024-04-19 14:27   ` Frank Li
2024-04-19 14:27     ` Frank Li
2024-04-19  3:36 ` [PATCH v2 03/12] arm64: dts: imx93: add dma support for lpspi[1..8] Peng Fan (OSS)
2024-04-19  3:36   ` Peng Fan (OSS)
2024-04-19 14:28   ` Frank Li
2024-04-19 14:28     ` Frank Li
2024-04-19  3:36 ` [PATCH v2 04/12] arm64: dts: imx93: assign usdhc[1..3] root clock to 400MHz Peng Fan (OSS)
2024-04-19  3:36   ` Peng Fan (OSS)
2024-04-19  3:37 ` [PATCH v2 05/12] arm64: dts: imx93: add nvmem property for fec1 Peng Fan (OSS)
2024-04-19  3:37   ` Peng Fan (OSS)
2024-04-19  3:37 ` [PATCH v2 06/12] arm64: dts: imx93: add nvmem property for eqos Peng Fan (OSS)
2024-04-19  3:37   ` Peng Fan (OSS)
2024-04-19  3:37 ` [PATCH v2 07/12] arm64: dts: imx93-11x11-evk: update resource table address Peng Fan (OSS)
2024-04-19  3:37   ` Peng Fan (OSS)
2024-04-19  3:37 ` [PATCH v2 08/12] arm64: dts: imx93-11x11-evk: add sleep pinctrl for eqos and fec Peng Fan (OSS)
2024-04-19  3:37   ` Peng Fan (OSS)
2024-04-19  3:37 ` [PATCH v2 09/12] arm64: dts: imx93-11x11-evk: add different usdhc pinctrl for different timing usage Peng Fan (OSS)
2024-04-19  3:37   ` Peng Fan (OSS)
2024-04-19  3:37 ` [PATCH v2 10/12] arm64: dts: imx93-11x11-evk: add sleep pinctrl for sdhc2 Peng Fan (OSS)
2024-04-19  3:37   ` Peng Fan (OSS)
2024-04-19  3:37 ` [PATCH v2 11/12] arm64: dts: imx93-11x11-evk: add reset gpios for ethernet PHYs Peng Fan (OSS)
2024-04-19  3:37   ` Peng Fan (OSS)
2024-04-19  3:37 ` [PATCH v2 12/12] arm64: defconfig: build in OCOTP ELE Peng Fan (OSS)
2024-04-19  3:37   ` Peng Fan (OSS)
2024-04-19 13:43   ` Krzysztof Kozlowski
2024-04-19 13:43     ` Krzysztof Kozlowski
2024-04-22  2:07     ` Peng Fan
2024-04-22  2:07       ` Peng Fan
2024-04-22  6:17 ` [PATCH v2 00/12] arm64: dts: imx93: various update Peng Fan
2024-04-22  6:17   ` Peng Fan
2024-04-25  7:03 ` Shawn Guo
2024-04-25  7:03   ` Shawn Guo

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.