diff options
author | poonam aggrwal <poonam.aggrwal@freescale.com> | 2015-09-19 14:15:42 -0400 |
---|---|---|
committer | Scott Wood <scottwood@freescale.com> | 2015-10-17 01:36:34 -0400 |
commit | 52246445516e99a59f531a8c72bee8f715a5fd1f (patch) | |
tree | ec61b0fd82b70db590d51825d6dd6beb4c6e3d55 /arch/powerpc/boot/dts/fsl | |
parent | dc37374b9c83382b91f3804845ae593bedc2d13a (diff) |
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')
-rw-r--r-- | arch/powerpc/boot/dts/fsl/b4420si-post.dtsi | 4 | ||||
-rw-r--r-- | arch/powerpc/boot/dts/fsl/b4420si-pre.dtsi | 4 | ||||
-rw-r--r-- | arch/powerpc/boot/dts/fsl/b4860si-post.dtsi | 4 | ||||
-rw-r--r-- | arch/powerpc/boot/dts/fsl/b4860si-pre.dtsi | 8 | ||||
-rw-r--r-- | arch/powerpc/boot/dts/fsl/b4si-post.dtsi | 6 |
5 files changed, 12 insertions, 14 deletions
diff --git a/arch/powerpc/boot/dts/fsl/b4420si-post.dtsi b/arch/powerpc/boot/dts/fsl/b4420si-post.dtsi index 1ea8602e4345..f996cced45e0 100644 --- a/arch/powerpc/boot/dts/fsl/b4420si-post.dtsi +++ b/arch/powerpc/boot/dts/fsl/b4420si-post.dtsi | |||
@@ -89,7 +89,9 @@ | |||
89 | compatible = "fsl,b4420-rcpm", "fsl,qoriq-rcpm-2.0"; | 89 | compatible = "fsl,b4420-rcpm", "fsl,qoriq-rcpm-2.0"; |
90 | }; | 90 | }; |
91 | 91 | ||
92 | L2: l2-cache-controller@c20000 { | 92 | L2_1: l2-cache-controller@c20000 { |
93 | compatible = "fsl,b4420-l2-cache-controller"; | 93 | compatible = "fsl,b4420-l2-cache-controller"; |
94 | reg = <0xc20000 0x40000>; | ||
95 | next-level-cache = <&cpc>; | ||
94 | }; | 96 | }; |
95 | }; | 97 | }; |
diff --git a/arch/powerpc/boot/dts/fsl/b4420si-pre.dtsi b/arch/powerpc/boot/dts/fsl/b4420si-pre.dtsi index 338af7e39dd9..4257a7739dd1 100644 --- a/arch/powerpc/boot/dts/fsl/b4420si-pre.dtsi +++ b/arch/powerpc/boot/dts/fsl/b4420si-pre.dtsi | |||
@@ -65,14 +65,14 @@ | |||
65 | device_type = "cpu"; | 65 | device_type = "cpu"; |
66 | reg = <0 1>; | 66 | reg = <0 1>; |
67 | clocks = <&mux0>; | 67 | clocks = <&mux0>; |
68 | next-level-cache = <&L2>; | 68 | next-level-cache = <&L2_1>; |
69 | fsl,portid-mapping = <0x80000000>; | 69 | fsl,portid-mapping = <0x80000000>; |
70 | }; | 70 | }; |
71 | cpu1: PowerPC,e6500@2 { | 71 | cpu1: PowerPC,e6500@2 { |
72 | device_type = "cpu"; | 72 | device_type = "cpu"; |
73 | reg = <2 3>; | 73 | reg = <2 3>; |
74 | clocks = <&mux0>; | 74 | clocks = <&mux0>; |
75 | next-level-cache = <&L2>; | 75 | next-level-cache = <&L2_1>; |
76 | fsl,portid-mapping = <0x80000000>; | 76 | fsl,portid-mapping = <0x80000000>; |
77 | }; | 77 | }; |
78 | }; | 78 | }; |
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 @@ | |||
258 | compatible = "fsl,b4860-rcpm", "fsl,qoriq-rcpm-2.0"; | 258 | compatible = "fsl,b4860-rcpm", "fsl,qoriq-rcpm-2.0"; |
259 | }; | 259 | }; |
260 | 260 | ||
261 | L2: l2-cache-controller@c20000 { | 261 | L2_1: l2-cache-controller@c20000 { |
262 | compatible = "fsl,b4860-l2-cache-controller"; | 262 | compatible = "fsl,b4860-l2-cache-controller"; |
263 | reg = <0xc20000 0x40000>; | ||
264 | next-level-cache = <&cpc>; | ||
263 | }; | 265 | }; |
264 | }; | 266 | }; |
diff --git a/arch/powerpc/boot/dts/fsl/b4860si-pre.dtsi b/arch/powerpc/boot/dts/fsl/b4860si-pre.dtsi index 1948f73fd26b..6823caa6c9cc 100644 --- a/arch/powerpc/boot/dts/fsl/b4860si-pre.dtsi +++ b/arch/powerpc/boot/dts/fsl/b4860si-pre.dtsi | |||
@@ -65,28 +65,28 @@ | |||
65 | device_type = "cpu"; | 65 | device_type = "cpu"; |
66 | reg = <0 1>; | 66 | reg = <0 1>; |
67 | clocks = <&mux0>; | 67 | clocks = <&mux0>; |
68 | next-level-cache = <&L2>; | 68 | next-level-cache = <&L2_1>; |
69 | fsl,portid-mapping = <0x80000000>; | 69 | fsl,portid-mapping = <0x80000000>; |
70 | }; | 70 | }; |
71 | cpu1: PowerPC,e6500@2 { | 71 | cpu1: PowerPC,e6500@2 { |
72 | device_type = "cpu"; | 72 | device_type = "cpu"; |
73 | reg = <2 3>; | 73 | reg = <2 3>; |
74 | clocks = <&mux0>; | 74 | clocks = <&mux0>; |
75 | next-level-cache = <&L2>; | 75 | next-level-cache = <&L2_1>; |
76 | fsl,portid-mapping = <0x80000000>; | 76 | fsl,portid-mapping = <0x80000000>; |
77 | }; | 77 | }; |
78 | cpu2: PowerPC,e6500@4 { | 78 | cpu2: PowerPC,e6500@4 { |
79 | device_type = "cpu"; | 79 | device_type = "cpu"; |
80 | reg = <4 5>; | 80 | reg = <4 5>; |
81 | clocks = <&mux0>; | 81 | clocks = <&mux0>; |
82 | next-level-cache = <&L2>; | 82 | next-level-cache = <&L2_1>; |
83 | fsl,portid-mapping = <0x80000000>; | 83 | fsl,portid-mapping = <0x80000000>; |
84 | }; | 84 | }; |
85 | cpu3: PowerPC,e6500@6 { | 85 | cpu3: PowerPC,e6500@6 { |
86 | device_type = "cpu"; | 86 | device_type = "cpu"; |
87 | reg = <6 7>; | 87 | reg = <6 7>; |
88 | clocks = <&mux0>; | 88 | clocks = <&mux0>; |
89 | next-level-cache = <&L2>; | 89 | next-level-cache = <&L2_1>; |
90 | fsl,portid-mapping = <0x80000000>; | 90 | fsl,portid-mapping = <0x80000000>; |
91 | }; | 91 | }; |
92 | }; | 92 | }; |
diff --git a/arch/powerpc/boot/dts/fsl/b4si-post.dtsi b/arch/powerpc/boot/dts/fsl/b4si-post.dtsi index 603910ac1db0..d45ff04c2dde 100644 --- a/arch/powerpc/boot/dts/fsl/b4si-post.dtsi +++ b/arch/powerpc/boot/dts/fsl/b4si-post.dtsi | |||
@@ -465,10 +465,4 @@ | |||
465 | bman: bman@31a000 { | 465 | bman: bman@31a000 { |
466 | interrupts = <16 2 1 29>; | 466 | interrupts = <16 2 1 29>; |
467 | }; | 467 | }; |
468 | |||
469 | L2: l2-cache-controller@c20000 { | ||
470 | compatible = "fsl,b4-l2-cache-controller"; | ||
471 | reg = <0xc20000 0x1000>; | ||
472 | next-level-cache = <&cpc>; | ||
473 | }; | ||
474 | }; | 468 | }; |