[GIT PULL] amlogic ARM64 DT updates for v7.3

Neil Armstrong <[email protected]> Fri, 31 Jul 2026 17:59:43 +0200
Newsgroups dev.linux.lists.soc,org.infradead.lists.linux-amlogic,org.infradead.lists.linux-arm-kernel
Organization Linaro
Message-ID <[email protected]>
Hi,

Here's the Amlogic ARM64 DT changes for v7.3, contains some overall
indentation cleanups for the Amlogic DTS, some new features support
for Amlogic A7 & A1 (clk measure), A9 (pinctrl, gpio-irq) and some
fixups for AXG to only enable PCIe on the S400 board.

Thanks,
Neil

The following changes since commit dc59e4fea9d83f03bad6bddf3fa2e52491777482:

   Linux 7.2-rc1 (2026-06-28 12:01:31 -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-v7.3

for you to fetch changes up to 7f1d0cc86cb70fa550163b6f70fd1d484c03218e:

   arm64: dts: amlogic: meson-axg-s400: enable mipi_pcie_analog_dphy for PCIe (2026-07-20 14:31:02 +0200)

----------------------------------------------------------------
Amlogic ARM64 DT for v7.3:
- Amlogic AXG fixups for PCIe and NAND
- Overall indentation and whitespace fixups
- Amlogic A9 Pinctrl & GPIO IRQ nodes
- Clock measure nodes for Amlogic T7 & A1

----------------------------------------------------------------
Jian Hu (2):
       arm64: dts: meson: a1: Add clk measure support
       arm64: dts: amlogic: t7: Add clk measure support

Jun Yan (4):
       arm64: dts: amlogic: meson-axg: Disable nfc node by default
       arm64: dts: amlogic: meson-axg: Add missing nand_rb0 pin to nand_all_pins
       arm64: dts: amlogic: meson-axg: Disable pcie_phy node by default
       arm64: dts: amlogic: meson-axg-s400: enable mipi_pcie_analog_dphy for PCIe

Krzysztof Kozlowski (1):
       arm64: dts: amlogic: Correct indentation and whitespace

Xianwei Zhao (1):
       arm64: dts: amlogic: add some device nodes for A9

  arch/arm64/boot/dts/amlogic/amlogic-a9.dtsi        | 140 +++++++++++++++++++++
  arch/arm64/boot/dts/amlogic/amlogic-t7.dtsi        |   5 +
  arch/arm64/boot/dts/amlogic/meson-a1.dtsi          |   5 +
  arch/arm64/boot/dts/amlogic/meson-axg-s400.dts     |   8 ++
  arch/arm64/boot/dts/amlogic/meson-axg.dtsi         |   5 +-
  arch/arm64/boot/dts/amlogic/meson-g12b-a311d.dtsi  |  38 +++---
  .../boot/dts/amlogic/meson-gxl-s905d-sml5442tw.dts |   2 +-
  arch/arm64/boot/dts/amlogic/meson-gxl.dtsi         |   2 +-
  8 files changed, 183 insertions(+), 22 deletions(-)