arm64: tegra: Add L2 cache topology to Tegra210
authorJoseph Lo <josephl@nvidia.com>
Fri, 1 Feb 2019 03:43:47 +0000 (11:43 +0800)
committerThierry Reding <treding@nvidia.com>
Fri, 12 Apr 2019 15:21:50 +0000 (17:21 +0200)
Add L2 cache and make it the next level of cache for each of the CPUs.

Signed-off-by: Joseph Lo <josephl@nvidia.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
arch/arm64/boot/dts/nvidia/tegra210.dtsi

index 79cedd3..a550c0a 100644 (file)
                        clock-names = "cpu_g", "pll_x", "pll_p", "dfll";
                        clock-latency = <300000>;
                        cpu-idle-states = <&CPU_SLEEP>;
+                       next-level-cache = <&L2>;
                };
 
                cpu@1 {
                        compatible = "arm,cortex-a57";
                        reg = <1>;
                        cpu-idle-states = <&CPU_SLEEP>;
+                       next-level-cache = <&L2>;
                };
 
                cpu@2 {
                        compatible = "arm,cortex-a57";
                        reg = <2>;
                        cpu-idle-states = <&CPU_SLEEP>;
+                       next-level-cache = <&L2>;
                };
 
                cpu@3 {
                        compatible = "arm,cortex-a57";
                        reg = <3>;
                        cpu-idle-states = <&CPU_SLEEP>;
+                       next-level-cache = <&L2>;
                };
 
                idle-states {
                                status = "disabled";
                        };
                };
+
+               L2: l2-cache {
+                       compatible = "cache";
+               };
        };
 
        timer {