ARM: dts: r8a7793: Add L2 cache-controller node
authorGeert Uytterhoeven <geert+renesas@glider.be>
Wed, 3 Jun 2015 08:36:39 +0000 (10:36 +0200)
committerSimon Horman <horms+renesas@verge.net.au>
Fri, 19 Feb 2016 05:52:23 +0000 (14:52 +0900)
Add a device node for the L2 cache, and link the CPU node to it.

The L2 cache for the Cortex-A15 CPU cores is 1 MiB large (organized as
64 KiB x 16 ways).

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
arch/arm/boot/dts/r8a7793.dtsi

index 9837f90f17182390046b75d6b3732c5bd665711c..b48215945241260102f007b9c28899d9549c240f 100644 (file)
@@ -51,6 +51,7 @@
                                           < 937500 1000000>,
                                           < 750000 1000000>,
                                           < 375000 1000000>;
+                       next-level-cache = <&L2_CA15>;
                };
        };
 
                };
        };
 
+       L2_CA15: cache-controller@0 {
+               compatible = "cache";
+               cache-unified;
+               cache-level = <2>;
+       };
+
        gic: interrupt-controller@f1001000 {
                compatible = "arm,gic-400";
                #interrupt-cells = <3>;
This page took 0.025648 seconds and 5 git commands to generate.