Commit 33a93aa4 authored by Anup Patel's avatar Anup Patel Committed by Florian Fainelli

arm64: dts: Add L2-cache DT node for NS2

Recent kernels requires cache hierrachy to be defined via DT hence
this patch updates NS2 DT accordingly.
Signed-off-by: default avatarAnup Patel <anup.patel@broadcom.com>
Reviewed-by: default avatarSandeep Tripathy <tripathy@broadcom.com>
Reviewed-by: default avatarRay Jui <rjui@broadcom.com>
Reviewed-by: default avatarScott Branden <sbranden@broadcom.com>
Signed-off-by: default avatarFlorian Fainelli <f.fainelli@gmail.com>
parent 8005c49d
...@@ -50,6 +50,7 @@ cpu@0 { ...@@ -50,6 +50,7 @@ cpu@0 {
reg = <0 0>; reg = <0 0>;
enable-method = "spin-table"; enable-method = "spin-table";
cpu-release-addr = <0 0x84b00000>; cpu-release-addr = <0 0x84b00000>;
next-level-cache = <&CLUSTER0_L2>;
}; };
cpu@1 { cpu@1 {
...@@ -58,6 +59,7 @@ cpu@1 { ...@@ -58,6 +59,7 @@ cpu@1 {
reg = <0 1>; reg = <0 1>;
enable-method = "spin-table"; enable-method = "spin-table";
cpu-release-addr = <0 0x84b00000>; cpu-release-addr = <0 0x84b00000>;
next-level-cache = <&CLUSTER0_L2>;
}; };
cpu@2 { cpu@2 {
...@@ -66,6 +68,7 @@ cpu@2 { ...@@ -66,6 +68,7 @@ cpu@2 {
reg = <0 2>; reg = <0 2>;
enable-method = "spin-table"; enable-method = "spin-table";
cpu-release-addr = <0 0x84b00000>; cpu-release-addr = <0 0x84b00000>;
next-level-cache = <&CLUSTER0_L2>;
}; };
cpu@3 { cpu@3 {
...@@ -74,6 +77,11 @@ cpu@3 { ...@@ -74,6 +77,11 @@ cpu@3 {
reg = <0 3>; reg = <0 3>;
enable-method = "spin-table"; enable-method = "spin-table";
cpu-release-addr = <0 0x84b00000>; cpu-release-addr = <0 0x84b00000>;
next-level-cache = <&CLUSTER0_L2>;
};
CLUSTER0_L2: l2-cache@000 {
compatible = "cache";
}; };
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment