mirror of
https://github.com/torvalds/linux.git
synced 2026-05-28 09:04:39 +02:00
arm64: dts: synaptics: add missing cache properties
As all level 2 and level 3 caches are unified, add required cache-unified and cache-level properties to fix warnings like: berlin4ct-stb.dtb: cache: 'cache-level' is a required property berlin4ct-stb.dtb: cache: 'cache-unified' is a required property Link: https://lore.kernel.org/r/20230421223145.115129-1-krzysztof.kozlowski@linaro.org Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
This commit is contained in:
parent
7a242135a4
commit
3740a577ea
|
|
@ -64,6 +64,8 @@ cpu3: cpu@3 {
|
|||
|
||||
l2: cache {
|
||||
compatible = "cache";
|
||||
cache-level = <2>;
|
||||
cache-unified;
|
||||
};
|
||||
|
||||
idle-states {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user