mbox series

[GIT,PULL] Qualcomm ARM32 DeviceTree updates for v6.5

Message ID 20230611010843.2482142-1-andersson@kernel.org (mailing list archive)
State Accepted
Commit 6db92533d6a392cdddcc7291865d02d94fe56956
Headers show
Series [GIT,PULL] Qualcomm ARM32 DeviceTree updates for v6.5 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux.git tags/qcom-dts-for-6.5

Message

Bjorn Andersson June 11, 2023, 1:08 a.m. UTC
The following changes since commit ac9a78681b921877518763ba0e89202254349d1b:

  Linux 6.4-rc1 (2023-05-07 13:34:35 -0700)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux.git tags/qcom-dts-for-6.5

for you to fetch changes up to 925bac3caa46c5790d21ee236869b017090aad2d:

  ARM: dts: qcom: apq8074-dragonboard: enable DSI panel (2023-05-30 07:54:19 -0700)

----------------------------------------------------------------
Qualcomm ARM32 DeviceTree updates for v6.5

NAND support on IPQ4019 boards is restored, after a faulty node rename.

On MSM8226 IMEM, PMU and RPM stats are introduced. The Huawei Watch
gains vibrator support.

On MSM8974, the LGE Nexus 5 gains vibrator support. The APQ8074
Dragonboard marks BLSP2 BAM controlled remotely, DSI panel, audio and
modem DSPs are enabled.

On SDX65 PCIe controller and PHY are introduced, to provide endpoint
functionality. This is enabled on the related MTP.

A range of DeviceTree cleanups are also included.

----------------------------------------------------------------
Dmitry Baryshkov (3):
      ARM: dts: qcom: apq8074-dragonboard: Set DMA as remotely controlled
      ARM: dts: qcom: apq8074-dragonboard: enable adsp and MSS
      ARM: dts: qcom: apq8074-dragonboard: enable DSI panel

Krzysztof Kozlowski (14):
      ARM: dts: qcom: msm8974: do not use underscore in node name (again)
      ARM: dts: qcom: msm8974: drop unit addresses from USB phys
      ARM: dts: qcom: ipq4019: fix broken NAND controller properties override
      ARM: dts: qcom: ipq4019: correct syscon unit-address
      ARM: dts: qcom: sdx55: correct rsc unit-address
      ARM: dts: qcom: msm8974: correct pronto unit-address
      ARM: dts: qcom: ipq8064: drop leading 0 from unit-address
      ARM: dts: qcom: ipq8064: drop invalid GCC thermal-sensor unit-address
      ARM: dts: qcom: ipq8064: correct LED node names
      ARM: dts: qcom: ipq8064: align USB node names with bindings
      ARM: dts: qcom: apq8060-dragonboard: move regulators out of simple-bus
      ARM: dts: qcom: msm8960-cdp: move regulator out of simple-bus
      ARM: dts: qcom: apq8084: correct thermal sensor unit-address
      ARM: dts: qcom: msm8974: align WCNSS Bluetooth node name with bindings

Linus Walleij (1):
      ARM: dts: qcom: msm8660: Fix regulator node names

Luca Weiss (2):
      ARM: dts: qcom: msm8974-hammerhead: Add vibrator
      ARM: dts: qcom: apq8026-huawei-sturgeon: Add vibrator

Matti Lehtimäki (3):
      ARM: dts: qcom: msm8226: Add PMU node
      ARM: dts: qcom: msm8226: Add rpm-stats device node
      ARM: dts: qcom: msm8226: Add IMEM node

Rohit Agarwal (4):
      ARM: dts: qcom: sdx65: Add support for PCIe PHY
      ARM: dts: qcom: sdx65: Add support for PCIe EP
      ARM: dts: qcom: sdx65-mtp: Enable PCIe PHY
      ARM: dts: qcom: sdx65-mtp: Enable PCIe EP

 arch/arm/boot/dts/qcom-apq8026-huawei-sturgeon.dts | 28 +++++++
 arch/arm/boot/dts/qcom-apq8060-dragonboard.dts     | 84 ++++++++++-----------
 arch/arm/boot/dts/qcom-apq8074-dragonboard.dts     | 83 +++++++++++++++++++++
 arch/arm/boot/dts/qcom-apq8084.dtsi                |  2 +-
 arch/arm/boot/dts/qcom-ipq4019-ap.dk04.1-c1.dts    |  8 +-
 arch/arm/boot/dts/qcom-ipq4019-ap.dk04.1.dtsi      | 10 +--
 arch/arm/boot/dts/qcom-ipq4019-ap.dk07.1.dtsi      | 12 +--
 arch/arm/boot/dts/qcom-ipq8064-rb3011.dts          |  2 +-
 arch/arm/boot/dts/qcom-ipq8064-v1.0.dtsi           | 10 +--
 arch/arm/boot/dts/qcom-ipq8064.dtsi                | 12 +--
 arch/arm/boot/dts/qcom-msm8226.dtsi                | 25 +++++++
 arch/arm/boot/dts/qcom-msm8960-cdp.dts             | 16 ++--
 .../dts/qcom-msm8974-lge-nexus5-hammerhead.dts     | 35 +++++++++
 arch/arm/boot/dts/qcom-msm8974.dtsi                | 10 +--
 arch/arm/boot/dts/qcom-sdx55.dtsi                  |  4 +-
 arch/arm/boot/dts/qcom-sdx65-mtp.dts               | 42 +++++++++++
 arch/arm/boot/dts/qcom-sdx65.dtsi                  | 87 ++++++++++++++++++++++
 17 files changed, 381 insertions(+), 89 deletions(-)

Comments

patchwork-bot+linux-soc@kernel.org July 5, 2023, 8:42 p.m. UTC | #1
Hello:

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

On Sat, 10 Jun 2023 18:08:43 -0700 you wrote:
> The following changes since commit ac9a78681b921877518763ba0e89202254349d1b:
> 
>   Linux 6.4-rc1 (2023-05-07 13:34:35 -0700)
> 
> are available in the Git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux.git tags/qcom-dts-for-6.5
> 
> [...]

Here is the summary with links:
  - [GIT,PULL] Qualcomm ARM32 DeviceTree updates for v6.5
    https://git.kernel.org/soc/soc/c/6db92533d6a3

You are awesome, thank you!