mbox series

[v2,00/15] Update PHYTEC i.MX93 DTS

Message ID 20250415043311.3385835-1-primoz.fiser@norik.com (mailing list archive)
Headers show
Series Update PHYTEC i.MX93 DTS | expand

Message

Primoz Fiser April 15, 2025, 4:32 a.m. UTC
Update i.MX93 device-tree sources in mainline for phyCORE-i.MX93 SoM and
phyBOARD-Segin-i.MX93 board with changes from the downstream kernel.

New SoM features:
 - PMIC support
 - EEPROM support
 - enhanced eMMC support
 - fix eMMC for ERR052021

New board features:
 - RTC support
 - CAN support
 - USB support
 - I2S audio support
 - 2nd Ethernet (EQOS interface)
 - enhanced SD-card support
 - fix SD-card for ERR052021

Link to v1: https://lore.kernel.org/all/20250410090251.1103979-1-primoz.fiser@norik.com/

Changes in v2:

Patch #1:
- add Reviewed-by tag

Patch #2:
- move reg property ahead of pagesize

Patch #3:
- add Reviewed-by tag

Patch #4:
- no changes

Patch #5:
- reword commit message (add more info)

Patch #6:
- add Reviewed-by tag

Patch #7:
- reword commit message

Patch #8:
- reword commit msg
- split errata changes into separate patch

Patch #9:
- new patch in v2 (split from #8)

Patch #10:
- reword commit message

Patch #11:
- drop CAN regulator hack in favor or "can-transceiver-phy" mechanism
- reword commit message

Patch #12:
- reword commit message

Patch #13:
- add Reviewed-by tag
- remove empty line

Patch #14:
- add Reviewed-by tag

Patch #15:
- new patch in v2

Primoz Fiser (15):
  arm64: dts: freescale: imx93-phycore-som: Add PMIC support
  arm64: dts: freescale: imx93-phycore-som: Add EEPROM support
  arm64: dts: freescale: imx93-phycore-som: Disable LED pull-up
  arm64: dts: freescale: imx93-phycore-som: Enhance eMMC pinctrl
  arm64: dts: freescale: imx93-phycore-som: Add eMMC no-1-8-v by default
  arm64: dts: freescale: imx93-phyboard-segin: Drop eMMC no-1-8-v flag
  arm64: dts: freescale: imx93-phyboard-segin: Disable SD-card
    write-protect
  arm64: dts: freescale: imx93-phyboard-segin: Fix SD-card pinctrl
  arm64: dts: freescale: imx93-phyboard-segin: Fix for ERR052021 errata
  arm64: dts: freescale: imx93-phyboard-segin: Add RTC support
  arm64: dts: freescale: imx93-phyboard-segin: Add CAN support
  arm64: dts: freescale: imx93-phyboard-segin: Add USB support
  arm64: dts: freescale: imx93-phyboard-segin: Add I2S audio
  arm64: dts: freescale: imx93-phyboard-segin: Add EQOS Ethernet
  arm64: dts: freescale: imx93-phyboard-segin: Order node alphabetically

 .../dts/freescale/imx93-phyboard-segin.dts    | 243 ++++++++++++++++--
 .../boot/dts/freescale/imx93-phycore-som.dtsi | 165 +++++++++++-
 2 files changed, 369 insertions(+), 39 deletions(-)