Skip to content

Commit

Permalink
dt-bindings: Clean-up OPP binding node names in examples
Browse files Browse the repository at this point in the history
In preparation to convert OPP bindings to DT schema, clean-up a few OPP
binding node names in the binding examples.

Cc: Georgi Djakov <[email protected]>
Cc: Shawn Guo <[email protected]>
Cc: Sascha Hauer <[email protected]>
Cc: Leonard Crestez <[email protected]>
Acked-by: Viresh Kumar <[email protected]>
Signed-off-by: Rob Herring <[email protected]>
Acked-by: Georgi Djakov <[email protected]>
Signed-off-by: Viresh Kumar <[email protected]>
  • Loading branch information
robherring authored and vireshk committed Aug 23, 2021
1 parent d00aa80 commit 29fc769
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ examples:
resets = <&reset 0>, <&reset 1>;
};
gpu_opp_table: opp_table0 {
gpu_opp_table: opp-table {
compatible = "operating-points-v2";
opp-533000000 {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ examples:
#cooling-cells = <2>;
};
gpu_opp_table: opp_table0 {
gpu_opp_table: opp-table {
compatible = "operating-points-v2";
opp-533000000 {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,10 @@ examples:
noc_opp_table: opp-table {
compatible = "operating-points-v2";
opp-133M {
opp-133333333 {
opp-hz = /bits/ 64 <133333333>;
};
opp-800M {
opp-800000000 {
opp-hz = /bits/ 64 <800000000>;
};
};
Expand Down

0 comments on commit 29fc769

Please sign in to comment.