mbox series

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

Message ID cc0a3af0-b1b1-dbe1-f553-cf58a1c63d0b@baylibre.com (mailing list archive)
State Mainlined, archived
Commit ecff7bab5c9c2e2b6f5739b328347e08415879ec
Headers show
Series [GIT,PULL] arm64: dts: amlogic updates for v5.16 | expand

Pull-request

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

Message

Neil Armstrong Oct. 7, 2021, 9:46 a.m. UTC
Hi,

Here's a set of Amlogic ARM64 DT changes for v5.16, adding three new Boards:
- Radxa Zero
- Jethub D1 & H1 home automation controllers
with the corresponding bindings and some misc DT fixes & additions.

Neil

The following changes since commit 6880fa6c56601bb8ed59df6c30fd390cc5f6dd8f:

  Linux 5.15-rc1 (2021-09-12 16:28:37 -0700)

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

for you to fetch changes up to ecff7bab5c9c2e2b6f5739b328347e08415879ec:

  arm64: dts: meson-g12b-odroid-n2: add 5v regulator gpio (2021-09-21 09:24:14 +0200)

----------------------------------------------------------------
Amlogic ARM64 DT changes for v5.16:
- New Boards (with bindings):
  - Radxa Zero
  - Jethub D1 & H1 home automation controllers
- Misc Changes:
  - add Ethernet PHY reset line for ODROID-C4/HC4
  - add audio playback nodes to rbox-pro
  - Fix the pwm regulator supply properties
  - meson-g12b-odroid-n2: add missing 5v regulator gpio

----------------------------------------------------------------
Anand Moon (4):
      arm64: dts: meson-g12a: Fix the pwm regulator supply properties
      arm64: dts: meson-g12b: Fix the pwm regulator supply properties
      arm64: dts: meson-sm1: Fix the pwm regulator supply properties
      arm64: dts: meson-g12b-odroid-n2: add 5v regulator gpio

Christian Hewitt (3):
      dt-bindings: arm: amlogic: add support for Radxa Zero
      arm64: dts: amlogic: add support for Radxa Zero
      arm64: dts: meson: add audio playback to rbox-pro

Dongjin Kim (1):
      arm64: dts: meson: sm1: add Ethernet PHY reset line for ODROID-C4/HC4

Vyacheslav Bocharov (4):
      dt-bindings: arm: amlogic: add bindings for Jethub D1/H1
      dt-bindings: vendor-prefixes: add jethome prefix
      arm64: dts: meson-gxl: add support for JetHub H1
      arm64: dts: meson-axg: add support for JetHub D1

 Documentation/devicetree/bindings/arm/amlogic.yaml |   3 +
 .../devicetree/bindings/vendor-prefixes.yaml       |   2 +
 arch/arm64/boot/dts/amlogic/Makefile               |   3 +
 .../dts/amlogic/meson-axg-jethome-jethub-j100.dts  | 362 ++++++++++++++++++
 .../boot/dts/amlogic/meson-g12a-radxa-zero.dts     | 405 +++++++++++++++++++++
 arch/arm64/boot/dts/amlogic/meson-g12a-sei510.dts  |   2 +-
 arch/arm64/boot/dts/amlogic/meson-g12a-u200.dts    |   2 +-
 arch/arm64/boot/dts/amlogic/meson-g12a-x96-max.dts |   2 +-
 .../boot/dts/amlogic/meson-g12b-khadas-vim3.dtsi   |   4 +-
 .../boot/dts/amlogic/meson-g12b-odroid-n2.dtsi     |   6 +-
 arch/arm64/boot/dts/amlogic/meson-g12b-w400.dtsi   |   4 +-
 .../amlogic/meson-gxl-s905w-jethome-jethub-j80.dts | 241 ++++++++++++
 arch/arm64/boot/dts/amlogic/meson-gxm-rbox-pro.dts |  61 ++++
 .../boot/dts/amlogic/meson-sm1-bananapi-m5.dts     |   2 +-
 .../boot/dts/amlogic/meson-sm1-khadas-vim3l.dts    |   2 +-
 arch/arm64/boot/dts/amlogic/meson-sm1-odroid.dtsi  |   6 +-
 arch/arm64/boot/dts/amlogic/meson-sm1-sei610.dts   |   2 +-
 17 files changed, 1096 insertions(+), 13 deletions(-)
 create mode 100644 arch/arm64/boot/dts/amlogic/meson-axg-jethome-jethub-j100.dts
 create mode 100644 arch/arm64/boot/dts/amlogic/meson-g12a-radxa-zero.dts
 create mode 100644 arch/arm64/boot/dts/amlogic/meson-gxl-s905w-jethome-jethub-j80.dts

Comments

Arnd Bergmann Oct. 11, 2021, 10:11 p.m. UTC | #1
From: Arnd Bergmann <arnd@arndb.de>

On Thu, 7 Oct 2021 11:46:33 +0200, Neil Armstrong wrote:
> Here's a set of Amlogic ARM64 DT changes for v5.16, adding three new Boards:
> - Radxa Zero
> - Jethub D1 & H1 home automation controllers
> with the corresponding bindings and some misc DT fixes & additions.
> 
> Neil
> 
> The following changes since commit 6880fa6c56601bb8ed59df6c30fd390cc5f6dd8f:
> 
> [...]

Merged into arm/dt, thanks!

merge commit: 1649069312dc08fe19573cdfb194a22c6693b816

       Arnd