[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20230325122444.249507-1-vkoul@kernel.org>
Date: Sat, 25 Mar 2023 17:54:32 +0530
From: Vinod Koul <vkoul@...nel.org>
To: Bjorn Andersson <andersson@...nel.org>,
Lorenzo Pieralisi <lpieralisi@...nel.org>,
Bjorn Helgaas <bhelgaas@...gle.com>,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
Georgi Djakov <djakov@...nel.org>,
Mark Brown <broonie@...nel.org>
Cc: linux-arm-msm@...r.kernel.org, Vinod Koul <vkoul@...nel.org>,
Alim Akhtar <alim.akhtar@...sung.com>,
Avri Altman <avri.altman@....com>,
Bart Van Assche <bvanassche@....org>,
Thomas Gleixner <tglx@...utronix.de>,
Marc Zyngier <maz@...nel.org>,
Konrad Dybcio <konrad.dybcio@...aro.org>,
Rob Herring <robh+dt@...nel.org>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@...aro.org>,
devicetree@...r.kernel.org, linux-kernel@...r.kernel.org,
Krzysztof WilczyĆski <kw@...ux.com>,
linux-pci@...r.kernel.org,
Kishon Vijay Abraham I <kishon@...nel.org>,
linux-phy@...ts.infradead.org,
Wesley Cheng <quic_wcheng@...cinc.com>,
linux-usb@...r.kernel.org, linux-pm@...r.kernel.org,
linux-scsi@...r.kernel.org, Liam Girdwood <lgirdwood@...il.com>
Subject: [PATCH v2 00/12] Introduce the SC8180x devices
This introduces Qualcomm SC8180x SoC which features in Lenovo Flex 5G
laptop. This also adds support for Primus platform as well as Lenovo Flex 5G
laptop.
I would be great if submaintainers can ack the binding patch so that
everything can go thru qcom tree
Changes in v2:
- Fix the ufs pcie and phy bindings
- Lots of error fixes for dtbs_check
- Add few more missing compatiables
Bjorn Andersson (3):
arm64: dts: qcom: Introduce the SC8180x platform
arm64: dts: qcom: sc8180x: Introduce Primus
arm64: dts: qcom: sc8180x: Introduce Lenovo Flex 5G
Vinod Koul (9):
dt-bindings: firmware: document Qualcomm SC8180X SCM
dt-bindings: PCI: qcom: Document sc8180x properties
dt-bindings: phy: qcom,qmp-pcie: fix the sc8180x regs
dt-bindings: usb: qcom,dwc3: Add SC8180x binding
dt-bindings: interconnect: split SC8180x to own schema
scsi: ufs: dt-bindings: Add SC8180x binding
dt-bindings: phy: qcom,qmp-ufs: fix the sc8180x regs
regulator: dt-bindings: qcom,rpmh: Add compatible for PMC8180
dt-bindings: qcom,pdc: Add SC8180x compatible
.../bindings/firmware/qcom,scm.yaml | 1 +
.../bindings/interconnect/qcom,rpmh.yaml | 11 -
.../interconnect/qcom,sc8180x-rpmh.yaml | 76 +
.../interrupt-controller/qcom,pdc.yaml | 1 +
.../devicetree/bindings/pci/qcom,pcie.yaml | 49 +-
.../phy/qcom,ipq8074-qmp-pcie-phy.yaml | 2 +-
.../phy/qcom,msm8996-qmp-ufs-phy.yaml | 18 +-
.../regulator/qcom,rpmh-regulator.yaml | 4 +
.../devicetree/bindings/ufs/qcom,ufs.yaml | 2 +
.../devicetree/bindings/usb/qcom,dwc3.yaml | 2 +
arch/arm64/boot/dts/qcom/Makefile | 2 +
.../boot/dts/qcom/sc8180x-lenovo-flex-5g.dts | 590 +++
arch/arm64/boot/dts/qcom/sc8180x-pmics.dtsi | 326 ++
arch/arm64/boot/dts/qcom/sc8180x-primus.dts | 706 +++
arch/arm64/boot/dts/qcom/sc8180x.dtsi | 3950 +++++++++++++++++
15 files changed, 5709 insertions(+), 31 deletions(-)
create mode 100644 Documentation/devicetree/bindings/interconnect/qcom,sc8180x-rpmh.yaml
create mode 100644 arch/arm64/boot/dts/qcom/sc8180x-lenovo-flex-5g.dts
create mode 100644 arch/arm64/boot/dts/qcom/sc8180x-pmics.dtsi
create mode 100644 arch/arm64/boot/dts/qcom/sc8180x-primus.dts
create mode 100644 arch/arm64/boot/dts/qcom/sc8180x.dtsi
--
2.39.2
Powered by blists - more mailing lists