mbox series

[GIT,PULL] arm64: dts: amlogic updates for v5.17

Message ID f47b9b95-6cde-d2f8-eb36-78777d449920@baylibre.com (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] arm64: dts: amlogic updates for v5.17 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/amlogic/linux.git tags/amlogic-arm64-dt-for-v5.17

Message

Neil Armstrong Dec. 13, 2021, 1:28 p.m. UTC
Hi,

Here's a set of Amlogic ARM64 DT changes for v5.17, with minor fixes and additions.

Neil

The following changes since commit fa55b7dcdc43c1aa1ba12bca9d2dd4318c2a0dbf:

  Linux 5.16-rc1 (2021-11-14 13:56:52 -0800)

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.17

for you to fetch changes up to 0a62b3cc0af9322e650fe89bea0bacdedf01960a:

  arm64: dts: meson: p241: add sound support (2021-12-01 10:27:13 +0100)

----------------------------------------------------------------
Amlogic ARM64 DT changes for v5.17:
- Add missing cec nodes for Odroid-C4 & HC4
- Fix thermal-zones indent for G12/SM1 SoCs dtsi
- Fix GPU OPP table node name for G12/SM1 SoCs dtsi
- Fix SPI NOR Flash node name for Odroid-N2/N2+
- Fixes for GXBB Wetek boards:
 - Fix HDMI supply
 - Add missing gpio bindings include
 - Switch to new LED bindings
- P241 additions:
 - Add VCC 5v regulator
 - Add sound nodes

----------------------------------------------------------------
Alexander Stein (3):
      arm64: dts: amlogic: meson-g12: Fix thermal-zones indent
      arm64: dts: amlogic: meson-g12: Fix GPU operating point table node name
      arm64: dts: amlogic: Fix SPI NOR flash node name for ODROID N2/N2+

Christian Hewitt (3):
      arm64: dts: meson-gxbb-wetek: fix HDMI in early boot
      arm64: dts: meson-gxbb-wetek: fix missing GPIO binding
      arm64: dts: meson-gxbb-wetek: use updated LED bindings

Dmitry Shmidt (1):
      arm64: dts: meson-sm1-odroid: add cec nodes

Jerome Brunet (2):
      arm64: dts: meson: p241: add vcc_5v regulator
      arm64: dts: meson: p241: add sound support

 arch/arm64/boot/dts/amlogic/meson-g12-common.dtsi  | 112 ++++++++++-----------
 .../boot/dts/amlogic/meson-g12b-odroid-n2.dtsi     |   2 +-
 arch/arm64/boot/dts/amlogic/meson-gxbb-wetek.dtsi  |  10 +-
 .../boot/dts/amlogic/meson-gxl-s805x-p241.dts      |  83 +++++++++++++++
 arch/arm64/boot/dts/amlogic/meson-sm1-odroid.dtsi  |  14 +++
 5 files changed, 162 insertions(+), 59 deletions(-)

Comments

Arnd Bergmann Dec. 15, 2021, 9:49 a.m. UTC | #1
From: Arnd Bergmann <arnd@arndb.de>

On Mon, 13 Dec 2021 14:28:40 +0100, Neil Armstrong wrote:
> Here's a set of Amlogic ARM64 DT changes for v5.17, with minor fixes and additions.
> 
> Neil
> 
> The following changes since commit fa55b7dcdc43c1aa1ba12bca9d2dd4318c2a0dbf:
> 
>   Linux 5.16-rc1 (2021-11-14 13:56:52 -0800)
> 
> [...]

Merged into arm/dt, thanks!

merge commit: 1c8e994f16b79f08c565b11e617afc07225eecf0

       Arnd