From: Cristian Marussi Date: Mon, 4 Jul 2022 10:22:35 +0000 (+0100) Subject: dt-bindings: firmware: arm,scmi: Add support for powercap protocol X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=451d8457bc9d193611993909644724117a8d1e8f;p=linux.git dt-bindings: firmware: arm,scmi: Add support for powercap protocol Add new SCMI v3.1 powercap protocol bindings definitions and example. Link: https://lore.kernel.org/r/20220704102241.2988447-2-cristian.marussi@arm.com Cc: Rob Herring Cc: devicetree@vger.kernel.org Acked-by: Rob Herring Signed-off-by: Cristian Marussi Signed-off-by: Sudeep Holla --- diff --git a/Documentation/devicetree/bindings/firmware/arm,scmi.yaml b/Documentation/devicetree/bindings/firmware/arm,scmi.yaml index 948e2a38beed5..1c0388da6721a 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@18: + type: object + properties: + reg: + const: 0x18 + additionalProperties: false patternProperties: @@ -323,6 +329,10 @@ examples: }; }; }; + + scmi_powercap: protocol@18 { + reg = <0x18>; + }; }; };