From: Neil Armstrong <narmstrong@baylibre.com>
To: soc@kernel.org, arm@kernel.org
Cc: linux-arm-kernel@lists.infradead.org, linux-amlogic@lists.infradead.org
Subject: [GIT PULL] arm64: dts: amlogic updates for v5.18
Date: Mon, 21 Feb 2022 12:38:47 +0100 [thread overview]
Message-ID: <a7cd9937-d441-3e1f-9709-8e80cc8814f1@baylibre.com> (raw)
Hi,
Here's a set of Amlogic ARM64 DT changes for v5.18.
Notably, this adds 5 new board and a new SoC family from Amlogic, and minor additions.
Neil
The following changes since commit 0a62b3cc0af9322e650fe89bea0bacdedf01960a:
arm64: dts: meson: p241: add sound support (2021-12-01 10:27:13 +0100)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/amlogic/linux.git tags/amlogic-arm64-dt-for-v5.18
for you to fetch changes up to d926a4fe25338e120ab49547de9707dc6e5e5824:
arm64: dts: meson: add support for OSMC Vero 4K+ (2022-02-21 09:23:08 +0100)
----------------------------------------------------------------
Amlogic ARM64 DT changes for v5.18:
- New Boards:
- Amediatek X96-AIR (Amlogic S905X3)
- CYX A95XF3-AIR (Amlogic S905X3)
- Haochuangy H96-Max (Amlogic S905X3)
- Amlogic AQ222 (Amlogic S4)
- OSMC Vero 4K+ (Amlogic S905D)
- Initial support for Amlogic S4
- Support for uart_ao_b & pwm_f on G12 SoCs
----------------------------------------------------------------
Artem Lapkin (1):
arm64: dts: meson-sm1: add spdifin and pdifout nodes
Christian Hewitt (12):
arm64: dts: meson: add common SM1 ac2xx dtsi
dt-bindings: arm: amlogic: add X96-AIR bindings
arm64: dts: meson: add initial device-trees for X96-AIR
dt-bindings: vendor-prefixes: add cyx prefix
dt-bindings: arm: amlogic: add A95XF3-AIR bindings
arm64: dts: meson: add initial device-trees for A95XF3-AIR
dt-bindings: vendor-prefixes: add haochuangyi prefix
dt-bindings: arm: amlogic: add H96-Max bindings
arm64: dts: meson: add initial device-tree for H96-Max
dt-bindings: vendor-prefixes: add osmc prefix
dt-bindings: arm: amlogic: add Vero 4K+ bindings
arm64: dts: meson: add support for OSMC Vero 4K+
Gary Bisson (2):
arm64: dts: meson-g12-common: add more pwm_f options
arm64: dts: meson-g12-common: add uart_ao_b pins muxing
Xianwei Zhao (2):
dt-bindings: arm: amlogic: add S4 based AQ222 bindings
arm64: dts: add support for S4 based Amlogic AQ222
Documentation/devicetree/bindings/arm/amlogic.yaml | 12 +
.../devicetree/bindings/vendor-prefixes.yaml | 6 +
arch/arm64/boot/dts/amlogic/Makefile | 7 +
arch/arm64/boot/dts/amlogic/meson-g12-common.dtsi | 43 +++
.../dts/amlogic/meson-gxl-s905d-vero4k-plus.dts | 117 ++++++++
.../boot/dts/amlogic/meson-s4-s805x2-aq222.dts | 30 +++
arch/arm64/boot/dts/amlogic/meson-s4.dtsi | 99 +++++++
.../boot/dts/amlogic/meson-sm1-a95xf3-air-gbit.dts | 129 +++++++++
.../boot/dts/amlogic/meson-sm1-a95xf3-air.dts | 108 ++++++++
arch/arm64/boot/dts/amlogic/meson-sm1-ac2xx.dtsi | 300 +++++++++++++++++++++
arch/arm64/boot/dts/amlogic/meson-sm1-h96-max.dts | 145 ++++++++++
.../boot/dts/amlogic/meson-sm1-x96-air-gbit.dts | 133 +++++++++
arch/arm64/boot/dts/amlogic/meson-sm1-x96-air.dts | 112 ++++++++
arch/arm64/boot/dts/amlogic/meson-sm1.dtsi | 27 ++
14 files changed, 1268 insertions(+)
create mode 100644 arch/arm64/boot/dts/amlogic/meson-gxl-s905d-vero4k-plus.dts
create mode 100644 arch/arm64/boot/dts/amlogic/meson-s4-s805x2-aq222.dts
create mode 100644 arch/arm64/boot/dts/amlogic/meson-s4.dtsi
create mode 100644 arch/arm64/boot/dts/amlogic/meson-sm1-a95xf3-air-gbit.dts
create mode 100644 arch/arm64/boot/dts/amlogic/meson-sm1-a95xf3-air.dts
create mode 100644 arch/arm64/boot/dts/amlogic/meson-sm1-ac2xx.dtsi
create mode 100644 arch/arm64/boot/dts/amlogic/meson-sm1-h96-max.dts
create mode 100644 arch/arm64/boot/dts/amlogic/meson-sm1-x96-air-gbit.dts
create mode 100644 arch/arm64/boot/dts/amlogic/meson-sm1-x96-air.dts
_______________________________________________
linux-amlogic mailing list
linux-amlogic@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-amlogic
next reply other threads:[~2022-02-21 11:39 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-02-21 11:38 Neil Armstrong [this message]
2022-02-28 15:16 ` 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=a7cd9937-d441-3e1f-9709-8e80cc8814f1@baylibre.com \
--to=narmstrong@baylibre.com \
--cc=arm@kernel.org \
--cc=linux-amlogic@lists.infradead.org \
--cc=linux-arm-kernel@lists.infradead.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
all inboxes | Powered by JetHome®