mbox series

[GIT,PULL] A few more Qualcomm Arm64 DeviceTree updates for v6.10

Message ID 20240508021820.206441-1-andersson@kernel.org (mailing list archive)
State Accepted
Commit 0cb7e0c617c6aa3da46514ee5982bd7de11a2b2e
Headers show
Series [GIT,PULL] A few more Qualcomm Arm64 DeviceTree updates for v6.10 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux.git tags/qcom-arm64-for-6.10-2

Message

Bjorn Andersson May 8, 2024, 2:18 a.m. UTC
The following changes since commit 873d845a357a4d89700cb1bb5b3da68890756f50:

  dt-bindings: arm: qcom: Add Samsung Galaxy S5 China (kltechn) (2024-04-23 08:00:06 -0500)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux.git tags/qcom-arm64-for-6.10-2

for you to fetch changes up to 0ea3e1d6f31d8aea72d0d0b53919c585a12a593b:

  arm64: dts: qcom: pm6150: correct USB VBUS regulator compatible (2024-05-03 15:30:02 -0500)

----------------------------------------------------------------
A few more Qualcomm Arm64 DeviceTree updates for v6.10

This corrects the obviously broken compatible of the USB VBUS regulator
in PM6150.

It clears the odd-looking default address on QCS404 EVB, with the
expectation that a proper address is provides by other means.

The newly added SM8650 GPU node is corrected with a missing memory
region.

The third DWC3 instance on SC8280XP is added, and enabled on Lenovo
Thinkpad X13s to give working fingerprint sensor.

----------------------------------------------------------------
Connor Abbott (1):
      arm64: dts: qcom: sm8650: Fix GPU cx_mem size

Johan Hovold (2):
      arm64: dts: qcom: sc8280xp-x13s: enable USB MP and fingerprint reader
      arm64: dts: qcom: qcs404: fix bluetooth device address

Krishna Kurapati (1):
      arm64: dts: qcom: sc8280xp: Add USB DWC3 Multiport controller

Krzysztof Kozlowski (1):
      arm64: dts: qcom: pm6150: correct USB VBUS regulator compatible

 arch/arm64/boot/dts/qcom/pm6150.dtsi               |  4 +-
 arch/arm64/boot/dts/qcom/qcs404-evb.dtsi           |  2 +-
 .../dts/qcom/sc8280xp-lenovo-thinkpad-x13s.dts     | 85 ++++++++++++++++++++++
 arch/arm64/boot/dts/qcom/sc8280xp.dtsi             | 82 +++++++++++++++++++++
 arch/arm64/boot/dts/qcom/sm8650.dtsi               |  2 +-
 5 files changed, 171 insertions(+), 4 deletions(-)

Comments

patchwork-bot+linux-soc@kernel.org May 8, 2024, 7:20 a.m. UTC | #1
Hello:

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

On Tue,  7 May 2024 21:18:18 -0500 you wrote:
> The following changes since commit 873d845a357a4d89700cb1bb5b3da68890756f50:
> 
>   dt-bindings: arm: qcom: Add Samsung Galaxy S5 China (kltechn) (2024-04-23 08:00:06 -0500)
> 
> are available in the Git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux.git tags/qcom-arm64-for-6.10-2
> 
> [...]

Here is the summary with links:
  - [GIT,PULL] A few more Qualcomm Arm64 DeviceTree updates for v6.10
    https://git.kernel.org/soc/soc/c/0cb7e0c617c6

You are awesome, thank you!