mbox series

[GIT,PULL] amlogic ARM64 DT updates for v6.1

Message ID d0079686-40ae-58b2-e58b-c8dc6361d7f0@baylibre.com (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] amlogic ARM64 DT updates for v6.1 | expand

Pull-request

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

Message

Neil Armstrong Sept. 5, 2022, 1:54 p.m. UTC
Hi,

Here's a set of Amlogic ARM64 DT changes for v6.1, with 2 new boards:
- Beelink GT1 Ultimate TV box
- JetHub D1p, DIN Rail Automation Controller

+ fixups with removal of invalid 'enable-active-low' on SM1 & G12A boards

Neil

The following changes since commit 568035b01cfb107af8d2e4bd2fb9aea22cf5b868:

   Linux 6.0-rc1 (2022-08-14 15:50:18 -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-v6.1

for you to fetch changes up to 5b3a87a5c4f20da682d50dbaf8c4aa357cfd0d2d:

   arm64: dts: meson: add support for Beelink GT1 Ultimate (2022-09-05 09:25:59 +0200)

----------------------------------------------------------------
Amlogic ARM64 DT changes for v6.1:
- add Bindings & DT for Beelink GT1 Ultimate
- Remove invalid 'enable-active-low' on SM1 & G12A boards
- add Bindings & DT for the new JetHub D1p

----------------------------------------------------------------
Christian Hewitt (2):
       dt-bindings: arm: amlogic: add Beelink GT1 Ultimate binding
       arm64: dts: meson: add support for Beelink GT1 Ultimate

Fabio Estevam (2):
       arm64: dts: meson-g12a: Remove 'enable-active-low'
       arm64: dts: meson-sm1-sei610: Remove 'enable-active-low'

Vyacheslav Bocharov (2):
       arm64: dts: meson-axg: add support for JetHub D1p (j110)
       dt-bindings: arm: amlogic: add bindings for Jethub D1p (j110)

  Documentation/devicetree/bindings/arm/amlogic.yaml |   2 +
  arch/arm64/boot/dts/amlogic/Makefile               |   3 +
  .../dts/amlogic/meson-axg-jethome-jethub-j100.dts  | 338 +-------------------
  .../meson-axg-jethome-jethub-j110-rev-2.dts        |  37 +++
  .../meson-axg-jethome-jethub-j110-rev-3.dts        |  27 ++
  .../dts/amlogic/meson-axg-jethome-jethub-j1xx.dtsi | 351 +++++++++++++++++++++
  arch/arm64/boot/dts/amlogic/meson-g12a-x96-max.dts |   1 -
  .../boot/dts/amlogic/meson-gxm-gt1-ultimate.dts    |  91 ++++++
  arch/arm64/boot/dts/amlogic/meson-sm1-sei610.dts   |   1 -
  9 files changed, 515 insertions(+), 336 deletions(-)
  create mode 100644 arch/arm64/boot/dts/amlogic/meson-axg-jethome-jethub-j110-rev-2.dts
  create mode 100644 arch/arm64/boot/dts/amlogic/meson-axg-jethome-jethub-j110-rev-3.dts
  create mode 100644 arch/arm64/boot/dts/amlogic/meson-axg-jethome-jethub-j1xx.dtsi
  create mode 100644 arch/arm64/boot/dts/amlogic/meson-gxm-gt1-ultimate.dts