diff mbox series

dt-bindings: opp: opp-v2-kryo-cpu: Add missing 'cache-unified' property in example

Message ID 20221206014343.3117101-1-robh@kernel.org (mailing list archive)
State New, archived
Delegated to: viresh kumar
Headers show
Series dt-bindings: opp: opp-v2-kryo-cpu: Add missing 'cache-unified' property in example | expand

Commit Message

Rob Herring (Arm) Dec. 6, 2022, 1:43 a.m. UTC
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(+)

Comments

Viresh Kumar Dec. 8, 2022, 4:16 a.m. UTC | #1
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.
diff mbox series

Patch

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;
                 };
             };