2021-07-20 15:02:55

by Rob Herring (Arm)

[permalink] [raw]
Subject: [PATCH v3 1/3] 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" <[email protected]>
Cc: Tony Lindgren <[email protected]>
Cc: [email protected]
Signed-off-by: Rob Herring <[email protected]>
---
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


2021-07-26 09:06:35

by Viresh Kumar

[permalink] [raw]
Subject: Re: [PATCH v3 1/3] ARM: dts: omap: Drop references to opp.txt

On 20-07-21, 08:41, Rob Herring wrote:
> 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" <[email protected]>
> Cc: Tony Lindgren <[email protected]>
> Cc: [email protected]
> Signed-off-by: Rob Herring <[email protected]>
> ---
> arch/arm/boot/dts/omap34xx.dtsi | 1 -
> arch/arm/boot/dts/omap36xx.dtsi | 1 -
> 2 files changed, 2 deletions(-)

Applied all 3. Thanks.

--
viresh