All of lore.kernel.org
 help / color / mirror / Atom feed
From: Melody Olvera <quic_molvera@quicinc.com>
To: Andy Gross <agross@kernel.org>,
	Bjorn Andersson <andersson@kernel.org>,
	Rob Herring <robh+dt@kernel.org>,
	Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>
Cc: <linux-arm-msm@vger.kernel.org>, <devicetree@vger.kernel.org>,
	<linux-kernel@vger.kernel.org>,
	Melody Olvera <quic_molvera@quicinc.com>
Subject: [PATCH v3 0/4] Add base device tree files for QDU1000/QRU1000
Date: Wed, 26 Oct 2022 13:04:25 -0700	[thread overview]
Message-ID: <20221026200429.162212-1-quic_molvera@quicinc.com> (raw)

This series adds the base device tree files and DTS support for the
Qualcomm QDU1000 and QRU1000 IDP SoCs, including the clocks, tlmm, smmu,
regulators, mmc, interconnects, cpufreq, and qup. 

This patchset is based off of [1] which adds support for the PMIC arb used
on these SoCs. It also requires the dt-bindings from [2], [3], [4], [5],
and [6].

The Qualcomm Technologies, Inc. Distributed Unit 1000 and Radio Unit
1000 are new SoCs meant for enabling Open RAN solutions. See more at
https://www.qualcomm.com/content/dam/qcomm-martech/dm-assets/documents/qualcomm_5g_ran_platforms_product_brief.pdf

[1] https://lore.kernel.org/all/20220914165212.3705892-3-vkoul@kernel.org/
[2] https://lore.kernel.org/all/20221026190441.4002212-1-quic_molvera@quicinc.com/
[3] https://lore.kernel.org/all/20221026190457.4003037-1-quic_molvera@quicinc.com/
[4] https://lore.kernel.org/all/20221026190520.4004264-1-quic_molvera@quicinc.com/
[5] https://lore.kernel.org/all/20221026190534.4004945-1-quic_molvera@quicinc.com/
[6] https://lore.kernel.org/all/20221026190549.4005703-1-quic_molvera@quicinc.com/

Changes from v2:
- Revised device nodes to match updated dt-bindings
- Revised rpmh-rsc bindings to allow for generic regulator nodes
- Updated soc ordering
- Moved clock node to DTS files
- Updated regulator nodes to be generic
- Removed some unnecessary whitespace

Melody Olvera (4):
  dt-bindings: soc: qcom,rpmh-rsc: Update to allow for generic nodes
  dt-bindings: arm: qcom: Document QDU1000/QRU1000 SoCs and boards
  arm64: dts: qcom: Add base QDU1000/QRU1000 DTSIs
  arm64: dts: qcom: Add base QDU1000/QRU1000 IDP DTs

 .../devicetree/bindings/arm/qcom.yaml         |   16 +
 .../bindings/soc/qcom/qcom,rpmh-rsc.yaml      |    2 +-
 arch/arm64/boot/dts/qcom/Makefile             |    2 +
 arch/arm64/boot/dts/qcom/qdu1000-idp.dts      |  245 +++
 arch/arm64/boot/dts/qcom/qdu1000.dtsi         | 1406 +++++++++++++++++
 arch/arm64/boot/dts/qcom/qru1000-idp.dts      |  245 +++
 arch/arm64/boot/dts/qcom/qru1000.dtsi         |   27 +
 7 files changed, 1942 insertions(+), 1 deletion(-)
 create mode 100644 arch/arm64/boot/dts/qcom/qdu1000-idp.dts
 create mode 100644 arch/arm64/boot/dts/qcom/qdu1000.dtsi
 create mode 100644 arch/arm64/boot/dts/qcom/qru1000-idp.dts
 create mode 100644 arch/arm64/boot/dts/qcom/qru1000.dtsi


base-commit: 60eac8672b5b6061ec07499c0f1b79f6d94311ce
prerequisite-patch-id: 01437f10d7e0ca6365e82de7d3097110e5f5015b
prerequisite-patch-id: 2b59bb9d152bd8f3094e2a4e16d62191a40da67f
prerequisite-patch-id: c39bef976384eacd3ff0c28168bca355e3c1609d
prerequisite-patch-id: 116279180e6d97fbbdcc6738627daad393680a58
prerequisite-patch-id: 58dc60e65b348ec703dba9327f51656d4ac81717
prerequisite-patch-id: b67d749c7d2e3f6639c547f7908911c5dfb92ba4
prerequisite-patch-id: 93c63c6cdcc2acb525ea4a958b1c6443e6fe3580
prerequisite-patch-id: bc93c707c0fdbd6b25b0c595e6e121038ab89af4
prerequisite-patch-id: 5e7a02607aecd3f5346a2f450982601cf6935e54
-- 
2.25.1


             reply	other threads:[~2022-10-26 20:05 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-10-26 20:04 Melody Olvera [this message]
2022-10-26 20:04 ` [PATCH v3 1/4] dt-bindings: soc: qcom,rpmh-rsc: Update to allow for generic nodes Melody Olvera
2022-10-27 15:08   ` Krzysztof Kozlowski
2022-11-08 21:34     ` Melody Olvera
2022-10-26 20:04 ` [PATCH v3 2/4] dt-bindings: arm: qcom: Document QDU1000/QRU1000 SoCs and boards Melody Olvera
2022-10-27 15:15   ` Krzysztof Kozlowski
2022-10-26 20:04 ` [PATCH v3 3/4] arm64: dts: qcom: Add base QDU1000/QRU1000 DTSIs Melody Olvera
2022-10-27 15:21   ` Krzysztof Kozlowski
2022-10-31 21:49     ` Melody Olvera
2022-10-31 23:25       ` Melody Olvera
2022-11-02 16:25         ` Krzysztof Kozlowski
2022-11-02 16:24       ` Krzysztof Kozlowski
2022-11-03 21:13         ` Melody Olvera
2022-11-04  4:05           ` Trilok Soni
2022-11-04  9:32             ` Konrad Dybcio
2022-11-04 15:34               ` Rob Herring
2022-11-09 18:19               ` Melody Olvera
2022-11-16 17:34                 ` Melody Olvera
2022-10-26 20:04 ` [PATCH v3 4/4] arm64: dts: qcom: Add base QDU1000/QRU1000 IDP DTs Melody Olvera
2022-10-27 15:23   ` Krzysztof Kozlowski
2022-11-08  1:27 ` (subset) [PATCH v3 0/4] Add base device tree files for QDU1000/QRU1000 Bjorn Andersson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20221026200429.162212-1-quic_molvera@quicinc.com \
    --to=quic_molvera@quicinc.com \
    --cc=agross@kernel.org \
    --cc=andersson@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=krzysztof.kozlowski+dt@linaro.org \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=robh+dt@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.