mbox series

[GIT,PULL] More Qualcomm ARM32 DTS updates for 6.3

Message ID 20230210185846.2032601-1-andersson@kernel.org
State New
Headers show
Series [GIT,PULL] More Qualcomm ARM32 DTS updates for 6.3 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux.git qcom-dts-for-6.3-2

Message

Bjorn Andersson Feb. 10, 2023, 6:58 p.m. UTC
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(-)