Commit 1798db0e authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski Committed by Thierry Reding

arm64: tegra: Add missing cache properties on Tegra210

As all level 2 and level 3 caches are unified, add required
cache-unified property to fix warnings like:

  tegra210-p2371-0000.dtb: l2-cache: 'cache-unified' is a required property
Signed-off-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: default avatarThierry Reding <treding@nvidia.com>
parent 2a7318b2
......@@ -2000,6 +2000,7 @@ CPU_SLEEP: cpu-sleep {
L2: l2-cache {
compatible = "cache";
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