Commit 29fc7695 authored by Rob Herring's avatar Rob Herring Committed by Viresh Kumar

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 <djakov@kernel.org>
Cc: Shawn Guo <shawnguo@kernel.org>
Cc: Sascha Hauer <s.hauer@pengutronix.de>
Cc: Leonard Crestez <leonard.crestez@nxp.com>
Acked-by: default avatarViresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: default avatarRob Herring <robh@kernel.org>
Acked-by: default avatarGeorgi Djakov <djakov@kernel.org>
Signed-off-by: default avatarViresh Kumar <viresh.kumar@linaro.org>
parent d00aa806
...@@ -136,7 +136,7 @@ examples: ...@@ -136,7 +136,7 @@ examples:
resets = <&reset 0>, <&reset 1>; resets = <&reset 0>, <&reset 1>;
}; };
gpu_opp_table: opp_table0 { gpu_opp_table: opp-table {
compatible = "operating-points-v2"; compatible = "operating-points-v2";
opp-533000000 { opp-533000000 {
......
...@@ -160,7 +160,7 @@ examples: ...@@ -160,7 +160,7 @@ examples:
#cooling-cells = <2>; #cooling-cells = <2>;
}; };
gpu_opp_table: opp_table0 { gpu_opp_table: opp-table {
compatible = "operating-points-v2"; compatible = "operating-points-v2";
opp-533000000 { opp-533000000 {
......
...@@ -81,10 +81,10 @@ examples: ...@@ -81,10 +81,10 @@ examples:
noc_opp_table: opp-table { noc_opp_table: opp-table {
compatible = "operating-points-v2"; compatible = "operating-points-v2";
opp-133M { opp-133333333 {
opp-hz = /bits/ 64 <133333333>; opp-hz = /bits/ 64 <133333333>;
}; };
opp-800M { opp-800000000 {
opp-hz = /bits/ 64 <800000000>; opp-hz = /bits/ 64 <800000000>;
}; };
}; };
......
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