Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: r8a7793: Add L2 cache-controller node

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>

authored by

Geert Uytterhoeven and committed by
Simon Horman
fdd0dbd8 8ffe93a5

+7
+7
arch/arm/boot/dts/r8a7793.dtsi
··· 51 51 < 937500 1000000>, 52 52 < 750000 1000000>, 53 53 < 375000 1000000>; 54 + next-level-cache = <&L2_CA15>; 54 55 }; 55 56 }; 56 57 ··· 72 71 cooling-maps { 73 72 }; 74 73 }; 74 + }; 75 + 76 + L2_CA15: cache-controller@0 { 77 + compatible = "cache"; 78 + cache-unified; 79 + cache-level = <2>; 75 80 }; 76 81 77 82 gic: interrupt-controller@f1001000 {