linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] dt-bindings: opp: opp-v2-kryo-cpu: Add missing 'cache-unified' property in example
@ 2022-12-06  1:43 Rob Herring
  2022-12-08  4:16 ` Viresh Kumar
  0 siblings, 1 reply; 2+ messages in thread
From: Rob Herring @ 2022-12-06  1:43 UTC (permalink / raw)
  To: Ilia Lin, Viresh Kumar, Nishanth Menon, Stephen Boyd,
	Krzysztof Kozlowski
  Cc: linux-pm, devicetree, linux-kernel

The examples' cache nodes are incomplete as 'cache-unified' is a
required cache property for unified caches which an L2 cache certainly
is.

Signed-off-by: Rob Herring <robh@kernel.org>
---
 Documentation/devicetree/bindings/opp/opp-v2-kryo-cpu.yaml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Documentation/devicetree/bindings/opp/opp-v2-kryo-cpu.yaml b/Documentation/devicetree/bindings/opp/opp-v2-kryo-cpu.yaml
index a202b6c6561d..27412c2cfc0f 100644
--- a/Documentation/devicetree/bindings/opp/opp-v2-kryo-cpu.yaml
+++ b/Documentation/devicetree/bindings/opp/opp-v2-kryo-cpu.yaml
@@ -106,6 +106,7 @@ examples:
                 L2_0: l2-cache {
                     compatible = "cache";
                     cache-level = <2>;
+                    cache-unified;
                 };
             };
 
@@ -140,6 +141,7 @@ examples:
                 L2_1: l2-cache {
                     compatible = "cache";
                     cache-level = <2>;
+                    cache-unified;
                 };
             };
 
-- 
2.35.1


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

* Re: [PATCH] dt-bindings: opp: opp-v2-kryo-cpu: Add missing 'cache-unified' property in example
  2022-12-06  1:43 [PATCH] dt-bindings: opp: opp-v2-kryo-cpu: Add missing 'cache-unified' property in example Rob Herring
@ 2022-12-08  4:16 ` Viresh Kumar
  0 siblings, 0 replies; 2+ messages in thread
From: Viresh Kumar @ 2022-12-08  4:16 UTC (permalink / raw)
  To: Rob Herring
  Cc: Ilia Lin, Viresh Kumar, Nishanth Menon, Stephen Boyd,
	Krzysztof Kozlowski, linux-pm, devicetree, linux-kernel

On 05-12-22, 19:43, Rob Herring wrote:
> The examples' cache nodes are incomplete as 'cache-unified' is a
> required cache property for unified caches which an L2 cache certainly
> is.
> 
> Signed-off-by: Rob Herring <robh@kernel.org>
> ---
>  Documentation/devicetree/bindings/opp/opp-v2-kryo-cpu.yaml | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/Documentation/devicetree/bindings/opp/opp-v2-kryo-cpu.yaml b/Documentation/devicetree/bindings/opp/opp-v2-kryo-cpu.yaml
> index a202b6c6561d..27412c2cfc0f 100644
> --- a/Documentation/devicetree/bindings/opp/opp-v2-kryo-cpu.yaml
> +++ b/Documentation/devicetree/bindings/opp/opp-v2-kryo-cpu.yaml
> @@ -106,6 +106,7 @@ examples:
>                  L2_0: l2-cache {
>                      compatible = "cache";
>                      cache-level = <2>;
> +                    cache-unified;
>                  };
>              };
>  
> @@ -140,6 +141,7 @@ examples:
>                  L2_1: l2-cache {
>                      compatible = "cache";
>                      cache-level = <2>;
> +                    cache-unified;
>                  };
>              };
>  

Applied. Thanks.

-- 
viresh

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

end of thread, other threads:[~2022-12-08  4:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-06  1:43 [PATCH] dt-bindings: opp: opp-v2-kryo-cpu: Add missing 'cache-unified' property in example Rob Herring
2022-12-08  4:16 ` Viresh Kumar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).