mbox series

[GIT,PULL] More Qualcomm ARM64 DT updates for 5.13

Message ID 20210409163949.776530-1-bjorn.andersson@linaro.org
State New
Headers show
Series [GIT,PULL] More Qualcomm ARM64 DT updates for 5.13 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux.git tags/qcom-arm64-for-5.13-2

Message

Bjorn Andersson April 9, 2021, 4:39 p.m. UTC
The following changes since commit e9269650db2f5b4aeeafced1a42b2e51d10bcdf5:

  arm64: dts: qcom: qrb5165-rb5: switch into using GPIO for SPI0 CS (2021-03-18 09:35:42 -0500)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux.git tags/qcom-arm64-for-5.13-2

for you to fetch changes up to 7178d4cc0702bfe6a7e0f21e37d6e3dfe8e40f11:

  arm64: dts: qcom: update usb qmp phy clock-cells property (2021-04-08 10:23:25 -0500)

----------------------------------------------------------------
More Qualcomm ARM64 DT updates for 5.13

This adds RPMh regulators, coresight, AOSS qmp, ipcc, llcc for the
SC7280. It adds interconnect, PRNG and thermal pieces to SM8350. It
specifies the now required clocks for the SDM845 gcc, corrects the
firmware-name for adsp and cdsp on the db845c and defines DSI and panel
bits for Xiaomi Pocophone F1.

SM8150 gains iommu settings and the remaining I2C controllers and SM8250
gains Venus and the QMP PHY is updated to include the DP portion.

It adds the MSM8998 based OnePlus 5/5T device and enables sound support
on the Trogdor device family.

Lastly it adds the GIC hypervisor registers & interrupt for when Linux
is booted in EL2 on MSM8916.

----------------------------------------------------------------
Ajit Pandey (1):
      arm64: dts: qcom: sc7180-trogdor: Add lpass dai link for I2S driver

Bryan O'Donoghue (1):
      arm64: dts: qcom: sm8250: Add venus DT node

Caleb Connolly (2):
      arm64: dts: qcom: sm8150: add other QUP nodes and iommus
      arm64: dts: qcom: sm8150: add i2c nodes

Dmitry Baryshkov (4):
      arm64: dts: qcom: sdm845: add required clocks on the gcc
      arm64: dts: qcom: sm8250: switch usb1 qmp phy to USB3+DP mode
      arm64: dts: qcom: use dp_phy to provide clocks to dispcc
      arm64: dts: sdm845-db845c: make firmware filenames follow linux-firmware

Jami Kettunen (2):
      arm64: dts: qcom: msm8998: Disable MSS remoteproc by default
      arm64: dts: qcom: Add support for OnePlus 5/5T

Jonathan Marek (2):
      arm64: dts: qcom: sm8250: fix display nodes
      arm64: dts: qcom: update usb qmp phy clock-cells property

Robert Foss (2):
      arm64: dts: qcom: sm8350: Add thermal zones and throttling support
      arm64: dts: qcom: sm8350: Add support for PRNG EE

Sai Prakash Ranjan (4):
      arm64: dts: qcom: sc7280: Add device tree node for LLCC
      arm64: dts: qcom: sc7280: Add IPCC for SC7280 SoC
      arm64: dts: qcom: sc7280: Add AOSS QMP node
      arm64: dts: qcom: sc7280: Add Coresight support

Srinivasa Rao Mandadapu (1):
      arm64: dts: qcom: Add sound node for sc7180-trogdor-coachz

Stephan Gerhold (1):
      arm64: dts: qcom: msm8916: Add GICv2 hypervisor registers/interrupt

Sujit Kautkar (1):
      arm64: dts: qcom: Move rmtfs memory region

Sumit Semwal (1):
      arm64: dts: qcom: sdm845-xiaomi-beryllium: Add DSI and panel bits

Vinod Koul (1):
      arm64: dts: qcom: sm8350: Add interconnects

jonathan@marek.ca (1):
      arm64: dts: qcom: sm8250: Add videocc DT node

satya priya (1):
      arm64: dts: qcom: sc7280: Add RPMh regulators for sc7280-idp

 arch/arm64/boot/dts/qcom/Makefile                  |   2 +
 arch/arm64/boot/dts/qcom/msm8916.dtsi              |   4 +-
 arch/arm64/boot/dts/qcom/msm8998-clamshell.dtsi    |   4 +
 arch/arm64/boot/dts/qcom/msm8998-mtp.dtsi          |   4 +
 .../boot/dts/qcom/msm8998-oneplus-cheeseburger.dts |  42 +
 .../boot/dts/qcom/msm8998-oneplus-common.dtsi      | 514 ++++++++++++
 .../boot/dts/qcom/msm8998-oneplus-dumpling.dts     |  25 +
 arch/arm64/boot/dts/qcom/msm8998.dtsi              |   2 +
 .../arm64/boot/dts/qcom/sc7180-trogdor-coachz.dtsi |  10 +
 arch/arm64/boot/dts/qcom/sc7180-trogdor.dtsi       |  60 +-
 arch/arm64/boot/dts/qcom/sc7180.dtsi               |   4 +-
 arch/arm64/boot/dts/qcom/sc7280-idp.dts            | 212 +++++
 arch/arm64/boot/dts/qcom/sc7280.dtsi               | 520 ++++++++++++
 arch/arm64/boot/dts/qcom/sdm845-db845c.dts         |   4 +-
 .../boot/dts/qcom/sdm845-xiaomi-beryllium.dts      |  71 ++
 arch/arm64/boot/dts/qcom/sdm845.dtsi               |  16 +-
 arch/arm64/boot/dts/qcom/sm8150.dtsi               | 553 ++++++++++++-
 arch/arm64/boot/dts/qcom/sm8250.dtsi               | 128 ++-
 arch/arm64/boot/dts/qcom/sm8350.dtsi               | 911 +++++++++++++++++++++
 19 files changed, 3048 insertions(+), 38 deletions(-)
 create mode 100644 arch/arm64/boot/dts/qcom/msm8998-oneplus-cheeseburger.dts
 create mode 100644 arch/arm64/boot/dts/qcom/msm8998-oneplus-common.dtsi
 create mode 100644 arch/arm64/boot/dts/qcom/msm8998-oneplus-dumpling.dts

Comments

Arnd Bergmann April 9, 2021, 7:54 p.m. UTC | #1
From: Arnd Bergmann <arnd@arndb.de>

On Fri, 9 Apr 2021 11:39:49 -0500, Bjorn Andersson wrote:
> The following changes since commit e9269650db2f5b4aeeafced1a42b2e51d10bcdf5:
> 
>   arm64: dts: qcom: qrb5165-rb5: switch into using GPIO for SPI0 CS (2021-03-18 09:35:42 -0500)
> 
> are available in the Git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux.git tags/qcom-arm64-for-5.13-2
> 
> [...]

Merged into arm/dt, thanks!

merge commit: a8f6ba28257ab6fcf08138496afdcb2d6de3955c

       Arnd