public inbox for soc@kernel.org
 help / color / mirror / Atom feed
From: Shawn Guo <shawnguo2@yeah.net>
To: soc@kernel.org, arm@kernel.org
Cc: Shawn Guo <shawnguo@kernel.org>,
	Fabio Estevam <festevam@gmail.com>,
	kernel@pengutronix.de, imx@lists.linux.dev,
	linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL 3/5] i.MX ARM device tree changes for 6.20
Date: Tue, 20 Jan 2026 09:12:16 +0800	[thread overview]
Message-ID: <20260120011221.4387-3-shawnguo2@yeah.net> (raw)
In-Reply-To: <20260120011221.4387-1-shawnguo2@yeah.net>

From: Shawn Guo <shawnguo@kernel.org>

The following changes since commit 8f0b4cce4481fb22653697cced8d0d04027cb1e8:

  Linux 6.19-rc1 (2025-12-14 16:05:07 +1200)

are available in the Git repository at:

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

for you to fetch changes up to f325a91895d8a9167a7f1268569c1877272f897c:

  ARM: dts: imx: e60k02: add tps65185 (2026-01-18 10:11:38 +0800)

----------------------------------------------------------------
i.MX ARM device tree changes for 6.20:

- A few changes from Andreas Kemnade to correct LCDIF compatible
  for i.MX6SL/i.MX6SLL, add EPD regulator for imx6sll-kobo-clara2e,
  support TPS65185 for tolino-shine2 and e60k02
- A series from Frank Li to clean up GPMI CHECK_DTB warnings
- A change from Alexander Stein to add default GIC address cells
  for imx6qdl
- A change from Josua Mayer to add EPD PMIC for imx50-kobo-aura

----------------------------------------------------------------
Alexander Stein (1):
      ARM: dts: imx6qdl: Add default GIC address cells

Andreas Kemnade (5):
      ARM: dts: imx: imx6sll: fix lcdif compatible
      ARM: dts: imx: imx6sll-kobo-clara2e: add regulator for EPD
      ARM: dts: imx: imx6sl: fix lcdif compatible
      ARM: dts: imx: tolino-shine2: add tps65185
      ARM: dts: imx: e60k02: add tps65185

Frank Li (3):
      ARM: dts: imx6qdl: add '#address-cells' and '#size-cells' for gpmi-nand
      ARM: dts: imx6sx: update gpmi #size-cells to 0
      ARM: dts: imx: move nand related property under nand@0

Josua Mayer (1):
      ARM: dts: imx50-kobo-aura: add epd pmic description

 arch/arm/boot/dts/nxp/imx/e60k02.dtsi              | 35 ++++++++++++-
 arch/arm/boot/dts/nxp/imx/imx50-kobo-aura.dts      | 60 ++++++++++++++++++++-
 arch/arm/boot/dts/nxp/imx/imx6-logicpd-som.dtsi    |  6 ++-
 arch/arm/boot/dts/nxp/imx/imx6qdl-icore.dtsi       |  6 ++-
 .../boot/dts/nxp/imx/imx6qdl-phytec-pfla02.dtsi    |  6 ++-
 .../dts/nxp/imx/imx6qdl-phytec-phycore-som.dtsi    |  6 ++-
 arch/arm/boot/dts/nxp/imx/imx6qdl-skov-cpu.dtsi    |  6 ++-
 arch/arm/boot/dts/nxp/imx/imx6qdl-tx6.dtsi         |  6 ++-
 arch/arm/boot/dts/nxp/imx/imx6qdl.dtsi             |  3 ++
 .../boot/dts/nxp/imx/imx6sl-tolino-shine2hd.dts    | 55 ++++++++++++++++++-
 arch/arm/boot/dts/nxp/imx/imx6sl-tolino-shine3.dts | 26 +++++++++
 arch/arm/boot/dts/nxp/imx/imx6sl.dtsi              |  2 +-
 .../boot/dts/nxp/imx/imx6sll-kobo-clara2e-b.dts    | 61 +++++++++++++++++++++-
 arch/arm/boot/dts/nxp/imx/imx6sll-kobo-clarahd.dts | 26 +++++++++
 arch/arm/boot/dts/nxp/imx/imx6sll.dtsi             |  2 +-
 arch/arm/boot/dts/nxp/imx/imx6sx.dtsi              |  2 +-
 arch/arm/boot/dts/nxp/imx/imx6ul-geam.dts          |  6 ++-
 arch/arm/boot/dts/nxp/imx/imx6ul-isiot.dtsi        |  6 ++-
 .../dts/nxp/imx/imx6ul-phytec-phycore-som.dtsi     |  6 ++-
 arch/arm/boot/dts/nxp/imx/imx6ul-tx6ul.dtsi        |  6 ++-
 arch/arm/boot/dts/nxp/imx/imx6ull-colibri.dtsi     | 12 +++--
 .../boot/dts/nxp/imx/imx6ull-engicam-microgea.dtsi | 12 +++--
 .../boot/dts/nxp/imx/imx6ull-myir-mys-6ulx.dtsi    |  6 ++-
 arch/arm/boot/dts/nxp/imx/imx6ulz-bsh-smm-m2.dts   |  6 ++-
 arch/arm/boot/dts/nxp/imx/imx7-colibri.dtsi        |  8 ++-
 25 files changed, 347 insertions(+), 29 deletions(-)


  parent reply	other threads:[~2026-01-20  1:15 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-01-20  1:12 [GIT PULL 1/5] i.MX drivers changes for 6.20 Shawn Guo
2026-01-20  1:12 ` [GIT PULL 2/5] i.MX dt-bindgings " Shawn Guo
2026-01-20  1:12 ` Shawn Guo [this message]
2026-01-20  1:12 ` [GIT PULL 4/5] i.MX arm64 device tree " Shawn Guo
2026-01-20  1:12 ` [GIT PULL 5/5] i.MX defconfig " Shawn Guo
2026-01-21 16:00 ` [GIT PULL 1/5] i.MX drivers " patchwork-bot+linux-soc

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=20260120011221.4387-3-shawnguo2@yeah.net \
    --to=shawnguo2@yeah.net \
    --cc=arm@kernel.org \
    --cc=festevam@gmail.com \
    --cc=imx@lists.linux.dev \
    --cc=kernel@pengutronix.de \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=shawnguo@kernel.org \
    --cc=soc@kernel.org \
    /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