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

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 {
+1 −1
Original line number Diff line number Diff line
@@ -160,7 +160,7 @@ examples:
      #cooling-cells = <2>;
    };

    gpu_opp_table: opp_table0 {
    gpu_opp_table: opp-table {
      compatible = "operating-points-v2";

      opp-533000000 {
+2 −2
Original line number Diff line number Diff line
@@ -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>;
            };
        };