ARM: dts: berlin2q: add "cache-unified" to l2 node
authorJisheng Zhang <Jisheng.Zhang@synaptics.com>
Tue, 15 May 2018 06:02:40 +0000 (14:02 +0800)
committerJisheng Zhang <Jisheng.Zhang@synaptics.com>
Thu, 24 May 2018 07:16:04 +0000 (15:16 +0800)
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>
arch/arm/boot/dts/berlin2q.dtsi

index e23c49a..7cba798 100644 (file)
                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>;