mbox series

[GIT,PULL] ARM: sprd: DTS and bindings for v6.8-rc1

Message ID 20231228084958.1439115-1-chunyan.zhang@unisoc.com (mailing list archive)
State Accepted
Commit f81647e76136d2a98b2623e02ef563b0e5f9519c
Headers show
Series [GIT,PULL] ARM: sprd: DTS and bindings for v6.8-rc1 | expand

Pull-request

https://github.com/lyrazhang/linux.git tags/sprd-dt-6.8-rc1

Message

Chunyan Zhang Dec. 28, 2023, 8:49 a.m. UTC
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://github.com/lyrazhang/linux.git tags/sprd-dt-6.8-rc1

for you to fetch changes up to 1cff7243334f851b7dddf450abdaa6223a7a28e3:

  arm64: dts: sprd: Change UMS512 idle-state nodename to match bindings (2023-12-28 16:10:39 +0800)

----------------------------------------------------------------
ARM: sprd: DTS and bindings for v6.8-rc1

Unisoc ARM64 DTS and bindings changes are:
- Fixed a few dtb_check warnings
- Add bindings for a new SoC - UMS9620
- Fixed an issue on UMS512

----------------------------------------------------------------
Chunyan Zhang (5):
      dt-bindings: arm: Add compatible strings for Unisoc's UMS9620
      arm64: dts: sprd: Add support for Unisoc's UMS9620
      arm64: dts: sprd: Removed unused clock references from etm nodes
      arm64: dts: sprd: Add clock reference for pll2 on UMS512
      arm64: dts: sprd: Change UMS512 idle-state nodename to match bindings

Cixi Geng (1):
      arm64: dts: sprd: fix the cpu node for UMS512

 .../devicetree/bindings/arm/sprd/sprd.yaml         |   5 +
 arch/arm64/boot/dts/sprd/Makefile                  |   3 +-
 arch/arm64/boot/dts/sprd/ums512.dtsi               |  39 ++--
 arch/arm64/boot/dts/sprd/ums9620-2h10.dts          |  38 ++++
 arch/arm64/boot/dts/sprd/ums9620.dtsi              | 245 +++++++++++++++++++++
 5 files changed, 310 insertions(+), 20 deletions(-)
 create mode 100644 arch/arm64/boot/dts/sprd/ums9620-2h10.dts
 create mode 100644 arch/arm64/boot/dts/sprd/ums9620.dtsi

Comments

patchwork-bot+linux-soc@kernel.org Jan. 2, 2024, 10:11 a.m. UTC | #1
Hello:

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

On Thu, 28 Dec 2023 16:49:58 +0800 you wrote:
> 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://github.com/lyrazhang/linux.git tags/sprd-dt-6.8-rc1
> 
> [...]

Here is the summary with links:
  - [GIT,PULL] ARM: sprd: DTS and bindings for v6.8-rc1
    https://git.kernel.org/soc/soc/c/f81647e76136

You are awesome, thank you!