Commit 1298d0dd authored by Arnd Bergmann's avatar Arnd Bergmann

Merge tag 'dt64-cleanup-6.6' of...

Merge tag 'dt64-cleanup-6.6' of https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux-dt into soc/dt

Minor improvements in ARM64 DTS for v6.6

Just two cleanups of missing cache properties for Nuvoton and LG.

* tag 'dt64-cleanup-6.6' of https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux-dt:
  arm64: dts: lg: add missing cache properties
  arm64: dts: nuvoton: add missing cache properties

Link: https://lore.kernel.org/r/20230814114154.26017-1-krzysztof.kozlowski@linaro.orgSigned-off-by: default avatarArnd Bergmann <arnd@arndb.de>
parents 99355a23 11930010
...@@ -48,6 +48,8 @@ cpu3: cpu@3 { ...@@ -48,6 +48,8 @@ cpu3: cpu@3 {
}; };
L2_0: l2-cache0 { L2_0: l2-cache0 {
compatible = "cache"; compatible = "cache";
cache-level = <2>;
cache-unified;
}; };
}; };
......
...@@ -48,6 +48,8 @@ cpu3: cpu@3 { ...@@ -48,6 +48,8 @@ cpu3: cpu@3 {
}; };
L2_0: l2-cache0 { L2_0: l2-cache0 {
compatible = "cache"; compatible = "cache";
cache-level = <2>;
cache-unified;
}; };
}; };
......
...@@ -49,6 +49,8 @@ cpu3: cpu@3 { ...@@ -49,6 +49,8 @@ cpu3: cpu@3 {
l2: l2-cache { l2: l2-cache {
compatible = "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