Linux SOC development
 help / color / mirror / Atom feed
From: Shawn Guo <shawnguo@kernel.org>
To: soc@kernel.org, arm@kernel.org
Cc: Shawn Guo <shawnguo@kernel.org>,
	Fabio Estevam <festevam@gmail.com>,
	Stefan Agner <stefan@agner.ch>, Li Yang <leoyang.li@nxp.com>,
	kernel@pengutronix.de, linux-imx@nxp.com,
	linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL 4/6] i.MX device tree change for 5.13
Date: Wed, 31 Mar 2021 12:10:17 +0800	[thread overview]
Message-ID: <20210331041019.31345-4-shawnguo@kernel.org> (raw)
In-Reply-To: <20210331041019.31345-1-shawnguo@kernel.org>

The following changes since commit a38fd8748464831584a19438cbb3082b5a2dab15:

  Linux 5.12-rc2 (2021-03-05 17:33:41 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 45b78dd39f04f6198f8e2e9fe9d155a5e8326aab:

  ARM: dts: imx6: pbab01: Set USB OTG port to peripheral (2021-03-30 16:33:16 +0800)

----------------------------------------------------------------
i.MX device tree change for 5.13:

- New board support: i.MX7D based reMarkable2.
- Clean up imx6ql-pfla02 hog group by moving pins into corresponded
  client groups.
- Add Netronix embedded controller for imx50-kobo-aura.
- A series from Sebastian Reichel to improve GE Bx50v3 device trees.
- Support I2C bus recovery for imx6qdl-wandboard by adding SCL/SDA
  GPIOs.
- Remove unnecessary #address-cells/#size-cells from imx6qdl-gw boards.
- Various small and random device tree update.

----------------------------------------------------------------
Alexander Shiyan (3):
      ARM: dts: imx6qdl-ts7970: Drop redundant "fsl,mode" option
      ARM: dts: imx6qdl-phytec-pbab01: Select synchronous mode for AUDMUX
      ARM: dts: imx6ql-pfla02: Move "hog" pins into corresponded pin groups

Alistair Francis (1):
      ARM: imx7d-remarkable2: Initial device tree for reMarkable2

Andreas Kemnade (1):
      ARM: dts: imx6sl-tolino-shine2hd: Add Netronix embedded controller

Dima Azarkin (1):
      ARM: dts: imx6qdl-wandboard: add scl/sda gpios definitions for i2c bus recovery

Fabio Estevam (3):
      ARM: dts: imx53-qsb: Describe the esdhc1 card detect pin
      ARM: dts: imx6dl-plybas: Fix gpio-keys W=1 warnings
      ARM: dts: imx7d-mba7: Remove unsupported PCI properties

Horia Geantă (1):
      ARM: dts: ls1021a: mark crypto engine dma coherent

Ian Ray (1):
      ARM: dts: imx: bx50v3: Define GPIO line names

Jonathan Neuschäfer (1):
      ARM: dts: imx50-kobo-aura: Add Netronix embedded controller

Philippe Schenker (1):
      ARM: dts: colibri-imx6ull: Change drive strength for usdhc2

Sebastian Reichel (4):
      ARM: dts: imx: Mark IIM as syscon on i.MX51/i.MX53
      ARM: dts: imx6q-ba16: add USB OTG VBUS enable GPIO
      ARM: dts: imx6q-ba16: improve PHY information
      ARM: dts: imx: bx50v3: i2c GPIOs are open drain

Serge Semin (1):
      ARM: dts: ls1021a: Harmonize DWC USB3 DT nodes name

Stefan Riedmueller (2):
      ARM: dts: imx6: pfla02: Fix USB vbus enable pinmuxing
      ARM: dts: imx6: pbab01: Set USB OTG port to peripheral

Tim Harvey (1):
      ARM: dts: imx6qdl-gw*: Remove unnecessary #address-cells/#size-cells

 arch/arm/boot/dts/Makefile                   |   1 +
 arch/arm/boot/dts/imx50-kobo-aura.dts        |  16 ++-
 arch/arm/boot/dts/imx51.dtsi                 |   2 +-
 arch/arm/boot/dts/imx53-qsb-common.dtsi      |   2 +
 arch/arm/boot/dts/imx53.dtsi                 |   2 +-
 arch/arm/boot/dts/imx6dl-plybas.dts          |   6 +-
 arch/arm/boot/dts/imx6q-b450v3.dts           |   5 +
 arch/arm/boot/dts/imx6q-b650v3.dts           |   5 +
 arch/arm/boot/dts/imx6q-b850v3.dts           |   5 +
 arch/arm/boot/dts/imx6q-ba16.dtsi            |  21 ++++
 arch/arm/boot/dts/imx6q-bx50v3.dtsi          |  12 +--
 arch/arm/boot/dts/imx6qdl-gw52xx.dtsi        |   2 -
 arch/arm/boot/dts/imx6qdl-gw53xx.dtsi        |   2 -
 arch/arm/boot/dts/imx6qdl-gw54xx.dtsi        |   2 -
 arch/arm/boot/dts/imx6qdl-gw551x.dtsi        |   2 -
 arch/arm/boot/dts/imx6qdl-gw552x.dtsi        |   2 -
 arch/arm/boot/dts/imx6qdl-gw560x.dtsi        |   2 -
 arch/arm/boot/dts/imx6qdl-gw5903.dtsi        |   2 -
 arch/arm/boot/dts/imx6qdl-gw5904.dtsi        |   2 -
 arch/arm/boot/dts/imx6qdl-gw5907.dtsi        |   2 -
 arch/arm/boot/dts/imx6qdl-gw5910.dtsi        |   2 -
 arch/arm/boot/dts/imx6qdl-gw5912.dtsi        |   2 -
 arch/arm/boot/dts/imx6qdl-gw5913.dtsi        |   2 -
 arch/arm/boot/dts/imx6qdl-phytec-pbab01.dtsi |   6 +-
 arch/arm/boot/dts/imx6qdl-phytec-pfla02.dtsi |  38 +++----
 arch/arm/boot/dts/imx6qdl-ts7970.dtsi        |   1 -
 arch/arm/boot/dts/imx6qdl-wandboard.dtsi     |  24 ++++-
 arch/arm/boot/dts/imx6sl-tolino-shine2hd.dts |   7 +-
 arch/arm/boot/dts/imx6ull-colibri.dtsi       |  12 +--
 arch/arm/boot/dts/imx7d-mba7.dts             |   2 -
 arch/arm/boot/dts/imx7d-remarkable2.dts      | 146 +++++++++++++++++++++++++++
 arch/arm/boot/dts/ls1021a.dtsi               |   3 +-
 32 files changed, 270 insertions(+), 70 deletions(-)
 create mode 100644 arch/arm/boot/dts/imx7d-remarkable2.dts

WARNING: multiple messages have this Message-ID (diff)
From: Shawn Guo <shawnguo@kernel.org>
To: soc@kernel.org, arm@kernel.org
Cc: Shawn Guo <shawnguo@kernel.org>,
	Fabio Estevam <festevam@gmail.com>,
	Stefan Agner <stefan@agner.ch>, Li Yang <leoyang.li@nxp.com>,
	kernel@pengutronix.de, linux-imx@nxp.com,
	linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL 4/6] i.MX device tree change for 5.13
Date: Wed, 31 Mar 2021 12:10:17 +0800	[thread overview]
Message-ID: <20210331041019.31345-4-shawnguo@kernel.org> (raw)
Message-ID: <20210331041017.kJApwic8VSsX7AvmUF0NwgwMeTxDvy2V9jmQsM4K7Mk@z> (raw)
In-Reply-To: <20210331041019.31345-1-shawnguo@kernel.org>

The following changes since commit a38fd8748464831584a19438cbb3082b5a2dab15:

  Linux 5.12-rc2 (2021-03-05 17:33:41 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 45b78dd39f04f6198f8e2e9fe9d155a5e8326aab:

  ARM: dts: imx6: pbab01: Set USB OTG port to peripheral (2021-03-30 16:33:16 +0800)

----------------------------------------------------------------
i.MX device tree change for 5.13:

- New board support: i.MX7D based reMarkable2.
- Clean up imx6ql-pfla02 hog group by moving pins into corresponded
  client groups.
- Add Netronix embedded controller for imx50-kobo-aura.
- A series from Sebastian Reichel to improve GE Bx50v3 device trees.
- Support I2C bus recovery for imx6qdl-wandboard by adding SCL/SDA
  GPIOs.
- Remove unnecessary #address-cells/#size-cells from imx6qdl-gw boards.
- Various small and random device tree update.

----------------------------------------------------------------
Alexander Shiyan (3):
      ARM: dts: imx6qdl-ts7970: Drop redundant "fsl,mode" option
      ARM: dts: imx6qdl-phytec-pbab01: Select synchronous mode for AUDMUX
      ARM: dts: imx6ql-pfla02: Move "hog" pins into corresponded pin groups

Alistair Francis (1):
      ARM: imx7d-remarkable2: Initial device tree for reMarkable2

Andreas Kemnade (1):
      ARM: dts: imx6sl-tolino-shine2hd: Add Netronix embedded controller

Dima Azarkin (1):
      ARM: dts: imx6qdl-wandboard: add scl/sda gpios definitions for i2c bus recovery

Fabio Estevam (3):
      ARM: dts: imx53-qsb: Describe the esdhc1 card detect pin
      ARM: dts: imx6dl-plybas: Fix gpio-keys W=1 warnings
      ARM: dts: imx7d-mba7: Remove unsupported PCI properties

Horia Geantă (1):
      ARM: dts: ls1021a: mark crypto engine dma coherent

Ian Ray (1):
      ARM: dts: imx: bx50v3: Define GPIO line names

Jonathan Neuschäfer (1):
      ARM: dts: imx50-kobo-aura: Add Netronix embedded controller

Philippe Schenker (1):
      ARM: dts: colibri-imx6ull: Change drive strength for usdhc2

Sebastian Reichel (4):
      ARM: dts: imx: Mark IIM as syscon on i.MX51/i.MX53
      ARM: dts: imx6q-ba16: add USB OTG VBUS enable GPIO
      ARM: dts: imx6q-ba16: improve PHY information
      ARM: dts: imx: bx50v3: i2c GPIOs are open drain

Serge Semin (1):
      ARM: dts: ls1021a: Harmonize DWC USB3 DT nodes name

Stefan Riedmueller (2):
      ARM: dts: imx6: pfla02: Fix USB vbus enable pinmuxing
      ARM: dts: imx6: pbab01: Set USB OTG port to peripheral

Tim Harvey (1):
      ARM: dts: imx6qdl-gw*: Remove unnecessary #address-cells/#size-cells

 arch/arm/boot/dts/Makefile                   |   1 +
 arch/arm/boot/dts/imx50-kobo-aura.dts        |  16 ++-
 arch/arm/boot/dts/imx51.dtsi                 |   2 +-
 arch/arm/boot/dts/imx53-qsb-common.dtsi      |   2 +
 arch/arm/boot/dts/imx53.dtsi                 |   2 +-
 arch/arm/boot/dts/imx6dl-plybas.dts          |   6 +-
 arch/arm/boot/dts/imx6q-b450v3.dts           |   5 +
 arch/arm/boot/dts/imx6q-b650v3.dts           |   5 +
 arch/arm/boot/dts/imx6q-b850v3.dts           |   5 +
 arch/arm/boot/dts/imx6q-ba16.dtsi            |  21 ++++
 arch/arm/boot/dts/imx6q-bx50v3.dtsi          |  12 +--
 arch/arm/boot/dts/imx6qdl-gw52xx.dtsi        |   2 -
 arch/arm/boot/dts/imx6qdl-gw53xx.dtsi        |   2 -
 arch/arm/boot/dts/imx6qdl-gw54xx.dtsi        |   2 -
 arch/arm/boot/dts/imx6qdl-gw551x.dtsi        |   2 -
 arch/arm/boot/dts/imx6qdl-gw552x.dtsi        |   2 -
 arch/arm/boot/dts/imx6qdl-gw560x.dtsi        |   2 -
 arch/arm/boot/dts/imx6qdl-gw5903.dtsi        |   2 -
 arch/arm/boot/dts/imx6qdl-gw5904.dtsi        |   2 -
 arch/arm/boot/dts/imx6qdl-gw5907.dtsi        |   2 -
 arch/arm/boot/dts/imx6qdl-gw5910.dtsi        |   2 -
 arch/arm/boot/dts/imx6qdl-gw5912.dtsi        |   2 -
 arch/arm/boot/dts/imx6qdl-gw5913.dtsi        |   2 -
 arch/arm/boot/dts/imx6qdl-phytec-pbab01.dtsi |   6 +-
 arch/arm/boot/dts/imx6qdl-phytec-pfla02.dtsi |  38 +++----
 arch/arm/boot/dts/imx6qdl-ts7970.dtsi        |   1 -
 arch/arm/boot/dts/imx6qdl-wandboard.dtsi     |  24 ++++-
 arch/arm/boot/dts/imx6sl-tolino-shine2hd.dts |   7 +-
 arch/arm/boot/dts/imx6ull-colibri.dtsi       |  12 +--
 arch/arm/boot/dts/imx7d-mba7.dts             |   2 -
 arch/arm/boot/dts/imx7d-remarkable2.dts      | 146 +++++++++++++++++++++++++++
 arch/arm/boot/dts/ls1021a.dtsi               |   3 +-
 32 files changed, 270 insertions(+), 70 deletions(-)
 create mode 100644 arch/arm/boot/dts/imx7d-remarkable2.dts

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

  parent reply	other threads:[~2021-03-31  4:10 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-03-31  4:10 [GIT PULL 1/6] i.MX drivers change for 5.13 Shawn Guo
2021-03-31  4:10 ` Shawn Guo
2021-03-31  4:10 ` [GIT PULL 2/6] i.MX SoC update " Shawn Guo
2021-03-31  4:10   ` Shawn Guo
2021-04-01 21:07   ` Arnd Bergmann
2021-04-01 21:07     ` Arnd Bergmann
2021-03-31  4:10 ` [GIT PULL 3/6] i.MX DT bindings " Shawn Guo
2021-03-31  4:10   ` Shawn Guo
2021-04-01 20:15   ` Arnd Bergmann
2021-04-01 20:15     ` Arnd Bergmann
2021-03-31  4:10 ` Shawn Guo [this message]
2021-03-31  4:10   ` [GIT PULL 4/6] i.MX device tree change " Shawn Guo
2021-04-01 20:15   ` Arnd Bergmann
2021-04-01 20:15     ` Arnd Bergmann
2021-03-31  4:10 ` [GIT PULL 5/6] i.MX arm64 device tree update " Shawn Guo
2021-03-31  4:10   ` Shawn Guo
2021-04-01 20:15   ` Arnd Bergmann
2021-04-01 20:15     ` Arnd Bergmann
2021-03-31  4:10 ` [GIT PULL 6/6] i.MX defconfig change " Shawn Guo
2021-03-31  4:10   ` Shawn Guo
2021-04-01 21:06   ` Arnd Bergmann
2021-04-01 21:06     ` Arnd Bergmann
2021-04-01 19:24 ` [GIT PULL 1/6] i.MX drivers " Arnd Bergmann
2021-04-01 19:24   ` 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=20210331041019.31345-4-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