mbox series

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

Message ID e38724be-c9f0-4916-bfd0-d20b316db2da@linaro.org (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] amlogic ARM64 DT updates for v6.8 | expand

Pull-request

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

Message

Neil Armstrong Dec. 21, 2023, 10:12 a.m. UTC
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(-)