* [GIT PULL] More Qualcomm ARM32 DTS updates for 6.3
@ 2023-02-10 18:58 ` Bjorn Andersson
0 siblings, 0 replies; 3+ messages in thread
From: Bjorn Andersson @ 2023-02-10 18:58 UTC (permalink / raw)
To: arm, soc
Cc: linux-arm-msm, linux-arm-kernel, Andy Gross, Arnd Bergmann,
Olof Johansson, Kevin Hilman, Krzysztof Kozlowski, Luca Weiss,
Dmitry Baryshkov, Manivannan Sadhasivam, Yang Xiwen,
Bartosz Golaszewski, Christian Marangi, Jianhua Lu,
Rajendra Nayak
The following changes since commit 34d50b12d67795454139a1cfc7ca3add8efa3612:
ARM: dts: qcom: msm8226: add RPMCC node (2023-01-18 20:20:18 -0600)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux.git qcom-dts-for-6.3-2
for you to fetch changes up to 68e8dd352adc2c279f9608eaecbe2ced2f398b48:
ARM: dts: qcom: align OPP table names with DT schema (2023-02-08 20:03:17 -0800)
----------------------------------------------------------------
More Qualcomm ARM32 DTS updates for 6.3
This adds backlight, notification LED, vibrator, volume keys and hall
sensor to the OnePlus One, and provides a range of Devicetree validation
fixes across various platforms.
----------------------------------------------------------------
Bartosz Golaszewski (1):
dt-bindings: arm: qcom: add the sa8775p-ride board
Christian Marangi (1):
ARM: dts: qcom: ipq8064: move reg-less nodes outside soc node
Dmitry Baryshkov (3):
ARM: dts: qcom: apq8064: add #clock-cells to the HDMI PHY node
ARM: dts: qcom: apq8064: use hdmi_phy for the MMCC's hdmipll clock
ARM: dts: qcom: apq8064: add second DSI host and PHY
Jianhua Lu (1):
dt-bindings: arm: qcom: Add Xiaomi Mi Pad 5 Pro (xiaomi-elish)
Krzysztof Kozlowski (6):
ARM: dts: qcom: use "okay" for status
ARM: dts: qcom-sdx55: align RPMh regulator nodes with bindings
ARM: dts: qcom-sdx65: align RPMh regulator nodes with bindings
ARM: dts: qcom: apq8060-dragonboard: align MPP pin node names with DT schema
ARM: dts: qcom: sdx55: correct TLMM gpio-ranges
ARM: dts: qcom: align OPP table names with DT schema
Luca Weiss (5):
ARM: dts: qcom: pm8941: Add vibrator node
ARM: dts: qcom: msm8974-oneplus-bacon: Add vibrator
ARM: dts: qcom: msm8974-oneplus-bacon: Add volume keys and hall sensor
ARM: dts: qcom: msm8974-oneplus-bacon: Add backlight
ARM: dts: qcom: msm8974-oneplus-bacon: Add notification LED
Manivannan Sadhasivam (2):
ARM: dts: qcom: sdx55: Add Qcom SMMU-500 as the fallback for IOMMU node
ARM: dts: qcom: sdx65: Add Qcom SMMU-500 as the fallback for IOMMU node
Rajendra Nayak (1):
dt-bindings: arm: qcom: Document the sc7280 CRD Pro boards
Yang Xiwen (2):
dt-bindings: vendor-prefixes: add thwc
dt-bindings: qcom: Document msm8916-thwc-uf896 and ufi001c
Documentation/devicetree/bindings/arm/qcom.yaml | 16 ++++
.../devicetree/bindings/vendor-prefixes.yaml | 2 +
arch/arm/boot/dts/qcom-apq8060-dragonboard.dts | 16 ++--
arch/arm/boot/dts/qcom-apq8064.dtsi | 81 +++++++++++++++++-
arch/arm/boot/dts/qcom-ipq4019.dtsi | 2 +-
arch/arm/boot/dts/qcom-ipq8064.dtsi | 28 +++----
arch/arm/boot/dts/qcom-msm8226-samsung-s3ve3g.dts | 2 +-
.../arm/boot/dts/qcom-msm8974pro-oneplus-bacon.dts | 96 ++++++++++++++++++++++
arch/arm/boot/dts/qcom-pm8941.dtsi | 6 ++
arch/arm/boot/dts/qcom-sdx55-mtp.dts | 2 +-
arch/arm/boot/dts/qcom-sdx55-t55.dts | 8 +-
arch/arm/boot/dts/qcom-sdx55-telit-fn980-tlb.dts | 8 +-
arch/arm/boot/dts/qcom-sdx55.dtsi | 4 +-
arch/arm/boot/dts/qcom-sdx65-mtp.dts | 2 +-
arch/arm/boot/dts/qcom-sdx65.dtsi | 2 +-
15 files changed, 234 insertions(+), 41 deletions(-)
^ permalink raw reply [flat|nested] 3+ messages in thread* [GIT PULL] More Qualcomm ARM32 DTS updates for 6.3
@ 2023-02-10 18:58 ` Bjorn Andersson
0 siblings, 0 replies; 3+ messages in thread
From: Bjorn Andersson @ 2023-02-10 18:58 UTC (permalink / raw)
To: arm, soc
Cc: linux-arm-msm, linux-arm-kernel, Andy Gross, Arnd Bergmann,
Olof Johansson, Kevin Hilman, Krzysztof Kozlowski, Luca Weiss,
Dmitry Baryshkov, Manivannan Sadhasivam, Yang Xiwen,
Bartosz Golaszewski, Christian Marangi, Jianhua Lu,
Rajendra Nayak
The following changes since commit 34d50b12d67795454139a1cfc7ca3add8efa3612:
ARM: dts: qcom: msm8226: add RPMCC node (2023-01-18 20:20:18 -0600)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux.git qcom-dts-for-6.3-2
for you to fetch changes up to 68e8dd352adc2c279f9608eaecbe2ced2f398b48:
ARM: dts: qcom: align OPP table names with DT schema (2023-02-08 20:03:17 -0800)
----------------------------------------------------------------
More Qualcomm ARM32 DTS updates for 6.3
This adds backlight, notification LED, vibrator, volume keys and hall
sensor to the OnePlus One, and provides a range of Devicetree validation
fixes across various platforms.
----------------------------------------------------------------
Bartosz Golaszewski (1):
dt-bindings: arm: qcom: add the sa8775p-ride board
Christian Marangi (1):
ARM: dts: qcom: ipq8064: move reg-less nodes outside soc node
Dmitry Baryshkov (3):
ARM: dts: qcom: apq8064: add #clock-cells to the HDMI PHY node
ARM: dts: qcom: apq8064: use hdmi_phy for the MMCC's hdmipll clock
ARM: dts: qcom: apq8064: add second DSI host and PHY
Jianhua Lu (1):
dt-bindings: arm: qcom: Add Xiaomi Mi Pad 5 Pro (xiaomi-elish)
Krzysztof Kozlowski (6):
ARM: dts: qcom: use "okay" for status
ARM: dts: qcom-sdx55: align RPMh regulator nodes with bindings
ARM: dts: qcom-sdx65: align RPMh regulator nodes with bindings
ARM: dts: qcom: apq8060-dragonboard: align MPP pin node names with DT schema
ARM: dts: qcom: sdx55: correct TLMM gpio-ranges
ARM: dts: qcom: align OPP table names with DT schema
Luca Weiss (5):
ARM: dts: qcom: pm8941: Add vibrator node
ARM: dts: qcom: msm8974-oneplus-bacon: Add vibrator
ARM: dts: qcom: msm8974-oneplus-bacon: Add volume keys and hall sensor
ARM: dts: qcom: msm8974-oneplus-bacon: Add backlight
ARM: dts: qcom: msm8974-oneplus-bacon: Add notification LED
Manivannan Sadhasivam (2):
ARM: dts: qcom: sdx55: Add Qcom SMMU-500 as the fallback for IOMMU node
ARM: dts: qcom: sdx65: Add Qcom SMMU-500 as the fallback for IOMMU node
Rajendra Nayak (1):
dt-bindings: arm: qcom: Document the sc7280 CRD Pro boards
Yang Xiwen (2):
dt-bindings: vendor-prefixes: add thwc
dt-bindings: qcom: Document msm8916-thwc-uf896 and ufi001c
Documentation/devicetree/bindings/arm/qcom.yaml | 16 ++++
.../devicetree/bindings/vendor-prefixes.yaml | 2 +
arch/arm/boot/dts/qcom-apq8060-dragonboard.dts | 16 ++--
arch/arm/boot/dts/qcom-apq8064.dtsi | 81 +++++++++++++++++-
arch/arm/boot/dts/qcom-ipq4019.dtsi | 2 +-
arch/arm/boot/dts/qcom-ipq8064.dtsi | 28 +++----
arch/arm/boot/dts/qcom-msm8226-samsung-s3ve3g.dts | 2 +-
.../arm/boot/dts/qcom-msm8974pro-oneplus-bacon.dts | 96 ++++++++++++++++++++++
arch/arm/boot/dts/qcom-pm8941.dtsi | 6 ++
arch/arm/boot/dts/qcom-sdx55-mtp.dts | 2 +-
arch/arm/boot/dts/qcom-sdx55-t55.dts | 8 +-
arch/arm/boot/dts/qcom-sdx55-telit-fn980-tlb.dts | 8 +-
arch/arm/boot/dts/qcom-sdx55.dtsi | 4 +-
arch/arm/boot/dts/qcom-sdx65-mtp.dts | 2 +-
arch/arm/boot/dts/qcom-sdx65.dtsi | 2 +-
15 files changed, 234 insertions(+), 41 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] More Qualcomm ARM32 DTS updates for 6.3
2023-02-10 18:58 ` Bjorn Andersson
(?)
@ 2023-02-13 15:30 ` patchwork-bot+linux-soc
-1 siblings, 0 replies; 3+ messages in thread
From: patchwork-bot+linux-soc @ 2023-02-13 15: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 Fri, 10 Feb 2023 10:58:46 -0800 you wrote:
> The following changes since commit 34d50b12d67795454139a1cfc7ca3add8efa3612:
>
> ARM: dts: qcom: msm8226: add RPMCC node (2023-01-18 20:20:18 -0600)
>
> are available in the Git repository at:
>
> https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux.git qcom-dts-for-6.3-2
>
> [...]
Here is the summary with links:
- [GIT,PULL] More Qualcomm ARM32 DTS updates for 6.3
https://git.kernel.org/soc/soc/c/fc54e13d7125
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-13 15:30 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-02-10 18:58 [GIT PULL] More Qualcomm ARM32 DTS updates for 6.3 Bjorn Andersson
2023-02-10 18:58 ` Bjorn Andersson
2023-02-13 15: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.