summaryrefslogtreecommitdiff
path: root/arch/powerpc/boot/dts/fsl/b4860si-post.dtsi
diff options
context:
space:
mode:
authorpoonam aggrwal <poonam.aggrwal@freescale.com>2015-09-19 21:15:42 +0300
committerScott Wood <scottwood@freescale.com>2015-10-17 08:36:34 +0300
commit52246445516e99a59f531a8c72bee8f715a5fd1f (patch)
treeec61b0fd82b70db590d51825d6dd6beb4c6e3d55 /arch/powerpc/boot/dts/fsl/b4860si-post.dtsi
parentdc37374b9c83382b91f3804845ae593bedc2d13a (diff)
downloadlinux-52246445516e99a59f531a8c72bee8f715a5fd1f.tar.xz
powerpc/b4860: Renamed the L2 caches
To make provision for more than one L2 caches in the system, change the name from L2 to L2_1; same as in T4 platforms. * Also remove the L2 entry from common file "arch/powerpc/boot/dts/fsl/b4si-post.dtsi" Keep them only in separate files for b4860 and b4420. Signed-off-by: Shaveta Leekha <shaveta@freescale.com> Signed-off-by: Poonam Aggrwal <poonam.aggrwal@freescale.com> Signed-off-by: Scott Wood <scottwood@freescale.com>
Diffstat (limited to 'arch/powerpc/boot/dts/fsl/b4860si-post.dtsi')
-rw-r--r--arch/powerpc/boot/dts/fsl/b4860si-post.dtsi4
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/powerpc/boot/dts/fsl/b4860si-post.dtsi b/arch/powerpc/boot/dts/fsl/b4860si-post.dtsi
index d1e26a7407d5..be91803addf9 100644
--- a/arch/powerpc/boot/dts/fsl/b4860si-post.dtsi
+++ b/arch/powerpc/boot/dts/fsl/b4860si-post.dtsi
@@ -258,7 +258,9 @@
compatible = "fsl,b4860-rcpm", "fsl,qoriq-rcpm-2.0";
};
- L2: l2-cache-controller@c20000 {
+ L2_1: l2-cache-controller@c20000 {
compatible = "fsl,b4860-l2-cache-controller";
+ reg = <0xc20000 0x40000>;
+ next-level-cache = <&cpc>;
};
};