mbox series

[GIT,PULL,1/4] i.MX DT bindings update for 6.1

Message ID 20220918092806.2152700-1-shawnguo@kernel.org
State New
Headers show
Series [GIT,PULL,1/4] i.MX DT bindings update for 6.1 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-bindings-6.1

Message

Shawn Guo Sept. 18, 2022, 9:28 a.m. UTC
The following changes since commit 568035b01cfb107af8d2e4bd2fb9aea22cf5b868:

  Linux 6.0-rc1 (2022-08-14 15:50:18 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-bindings-6.1

for you to fetch changes up to 64e61a940d96184d294f431848a28765f44525fa:

  dt-bindings: arm: imx: update fsl.yaml for imx8dxl (2022-09-17 16:25:50 +0800)

----------------------------------------------------------------
i.MX DT bindings for 6.1:

- Add compatible for new boards: Kontron BL i.MX8MM OSM-S, MSC
  SM2S-IMX8PLUS SoM and SM2-MB-EP1 Carrier, i.MX8M Mini Gateworks
  GW7904 board, i.MX8DXL EVK Board.
- Add add interconnect property for i.MX8MP various blk-ctrl devices.
- Add i.MX8MP HDMI HDCP and HRV power domain DT IDs.
- Add bindings for i.MX93 SRC and MEDIAMIX blk-ctrl.
- A minor style fix on i.MX8MM clock binding header.

----------------------------------------------------------------
Frieder Schrempf (3):
      dt-bindings: arm: fsl: imx6ul-kontron: Update bindings
      dt-bindings: arm: fsl: Rename compatibles for Kontron i.MX8MM SoM/board
      dt-bindings: arm: fsl: Add Kontron BL i.MX8MM OSM-S board

Marcel Ziswiler (1):
      dt-bindings: clk: imx8mm: don't use multiple blank lines

Martyn Welch (1):
      dt-bindings: arm: fsl: Add MSC SM2S-IMX8PLUS SoM and SM2-MB-EP1 Carrier

Peng Fan (10):
      dt-bindings: soc: imx: add interconnect property for i.MX8MP media blk ctrl
      dt-bindings: soc: imx: add interconnect property for i.MX8MP hdmi blk ctrl
      dt-bindings: soc: imx: add interconnect property for i.MX8MP hsio blk ctrl
      dt-bindings: power: imx8mp-power: add HDMI HDCP/HRV
      dt-bindings: soc: imx: drop minItems for i.MX8MM vpu blk ctrl
      dt-bindings: soc: imx: add interconnect property for i.MX8MM vpu blk ctrl
      dt-bindings: soc: imx: add i.MX8MP vpu blk ctrl
      dt-bindings: mfd: syscon: Add i.MX93 blk ctrl system registers
      dt-bindings: soc: add i.MX93 SRC
      dt-bindings: soc: add i.MX93 mediamix blk ctrl

Shenwei Wang (2):
      dt-bindings: firmware: add missing resource IDs for imx8dxl
      dt-bindings: arm: imx: update fsl.yaml for imx8dxl

Tim Harvey (1):
      dt-bindings: arm: Add i.MX8M Mini Gateworks GW7904 board

 Documentation/devicetree/bindings/arm/fsl.yaml     |  58 ++++++-----
 Documentation/devicetree/bindings/mfd/syscon.yaml  |   2 +
 .../bindings/soc/imx/fsl,imx8mm-vpu-blk-ctrl.yaml  | 110 ++++++++++++++++++---
 .../bindings/soc/imx/fsl,imx8mp-hdmi-blk-ctrl.yaml |   9 ++
 .../bindings/soc/imx/fsl,imx8mp-hsio-blk-ctrl.yaml |  10 ++
 .../soc/imx/fsl,imx8mp-media-blk-ctrl.yaml         |  14 +++
 .../bindings/soc/imx/fsl,imx93-media-blk-ctrl.yaml |  80 +++++++++++++++
 .../devicetree/bindings/soc/imx/fsl,imx93-src.yaml |  96 ++++++++++++++++++
 include/dt-bindings/clock/imx8mm-clock.h           |   1 -
 include/dt-bindings/firmware/imx/rsrc.h            |   7 ++
 include/dt-bindings/power/fsl,imx93-power.h        |  15 +++
 include/dt-bindings/power/imx8mp-power.h           |   6 ++
 12 files changed, 374 insertions(+), 34 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/soc/imx/fsl,imx93-media-blk-ctrl.yaml
 create mode 100644 Documentation/devicetree/bindings/soc/imx/fsl,imx93-src.yaml
 create mode 100644 include/dt-bindings/power/fsl,imx93-power.h