Skip to content

Commit

Permalink
ARM: dts: omap: Drop references to opp.txt
Browse files Browse the repository at this point in the history
opp.txt is getting removed with the OPP binding converted to DT schema.
As it is unusual to reference a binding doc from a dts file, let's just
remove the reference.

Cc: "Benoît Cousson" <bcousson@baylibre.com>
Cc: Tony Lindgren <tony@atomide.com>
Signed-off-by: Rob Herring <robh@kernel.org>
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
  • Loading branch information
Rob Herring authored and Viresh Kumar committed Aug 23, 2021
1 parent 19526d0 commit d00aa80
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion arch/arm/boot/dts/omap34xx.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
};
};

/* see Documentation/devicetree/bindings/opp/opp.txt */
cpu0_opp_table: opp-table {
compatible = "operating-points-v2-ti-cpu";
syscon = <&scm_conf>;
Expand Down
1 change: 0 additions & 1 deletion arch/arm/boot/dts/omap36xx.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
};
};

/* see Documentation/devicetree/bindings/opp/opp.txt */
cpu0_opp_table: opp-table {
compatible = "operating-points-v2-ti-cpu";
syscon = <&scm_conf>;
Expand Down

0 comments on commit d00aa80

Please sign in to comment.