mbox series

[GIT,PULL,3/5] i.MX ARM device tree change for 6.14

Message ID 20250105095139.714590-3-shawnguo2@yeah.net (mailing list archive)
State New
Headers show
Series [GIT,PULL,1/5] i.MX drivers change for 6.14 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-dt-6.14

Message

Shawn Guo Jan. 5, 2025, 9:51 a.m. UTC
From: Shawn Guo <shawnguo@kernel.org>

The following changes since commit 40384c840ea1944d7c5a392e8975ed088ecf0b37:

  Linux 6.13-rc1 (2024-12-01 14:28:56 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-dt-6.14

for you to fetch changes up to c7418a6e7ac9bca66a8a49793cbfa5a45c01bcbb:

  ARM: dts: imx: Use the correct mdio pattern (2024-12-30 16:03:58 +0800)

----------------------------------------------------------------
i.MX ARM device tree change for 6.14:

- Clean up TQMa7x device trees (Alexander Stein)
- Correct node name pattern for mdio-gpio devices (Fabio Estevam)
- Update deprecated GPIO properties for Generic ASoC Sound Card device
  (Geert Uytterhoeven)
- Set USB dr_mode property to OTG explicitly for imx6qdl-sabresd based
  boards (Hui Wang)
- Update MAINTAINERS entry for DH electronics DHSOM boards (Marek Vasut)
- A series from Stefan Kerkmann to add phy-3p0-supply for usb phys

----------------------------------------------------------------
Alexander Stein (7):
      ARM: dts: imx7-mba7: remove LVDS transmitter regulator
      ARM: dts: imx7-tqma7: Remove superfluous status="okay" property
      ARM: dts: imx7-tqma7: add missing vs-supply for LM75A (rev. 01xxx)
      ARM: dts: imx7-mba7: Add 3.3V and 5.0V regulators
      ARM: dts: imx7-mba7: Fix SD card vmmc-supply
      ARM: dts: imx7-mba7: Remove duplicated power supply
      ARM: dts: imx7[d]-mba7: add Ethernet PHY IRQ support

Fabio Estevam (2):
      ARM: dts: imx6qdl-apalis: Change to "adi,force-bt656-4"
      ARM: dts: imx: Use the correct mdio pattern

Geert Uytterhoeven (1):
      ARM: dts: imx: Switch to {hp,mic}-det-gpios

Hui Wang (1):
      ARM: dts: imx6qdl-sabresd: add dr_mode to usbotg

Marek Vasut (1):
      MAINTAINERS: Update entry for DH electronics DHSOM SoMs and boards

Stefan Kerkmann (3):
      ARM: dts: imx6qdl: add phy-3p0-supply to usb phys
      ARM: dts: imx6sl: add phy-3p0-supply to usb phys
      ARM: dts: imx6sx: add phy-3p0-supply to usb phys

 MAINTAINERS                                       | 13 ++---
 arch/arm/boot/dts/nxp/imx/imx51-zii-rdu1.dts      |  2 +-
 arch/arm/boot/dts/nxp/imx/imx51-zii-scu2-mezz.dts |  2 +-
 arch/arm/boot/dts/nxp/imx/imx6q-bx50v3.dtsi       |  2 +-
 arch/arm/boot/dts/nxp/imx/imx6qdl-apalis.dtsi     |  2 +-
 arch/arm/boot/dts/nxp/imx/imx6qdl-sabresd.dtsi    |  5 +-
 arch/arm/boot/dts/nxp/imx/imx6qdl.dtsi            |  6 ++-
 arch/arm/boot/dts/nxp/imx/imx6sl-evk.dts          |  2 +-
 arch/arm/boot/dts/nxp/imx/imx6sl.dtsi             |  6 ++-
 arch/arm/boot/dts/nxp/imx/imx6sll-evk.dts         |  2 +-
 arch/arm/boot/dts/nxp/imx/imx6sx-sdb.dtsi         |  2 +-
 arch/arm/boot/dts/nxp/imx/imx6sx.dtsi             |  6 ++-
 arch/arm/boot/dts/nxp/imx/imx6ul-14x14-evk.dtsi   |  2 +-
 arch/arm/boot/dts/nxp/imx/imx7-mba7.dtsi          | 61 +++++++----------------
 arch/arm/boot/dts/nxp/imx/imx7-tqma7.dtsi         |  3 +-
 arch/arm/boot/dts/nxp/imx/imx7d-mba7.dts          |  3 +-
 arch/arm/boot/dts/nxp/imx/imx7d-sdb.dts           |  2 +-
 17 files changed, 48 insertions(+), 73 deletions(-)