Skip to content

Commit

Permalink
dt-bindings: opp: opp-v2-kryo-cpu: Add missing 'cache-unified' proper…
Browse files Browse the repository at this point in the history
…ty in example

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>
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
  • Loading branch information
Rob Herring authored and Viresh Kumar committed Dec 27, 2022
1 parent 1b929c0 commit 5b2ad5a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Documentation/devicetree/bindings/opp/opp-v2-kryo-cpu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ examples:
L2_0: l2-cache {
compatible = "cache";
cache-level = <2>;
cache-unified;
};
};
Expand Down Expand Up @@ -140,6 +141,7 @@ examples:
L2_1: l2-cache {
compatible = "cache";
cache-level = <2>;
cache-unified;
};
};
Expand Down

0 comments on commit 5b2ad5a

Please sign in to comment.