mbox series

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

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

Pull-request

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

Message

Bjorn Andersson Aug. 18, 2023, 2:49 a.m. UTC
The following changes since commit 06c2afb862f9da8dc5efa4b6076a0e48c3fbaaa5:

  Linux 6.5-rc1 (2023-07-09 13:53:13 -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.6

for you to fetch changes up to 3cfa5569cedf1e5d125b62e690c1915d6b757a47:

  ARM: dts: qcom: apq8064: add support to gsbi4 uart (2023-08-17 19:40:23 -0700)

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

GCC and LCC clock controller parent clocks are introduced on MDM9615.

The newly introduced RPM representation is introduced across multiple
platforms.

Voltage ADC channel names are corrected across multiple platforms.

APQ8064 gains a definition for GSBI4.

The XO clock for SDHCI is corrected, as is the USB node name, on
IPQ4019. USB node name is also corrected for SDX55.

The correct PMIC is included on SDX65 MTP.

The incorrect spi-max-frequency property is removed from controllers on
IPQ8064 and MSM8960.

OCMEM and the display subsystem are added to MSM8226.

Reset line is added to the PM8941 and the APQ8074 Dragonboard, while a
few properties of the Sony Xperia Z2 Tablet touchscreen are corrected.

----------------------------------------------------------------
David Heidelberg (1):
      ARM: dts: qcom: apq8064: add support to gsbi4 uart

Dmitry Baryshkov (4):
      ARM: dts: qcom-pm8941: add resin support
      ARM: dts: qcom: apq8074-dragonboard: add resin
      ARM: dts: qcom-mdm9615: specify clocks for the lcc device
      ARM: dts: qcom-mdm9615: specify gcc clocks

Krzysztof Kozlowski (8):
      ARM: dts: qcom: ipq4019: use generic node names for USB
      ARM: dts: qcom: sdx55: use generic node names for USB
      ARM: dts: qcom: ipq8064: drop spi-max-frequency from controller
      ARM: dts: qcom: msm8960: drop spi-max-frequency from controller
      ARM: dts: qcom: minor whitespace cleanup around '='
      ARM: dts: qcom: msm8974pro-castor: correct inverted X of touchscreen
      ARM: dts: qcom: msm8974pro-castor: correct touchscreen function names
      ARM: dts: qcom: msm8974pro-castor: correct touchscreen syna,nosleep-mode

Luca Weiss (2):
      ARM: dts: qcom: msm8226: Add mdss nodes
      ARM: dts: qcom: msm8226: Add ocmem

Marijn Suijten (1):
      ARM: dts: qcom: Use labels with generic node names for ADC channels

Robert Marko (1):
      ARM: dts: qcom: ipq4019: correct SDHCI XO clock

Rohit Agarwal (1):
      ARM: dts: qcom: sdx65-mtp: Update the pmic used in sdx65

Stephan Gerhold (2):
      ARM: dts: qcom: Add rpm-proc node for SMD platforms
      ARM: dts: qcom: apq8064: Drop redundant /smd node

 arch/arm/boot/dts/qcom/qcom-apq8064-pins.dtsi      |  16 ++
 arch/arm/boot/dts/qcom/qcom-apq8064.dtsi           |  52 ++----
 .../arm/boot/dts/qcom/qcom-apq8074-dragonboard.dts |   5 +
 arch/arm/boot/dts/qcom/qcom-apq8084.dtsi           |   6 +-
 arch/arm/boot/dts/qcom/qcom-ipq4018-ap120c-ac.dtsi |   7 +-
 arch/arm/boot/dts/qcom/qcom-ipq4019.dtsi           |  43 ++---
 arch/arm/boot/dts/qcom/qcom-ipq8064-rb3011.dts     |   1 -
 arch/arm/boot/dts/qcom/qcom-ipq8064-v1.0.dtsi      |   1 -
 arch/arm/boot/dts/qcom/qcom-mdm9615.dtsi           |  19 ++-
 arch/arm/boot/dts/qcom/qcom-msm8226.dtsi           | 182 ++++++++++++++++++---
 arch/arm/boot/dts/qcom/qcom-msm8960.dtsi           |   1 -
 arch/arm/boot/dts/qcom/qcom-msm8974.dtsi           |  44 ++---
 .../dts/qcom/qcom-msm8974pro-fairphone-fp2.dts     |   2 +-
 .../qcom-msm8974pro-sony-xperia-shinano-castor.dts |   8 +-
 arch/arm/boot/dts/qcom/qcom-pm8226.dtsi            |  12 +-
 arch/arm/boot/dts/qcom/qcom-pm8941.dtsi            |  36 ++--
 arch/arm/boot/dts/qcom/qcom-pma8084.dtsi           |  12 +-
 arch/arm/boot/dts/qcom/qcom-pmx55.dtsi             |   8 +-
 arch/arm/boot/dts/qcom/qcom-sdx55.dtsi             |   2 +-
 arch/arm/boot/dts/qcom/qcom-sdx65-mtp.dts          |   2 +-
 20 files changed, 313 insertions(+), 146 deletions(-)

Comments

patchwork-bot+linux-soc@kernel.org Aug. 22, 2023, 2:31 a.m. UTC | #1
Hello:

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

On Thu, 17 Aug 2023 19:49:27 -0700 you wrote:
> The following changes since commit 06c2afb862f9da8dc5efa4b6076a0e48c3fbaaa5:
> 
>   Linux 6.5-rc1 (2023-07-09 13:53:13 -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.6
> 
> [...]

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

You are awesome, thank you!