soc.lore.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] Additional Qualcomm ARM64 DT updates for v5.14
@ 2021-06-21 16:49 Bjorn Andersson
  2021-06-21 16:49 ` Bjorn Andersson
  2021-06-24  2:40 ` patchwork-bot+linux-soc
  0 siblings, 2 replies; 3+ messages in thread
From: Bjorn Andersson @ 2021-06-21 16:49 UTC (permalink / raw)
  To: arm, soc
  Cc: linux-arm-msm, linux-arm-kernel, Andy Gross, Arnd Bergmann,
	Olof Johansson, Kevin Hilman, Konrad Dybcio, Bhupesh Sharma,
	Robert Marko, Shaik Sajida Bhanu

Hi soc@

Sorry for this late pull request being so big, but I hope you're open to merge
these interesting additions that arrived after the previous pull.

Regards,
Bjorn

The following changes since commit 81cfa462e458405f58b23f45ddd9439c70bf5347:

  arm64: dts: qcom: sc7180: Add xo clock for eMMC and Sd card (2021-06-14 11:29:46 -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.14-1

for you to fetch changes up to abe66bb7a2f6e308f2fb059d60b1076df84306ad:

  arm64: dts: ipq8074: Add QUP6 I2C node (2021-06-21 11:21:11 -0500)

----------------------------------------------------------------
Additional Qualcomm ARM64 DT updates for v5.14

After a series of refactorings and additions to the SM8150 and SM8250
platform definitions, this adds new devicetree definitions for Sony
Xperia 1, 5, 1II and 5II.

It defines the Qualcomm SA8155p automotive platform as a derrivative of
SM8150 and introduces the Automotive Deveopment Platform board.

Lastly ipq8074 gains the definiton of an additiona I2C master and the
SDHCI bus votes for sc7180 are tweaked.

----------------------------------------------------------------
Bhupesh Sharma (5):
      dt-bindings: arm: qcom: Add compatible for sm8150-mtp board
      dt-bindings: arm: qcom: Add compatible for SA8155p-adp board
      arm64: dts: qcom: pmm8155au_1: Add base dts file
      arm64: dts: qcom: pmm8155au_2: Add base dts file
      arm64: dts: qcom: sa8155p-adp: Add base dts file

Konrad Dybcio (18):
      arm64: dts: qcom: sm8250: Don't disable MDP explicitly
      arm64: dts: qcom: sm8250: Add size/address-cells to dsi[01]
      arm64: dts: qcom: sm8250: Fix pcie2_lane unit address
      arm64: dts: qcom: sm8250: Add GPI DMA nodes
      arm64: dts: qcom: sm8250: Disable Adreno and Venus by default
      arm64: dts: qcom: sm8150: Disable Adreno and modem by default
      arm64: dts: qcom: sm8150: Add support for SONY Xperia 1 / 5 (Kumano platform)
      arm64: dts: qcom: sm8250: Add SDHCI2 sleep mode pinctrl
      arm64: dts: qcom: sm8250: Move gpio.h inclusion to SoC DTSI
      arm64: dts: qcom: sm8250: Add support for SONY Xperia 1 II / 5 II (Edo platform)
      arm64: dts: qcom: sm8[12]50-pm8150: Move RESIN to pm8150 dtsi
      arm64: dts: qcom: sm8250-edo: Fix up double "pinctrl-1"
      arm64: dts: qcom: sm8250-edo: Add hardware keys
      arm64: dts: qcom: sm8250: Commonize PCIe pins
      arm64: dts: qcom: sm8250-edo: Enable PCIe
      arm64: dts: qcom: sm8250-edo: Enable ADSP/CDSP/SLPI
      arm64: dts: qcom: sm8250-edo: Enable GPI DMA
      arm64: dts: qcom: sm8250-edo: Add Samsung touchscreen

Robert Marko (1):
      arm64: dts: ipq8074: Add QUP6 I2C node

Shaik Sajida Bhanu (1):
      arm64: dts: qcom: sc7180: bus votes for eMMC and SD card

 Documentation/devicetree/bindings/arm/qcom.yaml    |  13 +
 arch/arm64/boot/dts/qcom/Makefile                  |   5 +
 arch/arm64/boot/dts/qcom/ipq8074.dtsi              |  15 +
 arch/arm64/boot/dts/qcom/pm8150.dtsi               |  12 +-
 arch/arm64/boot/dts/qcom/pmm8155au_1.dtsi          | 135 +++++
 arch/arm64/boot/dts/qcom/pmm8155au_2.dtsi          | 108 ++++
 arch/arm64/boot/dts/qcom/qrb5165-rb5.dts           |  98 +---
 arch/arm64/boot/dts/qcom/sa8155p-adp.dts           | 360 ++++++++++++
 arch/arm64/boot/dts/qcom/sc7180.dtsi               |  20 +-
 arch/arm64/boot/dts/qcom/sm8150-hdk.dts            |  28 +-
 arch/arm64/boot/dts/qcom/sm8150-mtp.dts            |  28 +-
 .../dts/qcom/sm8150-sony-xperia-kumano-bahamut.dts |  19 +
 .../dts/qcom/sm8150-sony-xperia-kumano-griffin.dts |  13 +
 .../boot/dts/qcom/sm8150-sony-xperia-kumano.dtsi   | 452 +++++++++++++++
 arch/arm64/boot/dts/qcom/sm8150.dtsi               |   6 +
 arch/arm64/boot/dts/qcom/sm8250-hdk.dts            |  33 +-
 arch/arm64/boot/dts/qcom/sm8250-mtp.dts            |  10 +
 .../dts/qcom/sm8250-sony-xperia-edo-pdx203.dts     |  15 +
 .../dts/qcom/sm8250-sony-xperia-edo-pdx206.dts     |  35 ++
 .../boot/dts/qcom/sm8250-sony-xperia-edo.dtsi      | 636 +++++++++++++++++++++
 arch/arm64/boot/dts/qcom/sm8250.dtsi               | 188 +++++-
 21 files changed, 2090 insertions(+), 139 deletions(-)
 create mode 100644 arch/arm64/boot/dts/qcom/pmm8155au_1.dtsi
 create mode 100644 arch/arm64/boot/dts/qcom/pmm8155au_2.dtsi
 create mode 100644 arch/arm64/boot/dts/qcom/sa8155p-adp.dts
 create mode 100644 arch/arm64/boot/dts/qcom/sm8150-sony-xperia-kumano-bahamut.dts
 create mode 100644 arch/arm64/boot/dts/qcom/sm8150-sony-xperia-kumano-griffin.dts
 create mode 100644 arch/arm64/boot/dts/qcom/sm8150-sony-xperia-kumano.dtsi
 create mode 100644 arch/arm64/boot/dts/qcom/sm8250-sony-xperia-edo-pdx203.dts
 create mode 100644 arch/arm64/boot/dts/qcom/sm8250-sony-xperia-edo-pdx206.dts
 create mode 100644 arch/arm64/boot/dts/qcom/sm8250-sony-xperia-edo.dtsi

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-06-24  2:40 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-21 16:49 [GIT PULL] Additional Qualcomm ARM64 DT updates for v5.14 Bjorn Andersson
2021-06-21 16:49 ` Bjorn Andersson
2021-06-24  2:40 ` 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).