mbox series

[GIT,PULL,1/2] arm64: dts: various cleanup for v6.11

Message ID 20240702065359.7378-1-krzysztof.kozlowski@linaro.org (mailing list archive)
State Accepted
Commit 90a4146de8f859312ef003e843d3c80c4cad6bed
Headers show
Series [GIT,PULL,1/2] arm64: dts: various cleanup for v6.11 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux-dt.git tags/dt64-cleanup-6.11

Message

Krzysztof Kozlowski July 2, 2024, 6:53 a.m. UTC
The following changes since commit 1613e604df0cd359cf2a7fbd9be7a0bcfacfabd0:

  Linux 6.10-rc1 (2024-05-26 15:20:12 -0700)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux-dt.git tags/dt64-cleanup-6.11

for you to fetch changes up to c0304446611536a771462f27d98db6775d222b38:

  arm64: dts: apm: Add dedicated syscon poweroff compatibles (2024-07-01 10:33:07 +0200)

----------------------------------------------------------------
Minor improvements in ARM64 DTS for v6.11

Few cleanups and improvements which were missed by their maintainers:
1. Spreadtrum: correct PMU nodes - split per clusters.
2. HiSilicon: add dedicated compatible to syscon node ("syscon" alone is
   not allowed).
3. APM: add dedicated compatible to syscon node (binding applied to MFD
   tree).

----------------------------------------------------------------
Krzysztof Kozlowski (3):
      dt-bindings: soc: hisilicon: document hi3660-usb3-otg-bc
      arm64: dts: hisilicon: hi3660: add dedicated hi3660-usb3-otg-bc compatible
      arm64: dts: apm: Add dedicated syscon poweroff compatibles

Rob Herring (1):
      arm64: dts: sprd: Split PMU nodes for heterogeneous CPUs

 .../hisilicon/hisilicon,hi3660-usb3-otg-bc.yaml    | 46 ++++++++++++++++++++++
 arch/arm64/boot/dts/apm/apm-merlin.dts             |  2 +-
 arch/arm64/boot/dts/apm/apm-mustang.dts            |  2 +-
 arch/arm64/boot/dts/hisilicon/hi3660.dtsi          |  2 +-
 arch/arm64/boot/dts/sprd/ums512.dtsi               | 14 +++++--
 arch/arm64/boot/dts/sprd/ums9620.dtsi              | 14 +++++--
 6 files changed, 69 insertions(+), 11 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/soc/hisilicon/hisilicon,hi3660-usb3-otg-bc.yaml

Comments

patchwork-bot+linux-soc@kernel.org July 8, 2024, 3:11 p.m. UTC | #1
Hello:

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

On Tue,  2 Jul 2024 08:53:57 +0200 you wrote:
> The following changes since commit 1613e604df0cd359cf2a7fbd9be7a0bcfacfabd0:
> 
>   Linux 6.10-rc1 (2024-05-26 15:20:12 -0700)
> 
> are available in the Git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux-dt.git tags/dt64-cleanup-6.11
> 
> [...]

Here is the summary with links:
  - [GIT,PULL,1/2] arm64: dts: various cleanup for v6.11
    https://git.kernel.org/soc/soc/c/90a4146de8f8

You are awesome, thank you!