* [GIT PULL] A few more Arm64 DeviceTree updates for v6.11
@ 2024-07-09 19:34 Bjorn Andersson
2024-07-09 21:30 ` patchwork-bot+linux-soc
0 siblings, 1 reply; 2+ messages in thread
From: Bjorn Andersson @ 2024-07-09 19:34 UTC (permalink / raw)
To: arm, soc
Cc: linux-arm-msm, linux-arm-kernel, Arnd Bergmann, Olof Johansson,
Kevin Hilman, Krishna Kurapati, Luca Weiss, Srinivas Kandagatla,
Varadarajan Narayanan, Anton Bambura, Cristian Cozzolino,
Jens Reidel, Luca Weiss, Mukesh Ojha, Nikita Travkin,
Satya Priya Kakitapalli
The following changes since commit 968178e35e78e566f75dbb7fbfc4dd1436ce8309:
dt-bindings: arm: qcom: Document samsung,ms013g (2024-07-02 22:15:29 -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.11-2
for you to fetch changes up to 2881fcfc8f32c536a4bf708066d6fea9ba762e86:
mailmap: Update Luca Weiss's email address (2024-07-08 12:08:35 -0500)
----------------------------------------------------------------
A few more Arm64 DeviceTree updates for v6.11
This introduces support for Lenovo Thinkpad Yoga slim 7x, LG Leon LTE,
and LG K10 (K420n).
In addition to this, all Gen-1 platforms gets the DWC3 quirk to disable
"SuperSpeed in park mode", which resolves an instabliity issue seen in
host mode.
For Fairphone 4, PM6150L and PMK8003 thermal sensors are added and
thermal zones defined.
Two fastrpc contexts on SM6350 are marked as non-secure, to allow
non-secure usage.
The video clock controller on SM8150 is introduced. IPQ9574 GCC is
marked as a interconnect provider. The vibrator block in the PM6150 is
described.
On SC7280 the download mode register is defined for SCM, allowing it to
enable/disable the ramdump support during a system crash.
Lastly, add a mailmap entry for Luca Weiss.
----------------------------------------------------------------
Anton Bambura (1):
arm64: dts: qcom: msm8916-lg-c50: add initial dts for LG Leon LTE
Bjorn Andersson (1):
Merge branch '20240430064214.2030013-3-quic_varada@quicinc.com' into arm64-for-6.11
Cristian Cozzolino (1):
arm64: dts: qcom: msm8916-lg-m216: Add initial device tree
Jens Reidel (1):
arm64: dts: qcom: pm6150: Add vibrator
Krishna Kurapati (8):
arm64: dts: qcom: ipq6018: Disable SS instance in Parkmode for USB
arm64: dts: qcom: ipq8074: Disable SS instance in Parkmode for USB
arm64: dts: qcom: msm8998: Disable SS instance in Parkmode for USB
arm64: dts: qcom: sdm630: Disable SS instance in Parkmode for USB
arm64: dts: qcom: sm6115: Disable SS instance in Parkmode for USB
arm64: dts: qcom: sm6350: Disable SS instance in Parkmode for USB
arm64: dts: qcom: msm8996: Disable SS instance in Parkmode for USB
arm64: dts: qcom: sdm845: Disable SS instance in Parkmode for USB
Luca Weiss (4):
arm64: dts: qcom: sm6350: Add missing qcom,non-secure-domain property
arm64: dts: qcom: sm7225-fairphone-fp4: Add PMK8003 thermals
arm64: dts: qcom: sm7225-fairphone-fp4: Add PM6150L thermals
mailmap: Update Luca Weiss's email address
Mukesh Ojha (1):
arm64: dts: qcom: sc7280: Enable download mode register write
Nikita Travkin (1):
dt-bindings: arm: qcom: Add msm8916 based LG devices
Satya Priya Kakitapalli (1):
arm64: dts: qcom: sm8150: Add video clock controller node
Srinivas Kandagatla (2):
dt-bindings: arm: qcom: Add Lenovo Yoga Slim 7x
arm64: dts: qcom: x1e80100: add Lenovo Thinkpad Yoga slim 7x devicetree
Varadarajan Narayanan (2):
dt-bindings: interconnect: Add Qualcomm IPQ9574 support
arm64: dts: qcom: ipq9574: Add icc provider ability to gcc
.mailmap | 1 +
Documentation/devicetree/bindings/arm/qcom.yaml | 3 +
.../bindings/clock/qcom,ipq9574-gcc.yaml | 3 +
arch/arm64/boot/dts/qcom/Makefile | 3 +
arch/arm64/boot/dts/qcom/ipq6018.dtsi | 1 +
arch/arm64/boot/dts/qcom/ipq8074.dtsi | 2 +
arch/arm64/boot/dts/qcom/ipq9574.dtsi | 2 +
arch/arm64/boot/dts/qcom/msm8916-lg-c50.dts | 140 ++++
arch/arm64/boot/dts/qcom/msm8916-lg-m216.dts | 251 ++++++
arch/arm64/boot/dts/qcom/msm8996.dtsi | 1 +
arch/arm64/boot/dts/qcom/msm8998.dtsi | 1 +
arch/arm64/boot/dts/qcom/pm6150.dtsi | 6 +
arch/arm64/boot/dts/qcom/sa8155p.dtsi | 4 +
arch/arm64/boot/dts/qcom/sc7280.dtsi | 1 +
arch/arm64/boot/dts/qcom/sdm630.dtsi | 1 +
arch/arm64/boot/dts/qcom/sdm845.dtsi | 2 +
arch/arm64/boot/dts/qcom/sm6115.dtsi | 1 +
arch/arm64/boot/dts/qcom/sm6350.dtsi | 3 +
arch/arm64/boot/dts/qcom/sm7225-fairphone-fp4.dts | 212 +++++
arch/arm64/boot/dts/qcom/sm8150.dtsi | 14 +
.../boot/dts/qcom/x1e80100-lenovo-yoga-slim7x.dts | 929 +++++++++++++++++++++
include/dt-bindings/interconnect/qcom,ipq9574.h | 59 ++
22 files changed, 1640 insertions(+)
create mode 100644 arch/arm64/boot/dts/qcom/msm8916-lg-c50.dts
create mode 100644 arch/arm64/boot/dts/qcom/msm8916-lg-m216.dts
create mode 100644 arch/arm64/boot/dts/qcom/x1e80100-lenovo-yoga-slim7x.dts
create mode 100644 include/dt-bindings/interconnect/qcom,ipq9574.h
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [GIT PULL] A few more Arm64 DeviceTree updates for v6.11
2024-07-09 19:34 [GIT PULL] A few more Arm64 DeviceTree updates for v6.11 Bjorn Andersson
@ 2024-07-09 21:30 ` patchwork-bot+linux-soc
0 siblings, 0 replies; 2+ messages in thread
From: patchwork-bot+linux-soc @ 2024-07-09 21:30 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, 9 Jul 2024 14:34:05 -0500 you wrote:
> The following changes since commit 968178e35e78e566f75dbb7fbfc4dd1436ce8309:
>
> dt-bindings: arm: qcom: Document samsung,ms013g (2024-07-02 22:15:29 -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.11-2
>
> [...]
Here is the summary with links:
- [GIT,PULL] A few more Arm64 DeviceTree updates for v6.11
https://git.kernel.org/soc/soc/c/28323a756166
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] 2+ messages in thread
end of thread, other threads:[~2024-07-09 21:30 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-09 19:34 [GIT PULL] A few more Arm64 DeviceTree updates for v6.11 Bjorn Andersson
2024-07-09 21:30 ` 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.