All of lore.kernel.org
 help / color / mirror / Atom feed
From: Neil Armstrong <neil.armstrong@linaro.org>
To: soc@kernel.org, arm@kernel.org
Cc: linux-amlogic@lists.infradead.org, linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL] amlogic ARM64 DT updates for v6.8
Date: Thu, 21 Dec 2023 11:12:36 +0100	[thread overview]
Message-ID: <e38724be-c9f0-4916-bfd0-d20b316db2da@linaro.org> (raw)

Hi,

Here's a set of Amlogic ARM64 DT changes for v6.8, with cleanups
and a set of new HW support for the S4 and C4 Amlogic SoCs.

Neil

The following changes since commit b85ea95d086471afb4ad062012a4d73cd328fa86:

   Linux 6.7-rc1 (2023-11-12 16:19:07 -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-v6.8

for you to fetch changes up to eb54ef36282f670c704ed5af8593da62bebba80d:

   arm64: dts: amlogic: fix format for s4 uart node (2023-12-19 10:24:52 +0100)

----------------------------------------------------------------
Amlogic ARM64 DT changes for v6.8:
- DT cleanups
  - s4 uart node
  - drop redundant status=okay
  - minor whitespace cleanup around '='
- Watchdog nodes for S4 & C4 SoCs
- Clock, I2C, SPICC, NAND, Ethernet nodes for S4 And the AQ222 dev board
- Add EEPROM on the jethub-jxx boards
- Update of the amlogic,meson-gx-hhi-sysctrl bindings

----------------------------------------------------------------
Arseniy Krasnov (1):
       arm64: dts: amlogic: meson-axg: pinctrl node for NAND

Huqiang Qin (2):
       arm64: dts: Add watchdog node for Amlogic C3 SoCs
       arm64: dts: Add watchdog node for Amlogic S4 SoCs

Krzysztof Kozlowski (2):
       arm64: dts: amlogic: minor whitespace cleanup around '='
       arm64: dts: amlogic: drop redundant status=okay

Neil Armstrong (1):
       dt-bindings: soc: amlogic,meson-gx-hhi-sysctrl: add example covering meson-axg-hhi-sysctrl

Viacheslav Bocharov (1):
       arm64: dts: meson-axg: jethub-jxx add support for EEPROM

Xianwei Zhao (3):
       arm64: dts: amlogic: add some device nodes for S4
       arm64: dts: amlogic: enable some nodes for board AQ222
       arm64: dts: amlogic: fix format for s4 uart node

  .../soc/amlogic/amlogic,meson-gx-hhi-sysctrl.yaml  |  33 ++
  arch/arm64/boot/dts/amlogic/amlogic-c3.dtsi        |   6 +
  .../meson-axg-jethome-jethub-j110-rev-2.dts        |  14 +-
  .../meson-axg-jethome-jethub-j110-rev-3.dts        |  12 +
  arch/arm64/boot/dts/amlogic/meson-axg-s400.dts     |   5 -
  arch/arm64/boot/dts/amlogic/meson-axg.dtsi         |  23 ++
  arch/arm64/boot/dts/amlogic/meson-g12a-sei510.dts  |   1 -
  arch/arm64/boot/dts/amlogic/meson-g12a-x96-max.dts |   1 -
  .../boot/dts/amlogic/meson-g12b-bananapi-cm4.dtsi  |   2 +-
  .../boot/dts/amlogic/meson-g12b-bananapi.dtsi      |   2 +-
  arch/arm64/boot/dts/amlogic/meson-g12b-gtking.dts  |   1 -
  .../boot/dts/amlogic/meson-g12b-ugoos-am6.dts      |   1 -
  .../arm64/boot/dts/amlogic/meson-gx-p23x-q20x.dtsi |   1 -
  arch/arm64/boot/dts/amlogic/meson-gxbb-kii-pro.dts |   1 -
  arch/arm64/boot/dts/amlogic/meson-gxbb-p200.dts    |   1 -
  .../boot/dts/amlogic/meson-gxbb-vega-s95.dtsi      |   1 -
  .../boot/dts/amlogic/meson-gxbb-wetek-play2.dts    |   1 -
  .../arm64/boot/dts/amlogic/meson-gxm-nexbox-a1.dts |   1 -
  arch/arm64/boot/dts/amlogic/meson-gxm-rbox-pro.dts |   1 -
  .../boot/dts/amlogic/meson-s4-s805x2-aq222.dts     |  60 +++-
  arch/arm64/boot/dts/amlogic/meson-s4.dtsi          | 360 ++++++++++++++++++++-
  arch/arm64/boot/dts/amlogic/meson-sm1-sei610.dts   |   1 -
  22 files changed, 504 insertions(+), 25 deletions(-)

-- 
Neil Armstrong <neil.armstrong@linaro.org>
Senior Software Engineer - Linaro Developer Services
https://linaro.org/services

WARNING: multiple messages have this Message-ID (diff)
From: Neil Armstrong <neil.armstrong@linaro.org>
To: soc@kernel.org, arm@kernel.org
Cc: linux-amlogic@lists.infradead.org, linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL] amlogic ARM64 DT updates for v6.8
Date: Thu, 21 Dec 2023 11:12:36 +0100	[thread overview]
Message-ID: <e38724be-c9f0-4916-bfd0-d20b316db2da@linaro.org> (raw)

Hi,

Here's a set of Amlogic ARM64 DT changes for v6.8, with cleanups
and a set of new HW support for the S4 and C4 Amlogic SoCs.

Neil

The following changes since commit b85ea95d086471afb4ad062012a4d73cd328fa86:

   Linux 6.7-rc1 (2023-11-12 16:19:07 -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-v6.8

for you to fetch changes up to eb54ef36282f670c704ed5af8593da62bebba80d:

   arm64: dts: amlogic: fix format for s4 uart node (2023-12-19 10:24:52 +0100)

----------------------------------------------------------------
Amlogic ARM64 DT changes for v6.8:
- DT cleanups
  - s4 uart node
  - drop redundant status=okay
  - minor whitespace cleanup around '='
- Watchdog nodes for S4 & C4 SoCs
- Clock, I2C, SPICC, NAND, Ethernet nodes for S4 And the AQ222 dev board
- Add EEPROM on the jethub-jxx boards
- Update of the amlogic,meson-gx-hhi-sysctrl bindings

----------------------------------------------------------------
Arseniy Krasnov (1):
       arm64: dts: amlogic: meson-axg: pinctrl node for NAND

Huqiang Qin (2):
       arm64: dts: Add watchdog node for Amlogic C3 SoCs
       arm64: dts: Add watchdog node for Amlogic S4 SoCs

Krzysztof Kozlowski (2):
       arm64: dts: amlogic: minor whitespace cleanup around '='
       arm64: dts: amlogic: drop redundant status=okay

Neil Armstrong (1):
       dt-bindings: soc: amlogic,meson-gx-hhi-sysctrl: add example covering meson-axg-hhi-sysctrl

Viacheslav Bocharov (1):
       arm64: dts: meson-axg: jethub-jxx add support for EEPROM

Xianwei Zhao (3):
       arm64: dts: amlogic: add some device nodes for S4
       arm64: dts: amlogic: enable some nodes for board AQ222
       arm64: dts: amlogic: fix format for s4 uart node

  .../soc/amlogic/amlogic,meson-gx-hhi-sysctrl.yaml  |  33 ++
  arch/arm64/boot/dts/amlogic/amlogic-c3.dtsi        |   6 +
  .../meson-axg-jethome-jethub-j110-rev-2.dts        |  14 +-
  .../meson-axg-jethome-jethub-j110-rev-3.dts        |  12 +
  arch/arm64/boot/dts/amlogic/meson-axg-s400.dts     |   5 -
  arch/arm64/boot/dts/amlogic/meson-axg.dtsi         |  23 ++
  arch/arm64/boot/dts/amlogic/meson-g12a-sei510.dts  |   1 -
  arch/arm64/boot/dts/amlogic/meson-g12a-x96-max.dts |   1 -
  .../boot/dts/amlogic/meson-g12b-bananapi-cm4.dtsi  |   2 +-
  .../boot/dts/amlogic/meson-g12b-bananapi.dtsi      |   2 +-
  arch/arm64/boot/dts/amlogic/meson-g12b-gtking.dts  |   1 -
  .../boot/dts/amlogic/meson-g12b-ugoos-am6.dts      |   1 -
  .../arm64/boot/dts/amlogic/meson-gx-p23x-q20x.dtsi |   1 -
  arch/arm64/boot/dts/amlogic/meson-gxbb-kii-pro.dts |   1 -
  arch/arm64/boot/dts/amlogic/meson-gxbb-p200.dts    |   1 -
  .../boot/dts/amlogic/meson-gxbb-vega-s95.dtsi      |   1 -
  .../boot/dts/amlogic/meson-gxbb-wetek-play2.dts    |   1 -
  .../arm64/boot/dts/amlogic/meson-gxm-nexbox-a1.dts |   1 -
  arch/arm64/boot/dts/amlogic/meson-gxm-rbox-pro.dts |   1 -
  .../boot/dts/amlogic/meson-s4-s805x2-aq222.dts     |  60 +++-
  arch/arm64/boot/dts/amlogic/meson-s4.dtsi          | 360 ++++++++++++++++++++-
  arch/arm64/boot/dts/amlogic/meson-sm1-sei610.dts   |   1 -
  22 files changed, 504 insertions(+), 25 deletions(-)

-- 
Neil Armstrong <neil.armstrong@linaro.org>
Senior Software Engineer - Linaro Developer Services
https://linaro.org/services

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

WARNING: multiple messages have this Message-ID (diff)
From: Neil Armstrong <neil.armstrong@linaro.org>
To: soc@kernel.org, arm@kernel.org
Cc: linux-amlogic@lists.infradead.org, linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL] amlogic ARM64 DT updates for v6.8
Date: Thu, 21 Dec 2023 11:12:36 +0100	[thread overview]
Message-ID: <e38724be-c9f0-4916-bfd0-d20b316db2da@linaro.org> (raw)

Hi,

Here's a set of Amlogic ARM64 DT changes for v6.8, with cleanups
and a set of new HW support for the S4 and C4 Amlogic SoCs.

Neil

The following changes since commit b85ea95d086471afb4ad062012a4d73cd328fa86:

   Linux 6.7-rc1 (2023-11-12 16:19:07 -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-v6.8

for you to fetch changes up to eb54ef36282f670c704ed5af8593da62bebba80d:

   arm64: dts: amlogic: fix format for s4 uart node (2023-12-19 10:24:52 +0100)

----------------------------------------------------------------
Amlogic ARM64 DT changes for v6.8:
- DT cleanups
  - s4 uart node
  - drop redundant status=okay
  - minor whitespace cleanup around '='
- Watchdog nodes for S4 & C4 SoCs
- Clock, I2C, SPICC, NAND, Ethernet nodes for S4 And the AQ222 dev board
- Add EEPROM on the jethub-jxx boards
- Update of the amlogic,meson-gx-hhi-sysctrl bindings

----------------------------------------------------------------
Arseniy Krasnov (1):
       arm64: dts: amlogic: meson-axg: pinctrl node for NAND

Huqiang Qin (2):
       arm64: dts: Add watchdog node for Amlogic C3 SoCs
       arm64: dts: Add watchdog node for Amlogic S4 SoCs

Krzysztof Kozlowski (2):
       arm64: dts: amlogic: minor whitespace cleanup around '='
       arm64: dts: amlogic: drop redundant status=okay

Neil Armstrong (1):
       dt-bindings: soc: amlogic,meson-gx-hhi-sysctrl: add example covering meson-axg-hhi-sysctrl

Viacheslav Bocharov (1):
       arm64: dts: meson-axg: jethub-jxx add support for EEPROM

Xianwei Zhao (3):
       arm64: dts: amlogic: add some device nodes for S4
       arm64: dts: amlogic: enable some nodes for board AQ222
       arm64: dts: amlogic: fix format for s4 uart node

  .../soc/amlogic/amlogic,meson-gx-hhi-sysctrl.yaml  |  33 ++
  arch/arm64/boot/dts/amlogic/amlogic-c3.dtsi        |   6 +
  .../meson-axg-jethome-jethub-j110-rev-2.dts        |  14 +-
  .../meson-axg-jethome-jethub-j110-rev-3.dts        |  12 +
  arch/arm64/boot/dts/amlogic/meson-axg-s400.dts     |   5 -
  arch/arm64/boot/dts/amlogic/meson-axg.dtsi         |  23 ++
  arch/arm64/boot/dts/amlogic/meson-g12a-sei510.dts  |   1 -
  arch/arm64/boot/dts/amlogic/meson-g12a-x96-max.dts |   1 -
  .../boot/dts/amlogic/meson-g12b-bananapi-cm4.dtsi  |   2 +-
  .../boot/dts/amlogic/meson-g12b-bananapi.dtsi      |   2 +-
  arch/arm64/boot/dts/amlogic/meson-g12b-gtking.dts  |   1 -
  .../boot/dts/amlogic/meson-g12b-ugoos-am6.dts      |   1 -
  .../arm64/boot/dts/amlogic/meson-gx-p23x-q20x.dtsi |   1 -
  arch/arm64/boot/dts/amlogic/meson-gxbb-kii-pro.dts |   1 -
  arch/arm64/boot/dts/amlogic/meson-gxbb-p200.dts    |   1 -
  .../boot/dts/amlogic/meson-gxbb-vega-s95.dtsi      |   1 -
  .../boot/dts/amlogic/meson-gxbb-wetek-play2.dts    |   1 -
  .../arm64/boot/dts/amlogic/meson-gxm-nexbox-a1.dts |   1 -
  arch/arm64/boot/dts/amlogic/meson-gxm-rbox-pro.dts |   1 -
  .../boot/dts/amlogic/meson-s4-s805x2-aq222.dts     |  60 +++-
  arch/arm64/boot/dts/amlogic/meson-s4.dtsi          | 360 ++++++++++++++++++++-
  arch/arm64/boot/dts/amlogic/meson-sm1-sei610.dts   |   1 -
  22 files changed, 504 insertions(+), 25 deletions(-)

-- 
Neil Armstrong <neil.armstrong@linaro.org>
Senior Software Engineer - Linaro Developer Services
https://linaro.org/services

_______________________________________________
linux-amlogic mailing list
linux-amlogic@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-amlogic

             reply	other threads:[~2023-12-21 10:12 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-12-21 10:12 Neil Armstrong [this message]
2023-12-21 10:12 ` [GIT PULL] amlogic ARM64 DT updates for v6.8 Neil Armstrong
2023-12-21 10:12 ` Neil Armstrong
2023-12-21 17:41 ` patchwork-bot+linux-soc

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=e38724be-c9f0-4916-bfd0-d20b316db2da@linaro.org \
    --to=neil.armstrong@linaro.org \
    --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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.