Skip to content

Commit 29fc769

Browse files
robherringvireshk
authored andcommitted
dt-bindings: Clean-up OPP binding node names in examples
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]>
1 parent d00aa80 commit 29fc769

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Documentation/devicetree/bindings/gpu/arm,mali-bifrost.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ examples:
136136
resets = <&reset 0>, <&reset 1>;
137137
};
138138
139-
gpu_opp_table: opp_table0 {
139+
gpu_opp_table: opp-table {
140140
compatible = "operating-points-v2";
141141
142142
opp-533000000 {

Documentation/devicetree/bindings/gpu/arm,mali-midgard.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ examples:
160160
#cooling-cells = <2>;
161161
};
162162
163-
gpu_opp_table: opp_table0 {
163+
gpu_opp_table: opp-table {
164164
compatible = "operating-points-v2";
165165
166166
opp-533000000 {

Documentation/devicetree/bindings/interconnect/fsl,imx8m-noc.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,10 +81,10 @@ examples:
8181
noc_opp_table: opp-table {
8282
compatible = "operating-points-v2";
8383
84-
opp-133M {
84+
opp-133333333 {
8585
opp-hz = /bits/ 64 <133333333>;
8686
};
87-
opp-800M {
87+
opp-800000000 {
8888
opp-hz = /bits/ 64 <800000000>;
8989
};
9090
};

0 commit comments

Comments
 (0)