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 4/6] i.MX device tree change for 5.12
Date: Thu, 4 Feb 2021 20:01:48 +0800 [thread overview]
Message-ID: <20210204120150.26186-4-shawnguo@kernel.org> (raw)
In-Reply-To: <20210204120150.26186-1-shawnguo@kernel.org>
Hi,
Tag imx-fixes-5.11-2 is merged into the branch to resolve some
dependency around imx6-sr-som board support.
Shawn
The following changes since commit 82c082784e03a9a9c043345f9bc04bc8254cf6da:
firmware: imx: select SOC_BUS to fix firmware build (2021-01-18 15:49:07 +0800)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-dt-5.12
for you to fetch changes up to 498f8aee6ec000392d918ecbcbeb1b5ee3132006:
ARM: dts: imx6: RDU2: adjust audio devices nomenclature (2021-01-30 21:52:31 +0800)
----------------------------------------------------------------
i.MX device tree change for 5.12:
- A series from Oleksij Rempel to add i.MX6 based Plymovent, Protonic
and Kverneland boards.
- A series from Andreas Kemnade to improve UART support for ebook
readers.
- A series from Fabio Estevam to update imx6ul-14x14-evk device tree for
adding GPIO expander and camera support.
- A patch set from Lucas Stach to improve ZII RDU2 support, enabling
WDOG, tuning I2C drive-strength, RMI4 and UCS1002 ALERT.
- Other small and random updates on various boards.
----------------------------------------------------------------
Adam Ford (1):
ARM: dts: imx6q-logicpd: Drop unused clock-names reference
Andreas Kemnade (4):
ARM: dts: imx6sl-tolino-shine2hd: correct console uart pinmux
ARM: dts: imx6sl-tolino-shine2hd: add second uart
ARM: dts: imx6sl-tolino-shine3: correct console uart pinmux
ARM: dts: imx: e60k02: add second uart
Cory Tusar (1):
ARM: dts: imx6: RDU2: adjust audio devices nomenclature
Fabio Estevam (4):
ARM: dts: imx6ul-14x14-evk: Fix SPI chipselect polarity
ARM: dts: imx6ul-14x14-evk: Enable the GPIO expander
ARM: dts: imx6ul-14x14-evk: Describe the KSZ8081 reset
ARM: dts: imx6ul-14x14-evk: Add camera support
Joakim Zhang (1):
ARM: dts: imx6: add wakeup support via magic packet
Laurent Pinchart (1):
ARM: dts: imx6q(dl): Move 'port' nodes under 'ports' for HDMI encoder
Lucas Stach (3):
ARM: dts: imx6: RDU2: reduce i2c drive-strength
ARM: dts: imx6: RDU2: enable RMI4 reduced reporting
ARM: dts: imx6: RDU2: only trigger IRQ on falling edge ucs1002 ALERT pin
Mans Rullgard (1):
ARM: dts: imx28: add pinmux for USB1 overcurrent on pwm2
Marek Vasut (1):
ARM: dts: imx7: Mark timer with arm,cpu-registers-not-fw-configured
Oleksij Rempel (6):
ARM: dts: add Plymovent M2M board
ARM: dts: add Plymovent BAS board
ARM: dts: add Protonic MVT board
ARM: dts: add Protonic PRTI6G board
ARM: dts: add Kverneland UT1, UT1Q and UT1P
ARM: dts: add Kverneland TGO board
Philipp Zabel (1):
ARM: dts: imx6: rdu2: enable WDOG1
Russell King (1):
ARM: dts: imx6-sr-som: increase at8035 PHY gigabit Tw parameter
Shawn Guo (1):
Merge tag 'imx-fixes-5.11-2' into imx/dt
arch/arm/boot/dts/Makefile | 8 +
arch/arm/boot/dts/e60k02.dtsi | 6 +
arch/arm/boot/dts/imx28.dtsi | 10 +
arch/arm/boot/dts/imx6-logicpd-baseboard.dtsi | 1 -
arch/arm/boot/dts/imx6dl-plybas.dts | 394 ++++++++++++
arch/arm/boot/dts/imx6dl-plym2m.dts | 446 ++++++++++++++
arch/arm/boot/dts/imx6dl-prtmvt.dts | 852 ++++++++++++++++++++++++++
arch/arm/boot/dts/imx6dl-victgo.dts | 852 ++++++++++++++++++++++++++
arch/arm/boot/dts/imx6dl-vicut1.dts | 13 +
arch/arm/boot/dts/imx6q-vicut1.dts | 17 +
arch/arm/boot/dts/imx6q.dtsi | 20 +-
arch/arm/boot/dts/imx6qdl-sabreauto.dtsi | 1 +
arch/arm/boot/dts/imx6qdl-sr-som.dtsi | 2 +
arch/arm/boot/dts/imx6qdl-vicut1.dtsi | 803 ++++++++++++++++++++++++
arch/arm/boot/dts/imx6qdl-zii-rdu2.dtsi | 42 +-
arch/arm/boot/dts/imx6qdl.dtsi | 25 +-
arch/arm/boot/dts/imx6qp-vicutp.dts | 13 +
arch/arm/boot/dts/imx6sl-tolino-shine2hd.dts | 18 +-
arch/arm/boot/dts/imx6sl-tolino-shine3.dts | 15 +-
arch/arm/boot/dts/imx6sll-kobo-clarahd.dts | 13 +-
arch/arm/boot/dts/imx6sx-sdb.dtsi | 2 +
arch/arm/boot/dts/imx6ul-14x14-evk.dtsi | 54 +-
arch/arm/boot/dts/imx6ul-prti6g.dts | 356 +++++++++++
arch/arm/boot/dts/imx6ul.dtsi | 2 +
arch/arm/boot/dts/imx7s.dtsi | 1 +
25 files changed, 3917 insertions(+), 49 deletions(-)
create mode 100644 arch/arm/boot/dts/imx6dl-plybas.dts
create mode 100644 arch/arm/boot/dts/imx6dl-plym2m.dts
create mode 100644 arch/arm/boot/dts/imx6dl-prtmvt.dts
create mode 100644 arch/arm/boot/dts/imx6dl-victgo.dts
create mode 100644 arch/arm/boot/dts/imx6dl-vicut1.dts
create mode 100644 arch/arm/boot/dts/imx6q-vicut1.dts
create mode 100644 arch/arm/boot/dts/imx6qdl-vicut1.dtsi
create mode 100644 arch/arm/boot/dts/imx6qp-vicutp.dts
create mode 100644 arch/arm/boot/dts/imx6ul-prti6g.dts
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
next prev parent reply other threads:[~2021-02-04 12:03 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-02-04 12:01 [GIT PULL 1/6] i.MX drivers change for 5.12 Shawn Guo
2021-02-04 12:01 ` [GIT PULL 2/6] i.MX SoC update " Shawn Guo
2021-02-09 23:10 ` Arnd Bergmann
2021-02-04 12:01 ` [GIT PULL 3/6] i.MX DT bindings " Shawn Guo
2021-02-09 23:06 ` Arnd Bergmann
2021-02-04 12:01 ` Shawn Guo [this message]
2021-02-09 23:06 ` [GIT PULL 4/6] i.MX device tree change " Arnd Bergmann
2021-02-04 12:01 ` [GIT PULL 5/6] i.MX arm64 device tree update " Shawn Guo
2021-02-09 23:06 ` Arnd Bergmann
2021-02-04 12:01 ` [GIT PULL 6/6] i.MX defconfig " Shawn Guo
2021-02-09 15:13 ` Arnd Bergmann
2021-02-09 23:19 ` [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=20210204120150.26186-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;
as well as URLs for NNTP newsgroup(s).