All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 1/3] ARM: dts: omap: Drop references to opp.txt
@ 2021-07-20 14:41 Rob Herring
  2021-07-20 14:41   ` Rob Herring
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Rob Herring @ 2021-07-20 14:41 UTC (permalink / raw)
  To: Viresh Kumar, Tony Lindgren
  Cc: devicetree, linux-kernel, Benoît Cousson, linux-omap

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>
Cc: linux-omap@vger.kernel.org
Signed-off-by: Rob Herring <robh@kernel.org>
---
 arch/arm/boot/dts/omap34xx.dtsi | 1 -
 arch/arm/boot/dts/omap36xx.dtsi | 1 -
 2 files changed, 2 deletions(-)

diff --git a/arch/arm/boot/dts/omap34xx.dtsi b/arch/arm/boot/dts/omap34xx.dtsi
index feaa43b78535..8b8451399784 100644
--- a/arch/arm/boot/dts/omap34xx.dtsi
+++ b/arch/arm/boot/dts/omap34xx.dtsi
@@ -24,7 +24,6 @@ cpu: cpu@0 {
 		};
 	};
 
-	/* see Documentation/devicetree/bindings/opp/opp.txt */
 	cpu0_opp_table: opp-table {
 		compatible = "operating-points-v2-ti-cpu";
 		syscon = <&scm_conf>;
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 @@ cpu: cpu@0 {
 		};
 	};
 
-	/* see Documentation/devicetree/bindings/opp/opp.txt */
 	cpu0_opp_table: opp-table {
 		compatible = "operating-points-v2-ti-cpu";
 		syscon = <&scm_conf>;
-- 
2.27.0


^ permalink raw reply related	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2021-07-26  9:04 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-20 14:41 [PATCH v3 1/3] ARM: dts: omap: Drop references to opp.txt Rob Herring
2021-07-20 14:41 ` [PATCH v3 2/3] dt-bindings: Clean-up OPP binding node names in examples Rob Herring
2021-07-20 14:41   ` Rob Herring
2021-07-20 17:29   ` Georgi Djakov
2021-07-20 17:29     ` Georgi Djakov
2021-07-20 14:41 ` [PATCH v3 3/3] dt-bindings: opp: Convert to DT schema Rob Herring
2021-07-20 14:41   ` Rob Herring
2021-07-20 14:46   ` Maxime Ripard
2021-07-20 14:46     ` Maxime Ripard
2021-07-26  9:04 ` [PATCH v3 1/3] ARM: dts: omap: Drop references to opp.txt Viresh Kumar

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.