mbox series

[GIT,PULL,1/6] i.MX DT bindings update for 5.16

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

Pull-request

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

Message

Shawn Guo Oct. 16, 2021, 2:01 p.m. UTC
The following changes since commit 6880fa6c56601bb8ed59df6c30fd390cc5f6dd8f:

  Linux 5.15-rc1 (2021-09-12 16:28:37 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 83ad8d101151a149bfb602a08bf30ac82442f8f9:

  dt-bindings: arm: fsl: add ls1021a-tsn board (2021-10-15 11:13:07 +0800)

----------------------------------------------------------------
i.MX DT bindings update for 5.16:

- Various board compatible addition: NXP S32G2, LS1021A TSN, Toradex
  Colibri i.MX6ULL, LX2160A BlueBox 3 boards.
- Toradex board and module compatibles clean-up.
- Convert fsl-linflexuart bindings to json-schema format and add S32G2
  compatible.
- Add bindings and defines for i.MX8MM VPU and DISP blk-ctrl.

----------------------------------------------------------------
Andreas Kemnade (1):
      dt-bindings: arm: fsl: Add E70K02 based ebook readers

Chester Lin (3):
      dt-bindings: arm: fsl: add NXP S32G2 boards
      dt-bindings: serial: fsl-linflexuart: convert to json-schema format
      dt-bindings: serial: fsl-linflexuart: add compatible for S32G2

Li Yang (1):
      dt-bindings: arm: fsl: add ls1021a-tsn board

Lucas Stach (4):
      dt-bindings: soc: add binding for i.MX8MM VPU blk-ctrl
      dt-bindings: power: imx8mm: add defines for VPU blk-ctrl domains
      dt-bindings: soc: add binding for i.MX8MM DISP blk-ctrl
      dt-bindings: power: imx8mm: add defines for DISP blk-ctrl domains

Marcel Ziswiler (2):
      dt-bindings: arm: fsl: clean-up all toradex boards/modules
      dt-bindings: arm: fsl: add toradex,colibri-imx6ull-emmc

Vladimir Oltean (1):
      dt-bindings: arm: fsl: document the LX2160A BlueBox 3 boards

 Documentation/devicetree/bindings/arm/fsl.yaml     | 99 +++++++++++++---------
 .../bindings/serial/fsl,s32-linflexuart.txt        | 22 -----
 .../bindings/serial/fsl,s32-linflexuart.yaml       | 48 +++++++++++
 .../bindings/soc/imx/fsl,imx8mm-disp-blk-ctrl.yaml | 94 ++++++++++++++++++++
 .../bindings/soc/imx/fsl,imx8mm-vpu-blk-ctrl.yaml  | 76 +++++++++++++++++
 include/dt-bindings/power/imx8mm-power.h           |  9 ++
 6 files changed, 288 insertions(+), 60 deletions(-)
 delete mode 100644 Documentation/devicetree/bindings/serial/fsl,s32-linflexuart.txt
 create mode 100644 Documentation/devicetree/bindings/serial/fsl,s32-linflexuart.yaml
 create mode 100644 Documentation/devicetree/bindings/soc/imx/fsl,imx8mm-disp-blk-ctrl.yaml
 create mode 100644 Documentation/devicetree/bindings/soc/imx/fsl,imx8mm-vpu-blk-ctrl.yaml

Comments

Arnd Bergmann Oct. 20, 2021, 2:50 p.m. UTC | #1
From: Arnd Bergmann <arnd@arndb.de>

On Sat, 16 Oct 2021 22:01:33 +0800, Shawn Guo wrote:
> The following changes since commit 6880fa6c56601bb8ed59df6c30fd390cc5f6dd8f:
> 
>   Linux 5.15-rc1 (2021-09-12 16:28:37 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-bindings-5.16
> 
> [...]

Merged into arm/dt, thanks!

merge commit: 353bbb3d07e836738869a74e23f2deba0a34aa80

       Arnd