mbox series

[GIT,PULL] amlogic ARM64 DT updates for v6.11, take 2

Message ID d7810433-71a2-45c2-9095-4abd23c12431@linaro.org (mailing list archive)
State Accepted
Commit 35b94a99fc67e1886e3be68179cc7477370f0b2a
Headers show
Series [GIT,PULL] amlogic ARM64 DT updates for v6.11, take 2 | expand

Pull-request

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

Message

Neil Armstrong July 12, 2024, 10:09 a.m. UTC
Hi,

Here's a second set of Amlogic ARM64 DT changes for v6.11, with:
- Amlogic A5 power domain
- Amlogic S4 supplementary device nodes
- Watchdog for Amlogic A4

I again merged  Ulf's immutable dt branch for the A5 Power Domain DT changes.

Thanks,
Neil

The following changes since commit 1443b6ea806dfcdcee6c894784332c9c947ac319:

   arm64: dts: amlogic: setup hdmi system clock (2024-06-28 10:10:42 +0200)

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.11-take-2

for you to fetch changes up to 34b60b78550eedbb596274f0336d1f86a80fcd19:

   arm64: dts: amlogic: add watchdog node for A4 SoCs (2024-07-10 09:40:08 +0200)

----------------------------------------------------------------
Amlogic ARM64 DT changes for v6.11, take2:
- Amlogic A5 power domain (+ merge of pmdomain/dt immutable branch)
- Amlogic S4 supplementary device nodes
- Watchdog for Amlogic A4

----------------------------------------------------------------
Huqiang Qin (1):
       arm64: dts: amlogic: add watchdog node for A4 SoCs

Neil Armstrong (1):
       Merge branch 'dt' of https://git.kernel.org/pub/scm/linux/kernel/git/ulfh/linux-pm into v6.11/arm64-dt

Xianwei Zhao (3):
       dt-bindings: power: add Amlogic A5 power domains
       arm64: dts: amlogic: a5: add power domain controller node
       arm64: dts: amlogic: enable some device nodes for S4

  .../bindings/power/amlogic,meson-sec-pwrc.yaml     |   1 +
  arch/arm64/boot/dts/amlogic/amlogic-a4-common.dtsi |   6 +
  arch/arm64/boot/dts/amlogic/amlogic-a5.dtsi        |  10 ++
  .../boot/dts/amlogic/meson-s4-s805x2-aq222.dts     | 145 +++++++++++++++++++++
  arch/arm64/boot/dts/amlogic/meson-s4.dtsi          | 128 ++++++++++++++++++
  include/dt-bindings/power/amlogic,a5-pwrc.h        |  21 +++
  6 files changed, 311 insertions(+)
  create mode 100644 include/dt-bindings/power/amlogic,a5-pwrc.h

Comments

patchwork-bot+linux-soc@kernel.org Aug. 6, 2024, 8:08 p.m. UTC | #1
Hello:

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

On Fri, 12 Jul 2024 12:09:40 +0200 you wrote:
> Hi,
> 
> Here's a second set of Amlogic ARM64 DT changes for v6.11, with:
> - Amlogic A5 power domain
> - Amlogic S4 supplementary device nodes
> - Watchdog for Amlogic A4
> 
> [...]

Here is the summary with links:
  - [GIT,PULL] amlogic ARM64 DT updates for v6.11, take 2
    https://git.kernel.org/soc/soc/c/35b94a99fc67

You are awesome, thank you!