Commit 46258103 authored by Ulf Hansson's avatar Ulf Hansson Committed by Sudeep Holla

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: default avatarUlf Hansson <ulf.hansson@linaro.org>
Acked-by: default avatarRob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20240403111106.1110940-1-ulf.hansson@linaro.orgSigned-off-by: default avatarSudeep Holla <sudeep.holla@arm.com>
parent 495667d4
...@@ -355,7 +355,7 @@ examples: ...@@ -355,7 +355,7 @@ examples:
scmi_dvfs: protocol@13 { scmi_dvfs: protocol@13 {
reg = <0x13>; reg = <0x13>;
#clock-cells = <1>; #power-domain-cells = <1>;
mboxes = <&mhuB 1 0>, mboxes = <&mhuB 1 0>,
<&mhuB 1 1>; <&mhuB 1 1>;
...@@ -468,7 +468,7 @@ examples: ...@@ -468,7 +468,7 @@ examples:
reg = <0x13>; reg = <0x13>;
linaro,optee-channel-id = <1>; linaro,optee-channel-id = <1>;
shmem = <&cpu_optee_lpri0>; shmem = <&cpu_optee_lpri0>;
#clock-cells = <1>; #power-domain-cells = <1>;
}; };
scmi_clk0: protocol@14 { scmi_clk0: protocol@14 {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment