Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1293c2b5 authored by Jisheng Zhang's avatar Jisheng Zhang
Browse files

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: default avatarJisheng Zhang <Jisheng.Zhang@synaptics.com>
parent 01d433d5
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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>;