dri-devel Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 2/3] dt-bindings: Clean-up OPP binding node names in examples
       [not found] <20210720144121.66713-1-robh@kernel.org>
@ 2021-07-20 14:41 ` Rob Herring
  2021-07-20 17:29   ` Georgi Djakov
  0 siblings, 1 reply; 2+ messages in thread
From: Rob Herring @ 2021-07-20 14:41 UTC (permalink / raw)
  To: Viresh Kumar, Tony Lindgren
  Cc: devicetree, Leonard Crestez, linux-pm, Sascha Hauer, linux-kernel,
	dri-devel, Benoît Cousson, Georgi Djakov, linux-omap,
	Shawn Guo

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>
Cc: dri-devel@lists.freedesktop.org
Cc: linux-pm@vger.kernel.org
Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Rob Herring <robh@kernel.org>
---
 Documentation/devicetree/bindings/gpu/arm,mali-bifrost.yaml   | 2 +-
 Documentation/devicetree/bindings/gpu/arm,mali-midgard.yaml   | 2 +-
 .../devicetree/bindings/interconnect/fsl,imx8m-noc.yaml       | 4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/Documentation/devicetree/bindings/gpu/arm,mali-bifrost.yaml b/Documentation/devicetree/bindings/gpu/arm,mali-bifrost.yaml
index 0f73f436bea7..4bea51d1e7ea 100644
--- a/Documentation/devicetree/bindings/gpu/arm,mali-bifrost.yaml
+++ b/Documentation/devicetree/bindings/gpu/arm,mali-bifrost.yaml
@@ -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 {
diff --git a/Documentation/devicetree/bindings/gpu/arm,mali-midgard.yaml b/Documentation/devicetree/bindings/gpu/arm,mali-midgard.yaml
index 696c17aedbbe..d209f272625d 100644
--- a/Documentation/devicetree/bindings/gpu/arm,mali-midgard.yaml
+++ b/Documentation/devicetree/bindings/gpu/arm,mali-midgard.yaml
@@ -160,7 +160,7 @@ examples:
       #cooling-cells = <2>;
     };
 
-    gpu_opp_table: opp_table0 {
+    gpu_opp_table: opp-table {
       compatible = "operating-points-v2";
 
       opp-533000000 {
diff --git a/Documentation/devicetree/bindings/interconnect/fsl,imx8m-noc.yaml b/Documentation/devicetree/bindings/interconnect/fsl,imx8m-noc.yaml
index a8873739d61a..b8204ed22dd5 100644
--- a/Documentation/devicetree/bindings/interconnect/fsl,imx8m-noc.yaml
+++ b/Documentation/devicetree/bindings/interconnect/fsl,imx8m-noc.yaml
@@ -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>;
             };
         };
-- 
2.27.0


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

* Re: [PATCH v3 2/3] dt-bindings: Clean-up OPP binding node names in examples
  2021-07-20 14:41 ` [PATCH v3 2/3] dt-bindings: Clean-up OPP binding node names in examples Rob Herring
@ 2021-07-20 17:29   ` Georgi Djakov
  0 siblings, 0 replies; 2+ messages in thread
From: Georgi Djakov @ 2021-07-20 17:29 UTC (permalink / raw)
  To: Rob Herring, Viresh Kumar, Tony Lindgren
  Cc: devicetree, Leonard Crestez, linux-pm, Sascha Hauer, linux-kernel,
	dri-devel, Benoît Cousson, linux-omap, Shawn Guo

On 20.07.21 17:41, Rob Herring wrote:
> 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>
> Cc: dri-devel@lists.freedesktop.org
> Cc: linux-pm@vger.kernel.org
> Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
> Signed-off-by: Rob Herring <robh@kernel.org>

Acked-by: Georgi Djakov <djakov@kernel.org>

> ---
>   Documentation/devicetree/bindings/gpu/arm,mali-bifrost.yaml   | 2 +-
>   Documentation/devicetree/bindings/gpu/arm,mali-midgard.yaml   | 2 +-
>   .../devicetree/bindings/interconnect/fsl,imx8m-noc.yaml       | 4 ++--
>   3 files changed, 4 insertions(+), 4 deletions(-)
> 
> diff --git a/Documentation/devicetree/bindings/gpu/arm,mali-bifrost.yaml b/Documentation/devicetree/bindings/gpu/arm,mali-bifrost.yaml
> index 0f73f436bea7..4bea51d1e7ea 100644
> --- a/Documentation/devicetree/bindings/gpu/arm,mali-bifrost.yaml
> +++ b/Documentation/devicetree/bindings/gpu/arm,mali-bifrost.yaml
> @@ -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 {
> diff --git a/Documentation/devicetree/bindings/gpu/arm,mali-midgard.yaml b/Documentation/devicetree/bindings/gpu/arm,mali-midgard.yaml
> index 696c17aedbbe..d209f272625d 100644
> --- a/Documentation/devicetree/bindings/gpu/arm,mali-midgard.yaml
> +++ b/Documentation/devicetree/bindings/gpu/arm,mali-midgard.yaml
> @@ -160,7 +160,7 @@ examples:
>         #cooling-cells = <2>;
>       };
>   
> -    gpu_opp_table: opp_table0 {
> +    gpu_opp_table: opp-table {
>         compatible = "operating-points-v2";
>   
>         opp-533000000 {
> diff --git a/Documentation/devicetree/bindings/interconnect/fsl,imx8m-noc.yaml b/Documentation/devicetree/bindings/interconnect/fsl,imx8m-noc.yaml
> index a8873739d61a..b8204ed22dd5 100644
> --- a/Documentation/devicetree/bindings/interconnect/fsl,imx8m-noc.yaml
> +++ b/Documentation/devicetree/bindings/interconnect/fsl,imx8m-noc.yaml
> @@ -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>;
>               };
>           };
> 


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

end of thread, other threads:[~2021-07-20 17:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <20210720144121.66713-1-robh@kernel.org>
2021-07-20 14:41 ` [PATCH v3 2/3] dt-bindings: Clean-up OPP binding node names in examples Rob Herring
2021-07-20 17:29   ` Georgi Djakov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox