mirror of
https://github.com/torvalds/linux.git
synced 2024-11-20 11:01:38 +00:00
ARM: dts: berlin2q: add "cache-unified" to l2 node
Without this property, we get this boot warning: "L2C: device tree omits to specify unified cache" Signed-off-by: Jisheng Zhang <Jisheng.Zhang@synaptics.com>
This commit is contained in:
parent
01d433d594
commit
1293c2b5d7
@ -149,6 +149,7 @@
|
||||
l2: l2-cache-controller@ac0000 {
|
||||
compatible = "arm,pl310-cache";
|
||||
reg = <0xac0000 0x1000>;
|
||||
cache-unified;
|
||||
cache-level = <2>;
|
||||
arm,data-latency = <2 2 2>;
|
||||
arm,tag-latency = <2 2 2>;
|
||||
|
Loading…
Reference in New Issue
Block a user