linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: Shawn Guo <shawnguo@kernel.org>
To: soc@kernel.org, arm@kernel.org
Cc: Shawn Guo <shawnguo@kernel.org>, Stefan Agner <stefan@agner.ch>,
	Li Yang <leoyang.li@nxp.com>,
	linux-imx@nxp.com, kernel@pengutronix.de,
	Fabio Estevam <festevam@gmail.com>,
	linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL 3/6] i.MX DT bindings update for 5.11
Date: Wed,  2 Dec 2020 22:27:14 +0800	[thread overview]
Message-ID: <20201202142717.9262-3-shawnguo@kernel.org> (raw)
In-Reply-To: <20201202142717.9262-1-shawnguo@kernel.org>

The following changes since commit 3650b228f83adda7e5ee532e2b90429c03f7b9ec:

  Linux 5.10-rc1 (2020-10-25 15:14:11 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 747ec53ea72a548693d0664817776d3634e9b63a:

  dt-bindings: arm: fsl: add Protonic WD3 board (2020-12-01 09:27:55 +0800)

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

- Quite some patches that update vendor-prefixes.yaml and fsl.yaml to
  document missing board compatibles and add new board compatibles.
- A couple of patches from Dong Aisheng to update imx-scu firmware and
  imx-lpcg clock bindings for new SCU two cells clock support.
- A couple of net bindings update from Ioana Ciornei to complete the
  MAC/PCS/PHY representation on DPAA2 devices.
- Document watchdog compatibles for all i.MX and Layerscape devices.

----------------------------------------------------------------
Bruno Thomsen (1):
      dt-bindings: fsl: add kamstrup flex concentrator to schema

Dong Aisheng (2):
      dt-bindings: firmware: imx-scu: new binding to parse clocks from device tree
      dt-bindings: clock: imx-lpcg: add support to parse clocks from device tree

Frieder Schrempf (1):
      dt-bindings: arm: fsl: Add Kontron i.MX8M Mini SoMs and boards

Ioana Ciornei (2):
      dt-bindings: net: add the DPAA2 MAC DTS definition
      dt-bindings: net: add the 10gbase-r connection type

Krzysztof Kozlowski (21):
      dt-bindings: arm: fsl: document i.MX25 and i.MX27 boards
      dt-bindings: watchdog: fsl-imx: document NXP compatibles
      dt-bindings: vendor-prefixes: add MicroSys
      dt-bindings: vendor-prefixes: add Revotics
      dt-bindings: arm: fsl: document i.MX51 boards
      dt-bindings: arm: fsl: document i.MX53 boards
      dt-bindings: arm: fsl: document VF boards
      dt-bindings: arm: fsl: document i.MX6DL boards
      dt-bindings: vendor-prefixes: add ABB
      dt-bindings: arm: fsl: document i.MX6DL Aristainetos boards
      dt-bindings: vendor-prefixes: add Element14
      dt-bindings: arm: fsl: document i.MX6Q boards
      dt-bindings: arm: fsl: document i.MX6QP boards
      dt-bindings: arm: fsl: document i.MX6SL boards
      dt-bindings: arm: fsl: document i.MX6SX boards
      dt-bindings: arm: fsl: document i.MX6UL boards
      dt-bindings: arm: fsl: document i.MX6ULL boards
      dt-bindings: arm: fsl: document i.MX7D boards
      dt-bindings: arm: fsl: document LS1012A FRWY board
      dt-bindings: arm: fsl: document SolidRun LX2160A boards
      dt-bindings: arm: fsl: document i.MX7S boards

Matthias Schiffer (1):
      dt-bindings: arm: fsl: update TQ-Systems SoMs and boards based on i.MX7

Meenakshi Aggarwal (1):
      dt-bindings: fsl: add compatible for LX2162A QDS Board

Oleksij Rempel (6):
      dt-bindings: vendor-prefixes: Add an entry for Van der Laan b.v.
      dt-bindings: vendor-prefixes: Add an entry for Altus-Escon-Company
      dt-bindings: arm: fsl: add Altesco I6P board
      dt-bindings: arm: fsl: add Van der Laan LANMCU board
      dt-bindings: vendor-prefixes: add "virtual" prefix
      dt-bindings: arm: fsl: add Protonic WD3 board

 .../devicetree/bindings/arm/freescale/fsl,scu.txt  |  12 +-
 Documentation/devicetree/bindings/arm/fsl.yaml     | 360 +++++++++++++++++++--
 .../devicetree/bindings/clock/imx8qxp-lpcg.yaml    |  79 +++--
 .../bindings/net/ethernet-controller.yaml          |   1 +
 .../bindings/net/fsl,qoriq-mc-dpmac.yaml           |  60 ++++
 .../devicetree/bindings/vendor-prefixes.yaml       |  14 +
 .../devicetree/bindings/watchdog/fsl-imx-wdt.yaml  |  16 +
 include/dt-bindings/clock/imx8-lpcg.h              |  14 +
 8 files changed, 502 insertions(+), 54 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/net/fsl,qoriq-mc-dpmac.yaml
 create mode 100644 include/dt-bindings/clock/imx8-lpcg.h

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

  parent reply	other threads:[~2020-12-02 14:29 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-02 14:27 [GIT PULL 1/6] i.MX drivers change for 5.11 Shawn Guo
2020-12-02 14:27 ` [GIT PULL 2/6] i.MX SoC update " Shawn Guo
2020-12-09 16:41   ` Arnd Bergmann
2020-12-02 14:27 ` Shawn Guo [this message]
2020-12-08 23:09   ` [GIT PULL 3/6] i.MX DT bindings " Arnd Bergmann
2020-12-02 14:27 ` [GIT PULL 4/6] i.MX device tree " Shawn Guo
2020-12-08 23:09   ` Arnd Bergmann
2020-12-02 14:27 ` [GIT PULL 5/6] i.MX arm64 device tree change " Shawn Guo
2020-12-08 23:09   ` Arnd Bergmann
2020-12-02 14:27 ` [GIT PULL 6/6] i.MX defconfig update " Shawn Guo
2020-12-08 16:34   ` Arnd Bergmann
2020-12-08 23:31 ` [GIT PULL 1/6] i.MX drivers change " Arnd Bergmann

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20201202142717.9262-3-shawnguo@kernel.org \
    --to=shawnguo@kernel.org \
    --cc=arm@kernel.org \
    --cc=festevam@gmail.com \
    --cc=kernel@pengutronix.de \
    --cc=leoyang.li@nxp.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-imx@nxp.com \
    --cc=soc@kernel.org \
    --cc=stefan@agner.ch \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).