[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20240807183205.803847-2-quic_molvera@quicinc.com>
Date: Wed, 7 Aug 2024 11:32:02 -0700
From: Melody Olvera <quic_molvera@...cinc.com>
To: Souradeep Chowdhury <quic_schowdhu@...cinc.com>,
Bjorn Andersson
<andersson@...nel.org>,
Konrad Dybcio <konradybcio@...nel.org>, Rob Herring
<robh@...nel.org>,
Krzysztof Kozlowski <krzk+dt@...nel.org>,
Conor Dooley
<conor+dt@...nel.org>,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
Trilok Soni <quic_tsoni@...cinc.com>,
Satya Durga Srinivasu Prabhala
<quic_satyap@...cinc.com>,
Elson Serrao <quic_eserrao@...cinc.com>
CC: <cros-qcom-dts-watchers@...omium.org>, <linux-arm-msm@...r.kernel.org>,
<devicetree@...r.kernel.org>, <linux-kernel@...r.kernel.org>,
<linux-usb@...r.kernel.org>, Melody Olvera <quic_molvera@...cinc.com>
Subject: [PATCH v1 1/3] dt-bindings: soc: qcom: eud: Update compatible strings for eud
The EUD can more accurately be divided into two types; a secure type
which requires that certain registers be updated via scm call and a
nonsecure type which must access registers nonsecurely. Thus, change
the compatible strings to reflect secure and nonsecure eud usage.
Signed-off-by: Melody Olvera <quic_molvera@...cinc.com>
---
Documentation/devicetree/bindings/soc/qcom/qcom,eud.yaml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/Documentation/devicetree/bindings/soc/qcom/qcom,eud.yaml b/Documentation/devicetree/bindings/soc/qcom/qcom,eud.yaml
index f2c5ec7e6437..476f92768610 100644
--- a/Documentation/devicetree/bindings/soc/qcom/qcom,eud.yaml
+++ b/Documentation/devicetree/bindings/soc/qcom/qcom,eud.yaml
@@ -17,8 +17,8 @@ properties:
compatible:
items:
- enum:
- - qcom,sc7280-eud
- - const: qcom,eud
+ - qcom,secure-eud
+ - qcom,eud
reg:
items:
@@ -55,7 +55,7 @@ additionalProperties: false
examples:
- |
eud@...0000 {
- compatible = "qcom,sc7280-eud", "qcom,eud";
+ compatible = "qcom,eud";
reg = <0x88e0000 0x2000>,
<0x88e2000 0x1000>;
--
2.45.2
Powered by blists - more mailing lists