Skip to content

Commit 4625810

Browse files
storulfsudeep-holla
authored andcommitted
dt-bindings: firmware: arm,scmi: Update examples for protocol@13
Recently we extended the binding for protocol@13 to allow it to be modelled as a generic performance domain. In a way to promote using the new binding, let's update the examples. Signed-off-by: Ulf Hansson <[email protected]> Acked-by: Rob Herring <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Sudeep Holla <[email protected]>
1 parent 495667d commit 4625810

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Documentation/devicetree/bindings/firmware/arm,scmi.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ examples:
355355
356356
scmi_dvfs: protocol@13 {
357357
reg = <0x13>;
358-
#clock-cells = <1>;
358+
#power-domain-cells = <1>;
359359
360360
mboxes = <&mhuB 1 0>,
361361
<&mhuB 1 1>;
@@ -468,7 +468,7 @@ examples:
468468
reg = <0x13>;
469469
linaro,optee-channel-id = <1>;
470470
shmem = <&cpu_optee_lpri0>;
471-
#clock-cells = <1>;
471+
#power-domain-cells = <1>;
472472
};
473473
474474
scmi_clk0: protocol@14 {

0 commit comments

Comments
 (0)