[PATCH v3 0/2] Add devicetree support for SDX55 Modem and MTP

From: Manivannan Sadhasivam
Date: Thu Nov 26 2020 - 03:31:51 EST


Hello,

This series adds devicetree support for Qualcomm SDX55 platform and MTP
board. This series functionally depends on Clock support series [1]
which is under review.

With the current devicetree support, the MTP can boot into initramfs
shell.

Thanks,
Mani

[1] https://lore.kernel.org/linux-arm-msm/20201119072714.14460-1-manivannan.sadhasivam@xxxxxxxxxx/

Changes in v3:

* Removed pll_test clock and used numbers instead of enums for GCC clock
so that this series can be applied without gcc patches.

Changes in v2:

* Incorporated review comments from Bjorn. Mostly minor changes.

Manivannan Sadhasivam (1):
ARM: dts: qcom: Add SDX55 platform and MTP board support

Vinod Koul (1):
dt-bindings: arm: qcom: Document SDX55 platform and boards

.../devicetree/bindings/arm/qcom.yaml | 6 +
arch/arm/boot/dts/Makefile | 3 +-
arch/arm/boot/dts/qcom-sdx55-mtp.dts | 27 +++
arch/arm/boot/dts/qcom-sdx55.dtsi | 193 ++++++++++++++++++
4 files changed, 228 insertions(+), 1 deletion(-)
create mode 100644 arch/arm/boot/dts/qcom-sdx55-mtp.dts
create mode 100644 arch/arm/boot/dts/qcom-sdx55.dtsi

--
2.25.1