[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20201204054347.2877857-1-vkoul@kernel.org>
Date: Fri, 4 Dec 2020 11:13:43 +0530
From: Vinod Koul <vkoul@...nel.org>
To: Bjorn Andersson <bjorn.andersson@...aro.org>
Cc: linux-arm-msm@...r.kernel.org, Vinod Koul <vkoul@...nel.org>,
Andy Gross <agross@...nel.org>,
Rob Herring <robh+dt@...nel.org>, devicetree@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: [PATCH 0/4] Add binding and dts for Qualcomm SM8350
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
Powered by blists - more mailing lists