devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jingyi Wang <jingyi.wang@oss.qualcomm.com>
To: Rob Herring <robh@kernel.org>,
	Krzysztof Kozlowski <krzk+dt@kernel.org>,
	Conor Dooley <conor+dt@kernel.org>,
	Bjorn Andersson <andersson@kernel.org>,
	Konrad Dybcio <konradybcio@kernel.org>,
	Robert Marko <robimarko@gmail.com>,
	Das Srinagesh <quic_gurus@quicinc.com>
Cc: aiqun.yu@oss.qualcomm.com, tingwei.zhang@oss.qualcomm.com,
	trilok.soni@oss.qualcomm.com, yijie.yang@oss.qualcomm.com,
	linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org,
	linux-kernel@vger.kernel.org,
	Jingyi Wang <jingyi.wang@oss.qualcomm.com>,
	Eugen Hristev <eugen.hristev@linaro.org>
Subject: [PATCH v2 3/4] dt-bindings: firmware: qcom,scm: Document SCM on Kaanapali SOC
Date: Wed, 22 Oct 2025 00:28:43 -0700	[thread overview]
Message-ID: <20251022-knp-soc-binding-v2-3-3cd3f390f3e2@oss.qualcomm.com> (raw)
In-Reply-To: <20251022-knp-soc-binding-v2-0-3cd3f390f3e2@oss.qualcomm.com>

Document scm compatible for the Qualcomm Kaanapali SoC.

Reviewed-by: Eugen Hristev <eugen.hristev@linaro.org>
Signed-off-by: Jingyi Wang <jingyi.wang@oss.qualcomm.com>
---
 Documentation/devicetree/bindings/firmware/qcom,scm.yaml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Documentation/devicetree/bindings/firmware/qcom,scm.yaml b/Documentation/devicetree/bindings/firmware/qcom,scm.yaml
index ef97faac7e47..340b754e6322 100644
--- a/Documentation/devicetree/bindings/firmware/qcom,scm.yaml
+++ b/Documentation/devicetree/bindings/firmware/qcom,scm.yaml
@@ -31,6 +31,7 @@ properties:
           - qcom,scm-ipq806x
           - qcom,scm-ipq8074
           - qcom,scm-ipq9574
+          - qcom,scm-kaanapali
           - qcom,scm-mdm9607
           - qcom,scm-milos
           - qcom,scm-msm8226
@@ -202,6 +203,7 @@ allOf:
           compatible:
             contains:
               enum:
+                - qcom,scm-kaanapali
                 - qcom,scm-milos
                 - qcom,scm-sm8450
                 - qcom,scm-sm8550

-- 
2.25.1


  parent reply	other threads:[~2025-10-22  7:29 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-10-22  7:28 [PATCH v2 0/4] dt-bindings: soc: qcom: Add soc related bindings for Kaanapali and Glymur Jingyi Wang
2025-10-22  7:28 ` [PATCH v2 1/4] dt-bindings: soc: qcom: Add qcom,kaanapali-imem compatible Jingyi Wang
2025-10-22  8:49   ` Dmitry Baryshkov
2025-10-22  9:05     ` Jingyi Wang
2025-10-22  9:34       ` Dmitry Baryshkov
2025-10-22 22:42         ` Bjorn Andersson
2025-10-23  0:06           ` Dmitry Baryshkov
2025-10-23  4:36             ` Jingyi Wang
2025-10-27 18:44             ` Bjorn Andersson
2025-10-29 11:47               ` Aiqun(Maria) Yu
2025-10-29 15:37                 ` Bjorn Andersson
2025-11-04 12:51                   ` Konrad Dybcio
2025-10-23  8:54           ` Konrad Dybcio
2025-10-22  7:28 ` [PATCH v2 2/4] dt-bindings: soc: qcom,aoss-qmp: Document the Kaanapali AOSS channel Jingyi Wang
2025-10-26 22:15   ` Rob Herring (Arm)
2025-10-22  7:28 ` Jingyi Wang [this message]
2025-10-22  8:50   ` [PATCH v2 3/4] dt-bindings: firmware: qcom,scm: Document SCM on Kaanapali SOC Dmitry Baryshkov
2025-10-22  9:07     ` Jingyi Wang
2025-10-26 22:16   ` Rob Herring (Arm)
2025-10-22  7:28 ` [PATCH v2 4/4] dt-bindings: soc: qcom,aoss-qmp: Document the Glymur AOSS side channel Jingyi Wang
2025-10-26 22:16   ` Rob Herring (Arm)
2025-10-30 16:25 ` (subset) [PATCH v2 0/4] dt-bindings: soc: qcom: Add soc related bindings for Kaanapali and Glymur 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=20251022-knp-soc-binding-v2-3-3cd3f390f3e2@oss.qualcomm.com \
    --to=jingyi.wang@oss.qualcomm.com \
    --cc=aiqun.yu@oss.qualcomm.com \
    --cc=andersson@kernel.org \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=eugen.hristev@linaro.org \
    --cc=konradybcio@kernel.org \
    --cc=krzk+dt@kernel.org \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=quic_gurus@quicinc.com \
    --cc=robh@kernel.org \
    --cc=robimarko@gmail.com \
    --cc=tingwei.zhang@oss.qualcomm.com \
    --cc=trilok.soni@oss.qualcomm.com \
    --cc=yijie.yang@oss.qualcomm.com \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).