All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] Last set of Qualcomm ARM64 DTS updates for v6.3
@ 2023-02-15  5:15 ` Bjorn Andersson
  0 siblings, 0 replies; 3+ messages in thread
From: Bjorn Andersson @ 2023-02-15  5:15 UTC (permalink / raw)
  To: arm, soc
  Cc: linux-arm-msm, linux-arm-kernel, Andy Gross, Arnd Bergmann,
	Olof Johansson, Kevin Hilman, Dmitry Baryshkov,
	Krzysztof Kozlowski, Luca Weiss, Bjorn Andersson, Konrad Dybcio,
	Manivannan Sadhasivam, Neil Armstrong, Owen Yang


The following changes since commit f069ede81ef438d99e76112d8738c4dc3d1766f9:

  arm64: dts: qcom: sc7280: Power herobrine's 3.3 eDP/TS rail more properly (2023-02-08 20:09:36 -0800)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux.git tags/qcom-arm64-for-6.3-3

for you to fetch changes up to 407ef897bd0275e38ae33d410857e71c092679bd:

  arm64: dts: qcom: msm8996: align RPM G-Link clock-controller node with bindings (2023-02-13 14:20:54 -0800)

----------------------------------------------------------------
Last set of Qualcomm ARM64 DTS updates for v6.3

This introduces additional DisplayPort controllers and pmic_glink on
SC8280XP (8cx Gen3), which provides support for USB Type-C-based
displays on the the Lenovo ThinkPad X13s and the compute reference
device. The pmic_glink also provides battery and power supply status.

Interrupt-parents are corrected across the SC8280XP PMICs, to allow
non-Linux OSs to properly handle interrupts in the various blocks
therein.

It cleans up the SM8350 base dtsi and introduces GPU support on this
platform, as well as enable this for the Hardware Development Kit (HDK).
It enables i2c busses on the Fairphone FP4

Lastly it aligns glink node names with bindings across a few platforms,
and corrects the compatible for the PON block in the pmk8350 PMIC.

----------------------------------------------------------------
Bjorn Andersson (3):
      arm64: dts: qcom: sc8280xp: Add USB-C-related DP blocks
      arm64: dts: qcom: sc8280xp-crd: Introduce pmic_glink
      arm64: dts: qcom: sc8280xp-x13s: Enable external display

Dmitry Baryshkov (5):
      arm64: dts: qcom: sm8350: reorder device nodes
      arm64: dts: qcom: sm8350: move more nodes to correct place
      arm64: dts: qcom: sm8350: finish reordering nodes
      arm64: dts: qcom: sm8350: add GPU, GMU, GPU CC and SMMU nodes
      arm64: dts: qcom: sm8350-hdk: enable GPU

Konrad Dybcio (1):
      arm64: dts: qcom: pmk8350: Use the correct PON compatible

Krzysztof Kozlowski (3):
      arm64: dts: qcom: ipq6018: align RPM G-Link node with bindings
      arm64: dts: qcom: qcs404: align RPM G-Link node with bindings
      arm64: dts: qcom: msm8996: align RPM G-Link clock-controller node with bindings

Luca Weiss (2):
      arm64: dts: qcom: sm7225-fairphone-fp4: move status property down
      arm64: dts: qcom: sm7225-fairphone-fp4: enable remaining i2c busses

Manivannan Sadhasivam (1):
      arm64: dts: qcom: sc8280xp-pmics: Specify interrupt parent explicitly

Neil Armstrong (1):
      arm64: dts: qcom: sm8550: remove invalid interconnect property from cryptobam

Owen Yang (1):
      arm64: dts: qcom: sc7280: Adjust zombie PWM frequency

 arch/arm64/boot/dts/qcom/ipq6018.dtsi              |    2 +-
 arch/arm64/boot/dts/qcom/msm8996.dtsi              |    2 +-
 arch/arm64/boot/dts/qcom/pmk8350.dtsi              |    2 +-
 arch/arm64/boot/dts/qcom/qcs404.dtsi               |    2 +-
 .../boot/dts/qcom/sc7280-herobrine-zombie.dtsi     |    4 +-
 arch/arm64/boot/dts/qcom/sc8280xp-crd.dts          |  196 +-
 .../dts/qcom/sc8280xp-lenovo-thinkpad-x13s.dts     |  180 +-
 arch/arm64/boot/dts/qcom/sc8280xp-pmics.dtsi       |   12 +-
 arch/arm64/boot/dts/qcom/sc8280xp.dtsi             |  189 +-
 arch/arm64/boot/dts/qcom/sm7225-fairphone-fp4.dts  |   67 +-
 arch/arm64/boot/dts/qcom/sm8350-hdk.dts            |    8 +
 arch/arm64/boot/dts/qcom/sm8350.dtsi               | 2512 +++++++++++---------
 arch/arm64/boot/dts/qcom/sm8550.dtsi               |    2 -
 13 files changed, 1972 insertions(+), 1206 deletions(-)

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [GIT PULL] Last set of Qualcomm ARM64 DTS updates for v6.3
@ 2023-02-15  5:15 ` Bjorn Andersson
  0 siblings, 0 replies; 3+ messages in thread
From: Bjorn Andersson @ 2023-02-15  5:15 UTC (permalink / raw)
  To: arm, soc
  Cc: linux-arm-msm, linux-arm-kernel, Andy Gross, Arnd Bergmann,
	Olof Johansson, Kevin Hilman, Dmitry Baryshkov,
	Krzysztof Kozlowski, Luca Weiss, Bjorn Andersson, Konrad Dybcio,
	Manivannan Sadhasivam, Neil Armstrong, Owen Yang


The following changes since commit f069ede81ef438d99e76112d8738c4dc3d1766f9:

  arm64: dts: qcom: sc7280: Power herobrine's 3.3 eDP/TS rail more properly (2023-02-08 20:09:36 -0800)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux.git tags/qcom-arm64-for-6.3-3

for you to fetch changes up to 407ef897bd0275e38ae33d410857e71c092679bd:

  arm64: dts: qcom: msm8996: align RPM G-Link clock-controller node with bindings (2023-02-13 14:20:54 -0800)

----------------------------------------------------------------
Last set of Qualcomm ARM64 DTS updates for v6.3

This introduces additional DisplayPort controllers and pmic_glink on
SC8280XP (8cx Gen3), which provides support for USB Type-C-based
displays on the the Lenovo ThinkPad X13s and the compute reference
device. The pmic_glink also provides battery and power supply status.

Interrupt-parents are corrected across the SC8280XP PMICs, to allow
non-Linux OSs to properly handle interrupts in the various blocks
therein.

It cleans up the SM8350 base dtsi and introduces GPU support on this
platform, as well as enable this for the Hardware Development Kit (HDK).
It enables i2c busses on the Fairphone FP4

Lastly it aligns glink node names with bindings across a few platforms,
and corrects the compatible for the PON block in the pmk8350 PMIC.

----------------------------------------------------------------
Bjorn Andersson (3):
      arm64: dts: qcom: sc8280xp: Add USB-C-related DP blocks
      arm64: dts: qcom: sc8280xp-crd: Introduce pmic_glink
      arm64: dts: qcom: sc8280xp-x13s: Enable external display

Dmitry Baryshkov (5):
      arm64: dts: qcom: sm8350: reorder device nodes
      arm64: dts: qcom: sm8350: move more nodes to correct place
      arm64: dts: qcom: sm8350: finish reordering nodes
      arm64: dts: qcom: sm8350: add GPU, GMU, GPU CC and SMMU nodes
      arm64: dts: qcom: sm8350-hdk: enable GPU

Konrad Dybcio (1):
      arm64: dts: qcom: pmk8350: Use the correct PON compatible

Krzysztof Kozlowski (3):
      arm64: dts: qcom: ipq6018: align RPM G-Link node with bindings
      arm64: dts: qcom: qcs404: align RPM G-Link node with bindings
      arm64: dts: qcom: msm8996: align RPM G-Link clock-controller node with bindings

Luca Weiss (2):
      arm64: dts: qcom: sm7225-fairphone-fp4: move status property down
      arm64: dts: qcom: sm7225-fairphone-fp4: enable remaining i2c busses

Manivannan Sadhasivam (1):
      arm64: dts: qcom: sc8280xp-pmics: Specify interrupt parent explicitly

Neil Armstrong (1):
      arm64: dts: qcom: sm8550: remove invalid interconnect property from cryptobam

Owen Yang (1):
      arm64: dts: qcom: sc7280: Adjust zombie PWM frequency

 arch/arm64/boot/dts/qcom/ipq6018.dtsi              |    2 +-
 arch/arm64/boot/dts/qcom/msm8996.dtsi              |    2 +-
 arch/arm64/boot/dts/qcom/pmk8350.dtsi              |    2 +-
 arch/arm64/boot/dts/qcom/qcs404.dtsi               |    2 +-
 .../boot/dts/qcom/sc7280-herobrine-zombie.dtsi     |    4 +-
 arch/arm64/boot/dts/qcom/sc8280xp-crd.dts          |  196 +-
 .../dts/qcom/sc8280xp-lenovo-thinkpad-x13s.dts     |  180 +-
 arch/arm64/boot/dts/qcom/sc8280xp-pmics.dtsi       |   12 +-
 arch/arm64/boot/dts/qcom/sc8280xp.dtsi             |  189 +-
 arch/arm64/boot/dts/qcom/sm7225-fairphone-fp4.dts  |   67 +-
 arch/arm64/boot/dts/qcom/sm8350-hdk.dts            |    8 +
 arch/arm64/boot/dts/qcom/sm8350.dtsi               | 2512 +++++++++++---------
 arch/arm64/boot/dts/qcom/sm8550.dtsi               |    2 -
 13 files changed, 1972 insertions(+), 1206 deletions(-)

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [GIT PULL] Last set of Qualcomm ARM64 DTS updates for v6.3
  2023-02-15  5:15 ` Bjorn Andersson
  (?)
@ 2023-02-15 14:20 ` patchwork-bot+linux-soc
  -1 siblings, 0 replies; 3+ messages in thread
From: patchwork-bot+linux-soc @ 2023-02-15 14:20 UTC (permalink / raw)
  To: Bjorn Andersson; +Cc: soc

Hello:

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

On Tue, 14 Feb 2023 21:15:30 -0800 you wrote:
> The following changes since commit f069ede81ef438d99e76112d8738c4dc3d1766f9:
> 
>   arm64: dts: qcom: sc7280: Power herobrine's 3.3 eDP/TS rail more properly (2023-02-08 20:09:36 -0800)
> 
> are available in the Git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux.git tags/qcom-arm64-for-6.3-3
> 
> [...]

Here is the summary with links:
  - [GIT,PULL] Last set of Qualcomm ARM64 DTS updates for v6.3
    https://git.kernel.org/soc/soc/c/18b68c695ca6

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-02-15 14:20 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-15  5:15 [GIT PULL] Last set of Qualcomm ARM64 DTS updates for v6.3 Bjorn Andersson
2023-02-15  5:15 ` Bjorn Andersson
2023-02-15 14:20 ` patchwork-bot+linux-soc

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.