[PATCH 1/7] dt-bindings: firmware: arm,scmi: Add powercap protocol

Cristian Marussi cristian.marussi at arm.com
Wed May 4 02:36:03 PDT 2022


Add new SCMIv3.1 Powercap protocol bindings definitions and example.

Cc: Rob Herring <robh+dt at kernel.org>
Cc: devicetree at vger.kernel.org
Signed-off-by: Cristian Marussi <cristian.marussi at arm.com>
---
 .../devicetree/bindings/firmware/arm,scmi.yaml         | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/Documentation/devicetree/bindings/firmware/arm,scmi.yaml b/Documentation/devicetree/bindings/firmware/arm,scmi.yaml
index 948e2a38beed..1c0388da6721 100644
--- a/Documentation/devicetree/bindings/firmware/arm,scmi.yaml
+++ b/Documentation/devicetree/bindings/firmware/arm,scmi.yaml
@@ -183,6 +183,12 @@ properties:
             required:
               - reg
 
+  protocol at 18:
+    type: object
+    properties:
+      reg:
+        const: 0x18
+
 additionalProperties: false
 
 patternProperties:
@@ -323,6 +329,10 @@ examples:
                     };
                 };
             };
+
+            scmi_powercap: protocol at 18 {
+                reg = <0x18>;
+            };
         };
     };
 
-- 
2.32.0




More information about the linux-arm-kernel mailing list