Hi Simon, Magnus, This patch series adds the missing L2 cache-controller nodes to the DTSes for various Renesas ARM-based SoCs, or completes the existing nodes, and links the CPU nodes to them. For R-Mobile APE6 (r8a73a4), the L2 cache-controllers are also linked to the respective (already existing) SYSC Power Domains. Fortunately these Power Domains were never powered down, as they are parents of the Power Domains containing CPU cores. This may change in the future. For R-Car Gen2 and Gen3 (r8a779x), this serves as a preparatory step for adding SYSC Power Domain support later. Changes compared to v2: - Dropped "arm,data-latency" and "arm,tag-latency" properties, as they may not be valid when using virtualization, - Dropped already applied parts of "[PATCH v2 6/6] arm64: renesas: r8a7795: Add L2 cache-controller nodes", - Changed one-line summary prefix to match current arm-soc practices. This series is against renesas-devel-20160215-v4.5-rc4. It has been tested on r8a73a4/ape6evm, r8a7791/koelsch, r8a7794/alt, and r8a7795/salvator-x. For your convenience, I've also pushed this series to git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-drivers.git#topic/l2-cache-v3 Thanks for applying! Geert Uytterhoeven (7): ARM: dts: r8a73a4: Add L2 cache-controller nodes ARM: dts: r8a7790: Add L2 cache-controller nodes ARM: dts: r8a7791: Add L2 cache-controller node ARM: dts: r8a7793: Add L2 cache-controller node ARM: dts: r8a7794: Add L2 cache-controller node arm64: dts: r8a7795: Add missing properties to CA57 L2 cache node arm64: dts: r8a7795: Add CA53 L2 cache-controller node arch/arm/boot/dts/r8a73a4.dtsi | 17 +++++++++++++++++ arch/arm/boot/dts/r8a7790.dtsi | 20 ++++++++++++++++++++ arch/arm/boot/dts/r8a7791.dtsi | 8 ++++++++ arch/arm/boot/dts/r8a7793.dtsi | 7 +++++++ arch/arm/boot/dts/r8a7794.dtsi | 8 ++++++++ arch/arm64/boot/dts/renesas/r8a7795.dtsi | 8 ++++++++ 6 files changed, 68 insertions(+) -- 1.9.1 Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@xxxxxxxxxxxxxx In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds