[PATCH V4 1/2] dt-bindings: firmware: qcom-scm: Add optional interrupt

From: Sibi Sankar
Date: Mon Nov 14 2022 - 03:27:37 EST


From: Guru Das Srinagesh <quic_gurus@xxxxxxxxxxx>

Add an interrupt specification to the bindings to support the wait-queue
feature.

Signed-off-by: Guru Das Srinagesh <quic_gurus@xxxxxxxxxxx>
Signed-off-by: Sibi Sankar <quic_sibis@xxxxxxxxxxx>
---

v4:
- Qualify bindings [Krzysztoff]

Documentation/devicetree/bindings/firmware/qcom,scm.yaml | 6 ++++++
1 file changed, 6 insertions(+)

diff --git a/Documentation/devicetree/bindings/firmware/qcom,scm.yaml b/Documentation/devicetree/bindings/firmware/qcom,scm.yaml
index be1b5746eddb..8011950d74c2 100644
--- a/Documentation/devicetree/bindings/firmware/qcom,scm.yaml
+++ b/Documentation/devicetree/bindings/firmware/qcom,scm.yaml
@@ -72,6 +72,12 @@ properties:
'#reset-cells':
const: 1

+ interrupts:
+ description:
+ The wait-queue interrupt that firmware raises as part of handshake
+ protocol to handle sleeping SCM calls.
+ maxItems: 1
+
qcom,dload-mode:
$ref: /schemas/types.yaml#/definitions/phandle-array
items:
--
2.17.1