]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
dt-bindings: opp: opp-v2-kryo-cpu: Add missing 'cache-unified' property in example
authorRob Herring <robh@kernel.org>
Tue, 6 Dec 2022 01:43:43 +0000 (19:43 -0600)
committerViresh Kumar <viresh.kumar@linaro.org>
Tue, 27 Dec 2022 02:57:42 +0000 (08:27 +0530)
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>
Documentation/devicetree/bindings/opp/opp-v2-kryo-cpu.yaml

index 60cf3cbde4c5b5bc5fff2887577340bf606d470e..b4947b3267738773a5c38f01ea093ca0f2db8983 100644 (file)
@@ -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;
                 };
             };