Hi, This series adds the compatible for SM8350 SoC, board and aoss compatible. Then the base DTS for SM8350 SoC which contains clock (gcc, rpmh), pinctrl, uart, reserved memory and cpu nodes. The board file for MTP enables uart and adds the rpmh regulators Vinod Koul (4): dt-bindings: arm: qcom: Document SM8350 SoC and boards soc: qcom: aoss: Add SM8350 compatible arm64: dts: qcom: Add basic devicetree support for SM8350 SoC arm64: dts: qcom: Add basic devicetree support for SM8350-MTP board .../devicetree/bindings/arm/qcom.yaml | 6 + .../bindings/soc/qcom/qcom,aoss-qmp.txt | 1 + arch/arm64/boot/dts/qcom/Makefile | 1 + arch/arm64/boot/dts/qcom/sm8350-mtp.dts | 246 +++++++++ arch/arm64/boot/dts/qcom/sm8350.dtsi | 496 ++++++++++++++++++ drivers/soc/qcom/qcom_aoss.c | 1 + 6 files changed, 751 insertions(+) create mode 100644 arch/arm64/boot/dts/qcom/sm8350-mtp.dts create mode 100644 arch/arm64/boot/dts/qcom/sm8350.dtsi Thanks -- 2.26.2