diff options
author | Rob Herring <robh@kernel.org> | 2021-07-20 16:41:19 +0200 |
---|---|---|
committer | Viresh Kumar <viresh.kumar@linaro.org> | 2021-08-23 09:14:55 +0200 |
commit | d00aa8061e04da5c570a54283462e47fab01bd3c (patch) | |
tree | de5bcf60e0179511b82cefb9ac66e977586fe4c8 /arch/arm/boot/dts/omap36xx.dtsi | |
parent | opp: core: Check for pending links before reading required_opp pointers (diff) | |
download | linux-d00aa8061e04da5c570a54283462e47fab01bd3c.tar.xz linux-d00aa8061e04da5c570a54283462e47fab01bd3c.zip |
ARM: dts: omap: Drop references to opp.txt
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>
Diffstat (limited to 'arch/arm/boot/dts/omap36xx.dtsi')
-rw-r--r-- | arch/arm/boot/dts/omap36xx.dtsi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/omap36xx.dtsi b/arch/arm/boot/dts/omap36xx.dtsi index 20844dbc002e..22b33098b1a2 100644 --- a/arch/arm/boot/dts/omap36xx.dtsi +++ b/arch/arm/boot/dts/omap36xx.dtsi @@ -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>; |