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>
Subject: [PATCH v3 1/2] dt-bindings: soc: qcom: Add qcom,kaanapali-imem compatible
Date: Sun, 02 Nov 2025 23:25:06 -0800 [thread overview]
Message-ID: <20251102-knp-soc-binding-v3-1-11255ec4a535@oss.qualcomm.com> (raw)
In-Reply-To: <20251102-knp-soc-binding-v3-0-11255ec4a535@oss.qualcomm.com>
Document qcom,kaanapali-imem compatible. Kaanapali IMEM is not a syscon or
simple-mfd, also "reboot reason" is not required on Kaanapali like some
other platforms. So define a common "qcom,imem" binding and fallback to it.
Currently there is no requirement for any specific implementation for the
"qcom,imem". Its child node "qcom,pil-reloc-info" has no implementation
dependency on IMEM.
Signed-off-by: Jingyi Wang <jingyi.wang@oss.qualcomm.com>
---
.../devicetree/bindings/sram/qcom,imem.yaml | 77 ++++++++++++----------
1 file changed, 41 insertions(+), 36 deletions(-)
diff --git a/Documentation/devicetree/bindings/sram/qcom,imem.yaml b/Documentation/devicetree/bindings/sram/qcom,imem.yaml
index 6a627c57ae2f..09278b21acf4 100644
--- a/Documentation/devicetree/bindings/sram/qcom,imem.yaml
+++ b/Documentation/devicetree/bindings/sram/qcom,imem.yaml
@@ -15,42 +15,47 @@ description:
properties:
compatible:
- items:
- - enum:
- - qcom,apq8064-imem
- - qcom,ipq5424-imem
- - qcom,msm8226-imem
- - qcom,msm8974-imem
- - qcom,msm8976-imem
- - qcom,qcs404-imem
- - qcom,qcs615-imem
- - qcom,qcs8300-imem
- - qcom,qdu1000-imem
- - qcom,sa8775p-imem
- - qcom,sar2130p-imem
- - qcom,sc7180-imem
- - qcom,sc7280-imem
- - qcom,sc8280xp-imem
- - qcom,sdm630-imem
- - qcom,sdm845-imem
- - qcom,sdx55-imem
- - qcom,sdx65-imem
- - qcom,sdx75-imem
- - qcom,sm6115-imem
- - qcom,sm6125-imem
- - qcom,sm6350-imem
- - qcom,sm6375-imem
- - qcom,sm7150-imem
- - qcom,sm8150-imem
- - qcom,sm8250-imem
- - qcom,sm8350-imem
- - qcom,sm8450-imem
- - qcom,sm8550-imem
- - qcom,sm8650-imem
- - qcom,sm8750-imem
- - qcom,x1e80100-imem
- - const: syscon
- - const: simple-mfd
+ oneOf:
+ - items:
+ - enum:
+ - qcom,apq8064-imem
+ - qcom,ipq5424-imem
+ - qcom,msm8226-imem
+ - qcom,msm8974-imem
+ - qcom,msm8976-imem
+ - qcom,qcs404-imem
+ - qcom,qcs615-imem
+ - qcom,qcs8300-imem
+ - qcom,qdu1000-imem
+ - qcom,sa8775p-imem
+ - qcom,sar2130p-imem
+ - qcom,sc7180-imem
+ - qcom,sc7280-imem
+ - qcom,sc8280xp-imem
+ - qcom,sdm630-imem
+ - qcom,sdm845-imem
+ - qcom,sdx55-imem
+ - qcom,sdx65-imem
+ - qcom,sdx75-imem
+ - qcom,sm6115-imem
+ - qcom,sm6125-imem
+ - qcom,sm6350-imem
+ - qcom,sm6375-imem
+ - qcom,sm7150-imem
+ - qcom,sm8150-imem
+ - qcom,sm8250-imem
+ - qcom,sm8350-imem
+ - qcom,sm8450-imem
+ - qcom,sm8550-imem
+ - qcom,sm8650-imem
+ - qcom,sm8750-imem
+ - qcom,x1e80100-imem
+ - const: syscon
+ - const: simple-mfd
+ - items:
+ - enum:
+ - qcom,kaanapali-imem
+ - const: qcom,imem
reg:
maxItems: 1
--
2.25.1
next prev parent reply other threads:[~2025-11-03 7:25 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-11-03 7:25 [PATCH v3 0/2] dt-bindings: soc: qcom: Add soc related bindings for Kaanapali Jingyi Wang
2025-11-03 7:25 ` Jingyi Wang [this message]
2025-11-04 3:17 ` [PATCH v3 1/2] dt-bindings: soc: qcom: Add qcom,kaanapali-imem compatible Bjorn Andersson
2025-11-04 8:16 ` Krzysztof Kozlowski
2025-11-04 10:41 ` Aiqun(Maria) Yu
2025-11-04 12:32 ` Konrad Dybcio
2025-11-04 14:26 ` Krzysztof Kozlowski
2025-11-04 14:35 ` Konrad Dybcio
2025-11-04 14:37 ` Krzysztof Kozlowski
2025-11-04 14:38 ` Konrad Dybcio
2025-11-04 14:52 ` Krzysztof Kozlowski
2025-11-04 14:58 ` Konrad Dybcio
2025-11-04 15:02 ` Krzysztof Kozlowski
2025-11-04 15:14 ` Konrad Dybcio
2025-11-06 20:24 ` Bjorn Andersson
2025-11-11 8:29 ` Kathiravan Thirumoorthy
2025-11-11 12:08 ` Aiqun(Maria) Yu
2025-11-11 16:38 ` Kathiravan Thirumoorthy
2025-11-03 7:25 ` [PATCH v3 2/2] dt-bindings: firmware: qcom,scm: Document SCM on Kaanapali SOC Jingyi Wang
2025-11-04 3:53 ` (subset) [PATCH v3 0/2] dt-bindings: soc: qcom: Add soc related bindings for Kaanapali 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=20251102-knp-soc-binding-v3-1-11255ec4a535@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=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).