Commit 5b2ad5ac authored by Rob Herring's avatar Rob Herring Committed by Viresh Kumar

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: default avatarRob Herring <robh@kernel.org>
Signed-off-by: default avatarViresh Kumar <viresh.kumar@linaro.org>
parent 1b929c02
...@@ -106,6 +106,7 @@ examples: ...@@ -106,6 +106,7 @@ examples:
L2_0: l2-cache { L2_0: l2-cache {
compatible = "cache"; compatible = "cache";
cache-level = <2>; cache-level = <2>;
cache-unified;
}; };
}; };
...@@ -140,6 +141,7 @@ examples: ...@@ -140,6 +141,7 @@ examples:
L2_1: l2-cache { L2_1: l2-cache {
compatible = "cache"; compatible = "cache";
cache-level = <2>; cache-level = <2>;
cache-unified;
}; };
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment