mbox series

[GIT,PULL] Qualcomm DeviceTree updates for v5.17

Message ID 20211221042154.3621955-1-bjorn.andersson@linaro.org
State New
Headers show
Series [GIT,PULL] Qualcomm DeviceTree updates for v5.17 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux.git tags/qcom-dts-for-5.17

Message

Bjorn Andersson Dec. 21, 2021, 4:21 a.m. UTC
The following changes since commit fa55b7dcdc43c1aa1ba12bca9d2dd4318c2a0dbf:

  Linux 5.16-rc1 (2021-11-14 13:56:52 -0800)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux.git tags/qcom-dts-for-5.17

for you to fetch changes up to ef5ad2608511596b8bd28f1e2b4fa8fadfd2f536:

  ARM: dts: qcom: Drop input-name property (2021-12-15 16:40:52 -0600)

----------------------------------------------------------------
Qualcomm DeviceTree updates for v5.17

To SDX55 this introduces the description of the IPA, PCIe PHY and PCIe
endpoint controller, as well as enables these for the FN960 device.

The SDX65 5G platform is introduced, currently with definitions
necessary to boot to a shell.

The undocumented property "input-name" is dropped throughout the dts
files, dwc3 nodes throughout gains more specific compatibles and lastly
building of the Dragonboard 410c DTB on ARM32 is enabled, in addition to
its normal operation in 64-bit mode.

----------------------------------------------------------------
Bjorn Andersson (1):
      Merge tag 'e15509b2b7c9b600ab38c5269d4fac609c077b5b.1638861860.git.quic_vamslank@quicinc.com' into dts-for-5.17

Dang Huynh (1):
      ARM: dts: qcom: Drop input-name property

David Heidelberg (1):
      ARM: dts: qcom: update USB nodes with new platform specific compatible

Manivannan Sadhasivam (6):
      ARM: dts: qcom: sdx55: Add support for PCIe PHY
      ARM: dts: qcom: sdx55-fn980: Enable PCIE0 PHY
      ARM: dts: qcom: sdx55: Add support for PCIe EP
      ARM: dts: qcom: sdx55-fn980: Enable PCIe EP
      ARM: dts: qcom: sdx55-fn980: Enable IPA
      ARM: dts: qcom: sdx55-t55: Enable IPA

Stephan Gerhold (1):
      ARM: dts: qcom: Build apq8016-sbc/DragonBoard 410c DTB on ARM32

Vamsi krishna Lanka (4):
      dt-bindings: clock: Add SDX65 GCC clock bindings
      dt-bindings: arm: qcom: Document SDX65 platform and boards
      ARM: dts: qcom: Add SDX65 platform and MTP board support
      ARM: dts: qcom: sdx65: Add pincontrol node

 Documentation/devicetree/bindings/arm/qcom.yaml    |   6 +
 .../devicetree/bindings/clock/qcom,gcc-sdx65.yaml  |  80 ++++++++
 arch/arm/boot/dts/Makefile                         |   4 +-
 arch/arm/boot/dts/qcom-apq8016-sbc.dts             |   2 +
 .../arm/boot/dts/qcom-apq8064-sony-xperia-yuga.dts |   1 -
 arch/arm/boot/dts/qcom-ipq4019.dtsi                |   4 +-
 arch/arm/boot/dts/qcom-ipq8064.dtsi                |   4 +-
 arch/arm/boot/dts/qcom-msm8974-fairphone-fp2.dts   |   1 -
 .../dts/qcom-msm8974-lge-nexus5-hammerhead.dts     |   1 -
 arch/arm/boot/dts/qcom-msm8974-samsung-klte.dts    |   1 -
 .../boot/dts/qcom-msm8974-sony-xperia-amami.dts    |   1 -
 .../boot/dts/qcom-msm8974-sony-xperia-castor.dts   |   1 -
 .../boot/dts/qcom-msm8974-sony-xperia-honami.dts   |   1 -
 arch/arm/boot/dts/qcom-sdx55-t55.dts               |   6 +
 arch/arm/boot/dts/qcom-sdx55-telit-fn980-tlb.dts   |  59 ++++++
 arch/arm/boot/dts/qcom-sdx55.dtsi                  |  80 ++++++++
 arch/arm/boot/dts/qcom-sdx65-mtp.dts               |  25 +++
 arch/arm/boot/dts/qcom-sdx65.dtsi                  | 222 +++++++++++++++++++++
 include/dt-bindings/clock/qcom,gcc-sdx65.h         | 122 +++++++++++
 19 files changed, 609 insertions(+), 12 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/clock/qcom,gcc-sdx65.yaml
 create mode 100644 arch/arm/boot/dts/qcom-apq8016-sbc.dts
 create mode 100644 arch/arm/boot/dts/qcom-sdx65-mtp.dts
 create mode 100644 arch/arm/boot/dts/qcom-sdx65.dtsi
 create mode 100644 include/dt-bindings/clock/qcom,gcc-sdx65.h