Skip to content

Commit 5b2ad5a

Browse files
robherringvireshk
authored andcommitted
dt-bindings: opp: opp-v2-kryo-cpu: Add missing 'cache-unified' property 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 <[email protected]> Signed-off-by: Viresh Kumar <[email protected]>
1 parent 1b929c0 commit 5b2ad5a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Documentation/devicetree/bindings/opp/opp-v2-kryo-cpu.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ examples:
106106
L2_0: l2-cache {
107107
compatible = "cache";
108108
cache-level = <2>;
109+
cache-unified;
109110
};
110111
};
111112
@@ -140,6 +141,7 @@ examples:
140141
L2_1: l2-cache {
141142
compatible = "cache";
142143
cache-level = <2>;
144+
cache-unified;
143145
};
144146
};
145147

0 commit comments

Comments
 (0)