* [GIT PULL] arm64: dts: amlogic updates for v5.18
@ 2022-02-21 11:38 Neil Armstrong
2022-02-28 15:16 ` Arnd Bergmann
0 siblings, 1 reply; 2+ messages in thread
From: Neil Armstrong @ 2022-02-21 11:38 UTC (permalink / raw)
To: soc, arm; +Cc: linux-arm-kernel, linux-amlogic
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
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [GIT PULL] arm64: dts: amlogic updates for v5.18
2022-02-21 11:38 [GIT PULL] arm64: dts: amlogic updates for v5.18 Neil Armstrong
@ 2022-02-28 15:16 ` Arnd Bergmann
0 siblings, 0 replies; 2+ messages in thread
From: Arnd Bergmann @ 2022-02-28 15:16 UTC (permalink / raw)
To: arm, Neil Armstrong, soc; +Cc: Arnd Bergmann, linux-arm-kernel, linux-amlogic
From: Arnd Bergmann <arnd@arndb.de>
On Mon, 21 Feb 2022 12:38:47 +0100, Neil Armstrong wrote:
> 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:
>
> [...]
Merged into arm/dt, thanks!
merge commit: 3b364358cb9e46ec4a3c9d75f1b4ec8ec863f6e7
Arnd
_______________________________________________
linux-amlogic mailing list
linux-amlogic@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-amlogic
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-02-28 15:19 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-21 11:38 [GIT PULL] arm64: dts: amlogic updates for v5.18 Neil Armstrong
2022-02-28 15:16 ` Arnd Bergmann
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®