* [GIT PULL] Qualcomm ARM32 DeviceTree updates for v6.5
@ 2023-06-11 1:08 Bjorn Andersson
2023-07-05 20:42 ` patchwork-bot+linux-soc
0 siblings, 1 reply; 2+ messages in thread
From: Bjorn Andersson @ 2023-06-11 1:08 UTC (permalink / raw)
To: arm, soc
Cc: linux-arm-msm, linux-arm-kernel, Andy Gross, Arnd Bergmann,
Olof Johansson, Kevin Hilman, Krzysztof Kozlowski, Rohit Agarwal,
Dmitry Baryshkov, Matti Lehtimäki, Luca Weiss, Linus Walleij
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(-)
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [GIT PULL] Qualcomm ARM32 DeviceTree updates for v6.5
2023-06-11 1:08 [GIT PULL] Qualcomm ARM32 DeviceTree updates for v6.5 Bjorn Andersson
@ 2023-07-05 20:42 ` patchwork-bot+linux-soc
0 siblings, 0 replies; 2+ messages in thread
From: patchwork-bot+linux-soc @ 2023-07-05 20:42 UTC (permalink / raw)
To: Bjorn Andersson; +Cc: soc
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!
--
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:[~2023-07-05 20:42 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-11 1:08 [GIT PULL] Qualcomm ARM32 DeviceTree updates for v6.5 Bjorn Andersson
2023-07-05 20:42 ` patchwork-bot+linux-soc
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).