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

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
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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;
                };
            };