public inbox for soc@kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] amlogic ARM64 DT updates for v6.19
@ 2025-11-26  8:43 Neil Armstrong
  2025-11-27 22:10 ` patchwork-bot+linux-soc
  0 siblings, 1 reply; 2+ messages in thread
From: Neil Armstrong @ 2025-11-26  8:43 UTC (permalink / raw)
  To: soc, arm; +Cc: linux-amlogic, linux-arm-kernel

Hi,

Here's the Amlogic ARM64 DT changes for v6.19, adding new base hardware nodes
for the Amlogic S6/S7/S7D SoCs, pinctrl for Amlogic A5, hardware camera ISP
nodes for the Amlogic C3, non urgent fix for the PCIe DBI memory region and
support for new Tanix TX9 Pro board.

Thanks,
Neil

The following changes since commit 3a8660878839faadb4f1a6dd72c3179c1df56787:

   Linux 6.18-rc1 (2025-10-12 13:42:36 -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.19

for you to fetch changes up to a7ab6f946683e065fa22db1cc2f2748d4584178a:

   arm64: dts: amlogic: meson-g12b: Fix L2 cache reference for S922X CPUs (2025-11-26 09:35:42 +0100)

----------------------------------------------------------------
Amlogic ARM64 DT Changes for v6.19:
- Fix the PCIe DBI memory region name
- Add ISP nodes for Amlogic C3
- Add power controller nodes for Amlogic S6/S7/S7D
- Add Pinctrl node for Amlogic A4
- Add AO Secure node for Amlogic S6/S7/S7D
- Add GPIO Interrupt node for Amlogic S6/S7/S7D
- Fix S922X cache layout
- New Boards:
   - Tanix TX9 Pro

----------------------------------------------------------------
Christian Hewitt (2):
       dt-bindings: arm: amlogic: add support for Tanix TX9 Pro
       arm64: dts: meson: add initial device-tree for Tanix TX9 Pro

Guillaume La Roque (1):
       arm64: dts: amlogic: meson-g12b: Fix L2 cache reference for S922X CPUs

Keke Li (1):
       dts: arm64: amlogic: Add ISP related nodes for C3

Manivannan Sadhasivam (1):
       arm64: dts: amlogic: Fix the register name of the 'DBI' region

Xianwei Zhao (7):
       dts: arm64: amlogic: add a5 pinctrl node
       arm64: dts: amlogic: s6: add ao secure node
       arm64: dts: amlogic: s7: add ao secure node
       arm64: dts: amlogic: s7d: add ao secure node
       arm64: dts: Add gpio_intc node for Amlogic S6 SoCs
       arm64: dts: Add gpio_intc node for Amlogic S7 SoCs
       arm64: dts: Add gpio_intc node for Amlogic S7D SoCs

hongyu.chen1 (3):
       arm64: dts: amlogic: s6: add power domain controller node
       arm64: dts: amlogic: s7: add power domain controller node
       arm64: dts: amlogic: s7d: add power domain controller node

  Documentation/devicetree/bindings/arm/amlogic.yaml |  1 +
  arch/arm64/boot/dts/amlogic/Makefile               |  1 +
  arch/arm64/boot/dts/amlogic/amlogic-a5.dtsi        | 90 ++++++++++++++++++++++
  .../boot/dts/amlogic/amlogic-c3-c308l-aw419.dts    | 84 ++++++++++++++++++++
  arch/arm64/boot/dts/amlogic/amlogic-c3.dtsi        | 88 +++++++++++++++++++++
  arch/arm64/boot/dts/amlogic/amlogic-s6.dtsi        | 28 +++++++
  arch/arm64/boot/dts/amlogic/amlogic-s7.dtsi        | 28 +++++++
  arch/arm64/boot/dts/amlogic/amlogic-s7d.dtsi       | 28 +++++++
  arch/arm64/boot/dts/amlogic/meson-axg.dtsi         |  4 +-
  arch/arm64/boot/dts/amlogic/meson-g12-common.dtsi  |  2 +-
  arch/arm64/boot/dts/amlogic/meson-g12b.dtsi        |  4 +-
  arch/arm64/boot/dts/amlogic/meson-gxm-tx9-pro.dts  | 90 ++++++++++++++++++++++
  12 files changed, 443 insertions(+), 5 deletions(-)
  create mode 100644 arch/arm64/boot/dts/amlogic/meson-gxm-tx9-pro.dts

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [GIT PULL] amlogic ARM64 DT updates for v6.19
  2025-11-26  8:43 [GIT PULL] amlogic ARM64 DT updates for v6.19 Neil Armstrong
@ 2025-11-27 22:10 ` patchwork-bot+linux-soc
  0 siblings, 0 replies; 2+ messages in thread
From: patchwork-bot+linux-soc @ 2025-11-27 22:10 UTC (permalink / raw)
  To: Neil Armstrong; +Cc: soc

Hello:

This pull request was applied to soc/soc.git (for-next)
by Arnd Bergmann <arnd@arndb.de>:

On Wed, 26 Nov 2025 09:43:21 +0100 you wrote:
> Hi,
> 
> Here's the Amlogic ARM64 DT changes for v6.19, adding new base hardware nodes
> for the Amlogic S6/S7/S7D SoCs, pinctrl for Amlogic A5, hardware camera ISP
> nodes for the Amlogic C3, non urgent fix for the PCIe DBI memory region and
> support for new Tanix TX9 Pro board.
> 
> [...]

Here is the summary with links:
  - [GIT,PULL] amlogic ARM64 DT updates for v6.19
    https://git.kernel.org/soc/soc/c/6038f30aa898

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-11-27 22:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-11-26  8:43 [GIT PULL] amlogic ARM64 DT updates for v6.19 Neil Armstrong
2025-11-27 22:10 ` patchwork-bot+linux-soc

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox