aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/boot
diff options
context:
space:
mode:
authorAnton Vorontsov <avorontsov@ru.mvista.com>2008-01-24 10:39:59 -0500
committerKumar Gala <galak@kernel.crashing.org>2008-01-28 09:32:55 -0500
commita2dd70a11d4c9cb8a4e4bb41f53a9b430e08559b (patch)
tree0ecb6b3f6ed79c06db25299450a7ea1ef216ed5a /arch/powerpc/boot
parentf67be814ff8e862422739cb424ce8c4e6c142c28 (diff)
[POWERPC] QE: get rid of most device_types and model
Now we're searching for "fsl,qe", "fsl,qe-muram", "fsl,qe-muram-data" and "fsl,qe-ic". Unfortunately it's still impossible to remove device_type = "qe" from the existing device trees because older u-boots are looking for it. Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com> Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/boot')
-rw-r--r--arch/powerpc/boot/dts/mpc832x_mds.dts9
-rw-r--r--arch/powerpc/boot/dts/mpc832x_rdb.dts10
-rw-r--r--arch/powerpc/boot/dts/mpc836x_mds.dts10
-rw-r--r--arch/powerpc/boot/dts/mpc8568mds.dts10
4 files changed, 23 insertions, 16 deletions
diff --git a/arch/powerpc/boot/dts/mpc832x_mds.dts b/arch/powerpc/boot/dts/mpc832x_mds.dts
index 690252456d3d..e300df4d3e05 100644
--- a/arch/powerpc/boot/dts/mpc832x_mds.dts
+++ b/arch/powerpc/boot/dts/mpc832x_mds.dts
@@ -206,17 +206,18 @@
206 #size-cells = <1>; 206 #size-cells = <1>;
207 device_type = "qe"; 207 device_type = "qe";
208 compatible = "fsl,qe"; 208 compatible = "fsl,qe";
209 model = "QE";
210 ranges = <0 e0100000 00100000>; 209 ranges = <0 e0100000 00100000>;
211 reg = <e0100000 480>; 210 reg = <e0100000 480>;
212 brg-frequency = <0>; 211 brg-frequency = <0>;
213 bus-frequency = <BCD3D80>; 212 bus-frequency = <BCD3D80>;
214 213
215 muram@10000 { 214 muram@10000 {
216 device_type = "muram"; 215 compatible = "fsl,qe-muram", "fsl,cpm-muram";
217 ranges = <0 00010000 00004000>; 216 ranges = <0 00010000 00004000>;
218 217
219 data-only@0 { 218 data-only@0 {
219 compatible = "fsl,qe-muram-data",
220 "fsl,cpm-muram-data";
220 reg = <0 4000>; 221 reg = <0 4000>;
221 }; 222 };
222 }; 223 };
@@ -320,9 +321,9 @@
320 }; 321 };
321 }; 322 };
322 323
323 qeic: qeic@80 { 324 qeic: interrupt-controller@80 {
324 interrupt-controller; 325 interrupt-controller;
325 device_type = "qeic"; 326 compatible = "fsl,qe-ic";
326 #address-cells = <0>; 327 #address-cells = <0>;
327 #interrupt-cells = <1>; 328 #interrupt-cells = <1>;
328 reg = <80 80>; 329 reg = <80 80>;
diff --git a/arch/powerpc/boot/dts/mpc832x_rdb.dts b/arch/powerpc/boot/dts/mpc832x_rdb.dts
index 10ff7aadf9dc..4d5cfd32cd7c 100644
--- a/arch/powerpc/boot/dts/mpc832x_rdb.dts
+++ b/arch/powerpc/boot/dts/mpc832x_rdb.dts
@@ -166,17 +166,19 @@
166 #address-cells = <1>; 166 #address-cells = <1>;
167 #size-cells = <1>; 167 #size-cells = <1>;
168 device_type = "qe"; 168 device_type = "qe";
169 model = "QE"; 169 compatible = "fsl,qe";
170 ranges = <0 e0100000 00100000>; 170 ranges = <0 e0100000 00100000>;
171 reg = <e0100000 480>; 171 reg = <e0100000 480>;
172 brg-frequency = <0>; 172 brg-frequency = <0>;
173 bus-frequency = <BCD3D80>; 173 bus-frequency = <BCD3D80>;
174 174
175 muram@10000 { 175 muram@10000 {
176 device_type = "muram"; 176 compatible = "fsl,qe-muram", "fsl,cpm-muram";
177 ranges = <0 00010000 00004000>; 177 ranges = <0 00010000 00004000>;
178 178
179 data-only@0 { 179 data-only@0 {
180 compatible = "fsl,qe-muram-data",
181 "fsl,cpm-muram-data";
180 reg = <0 4000>; 182 reg = <0 4000>;
181 }; 183 };
182 }; 184 };
@@ -252,9 +254,9 @@
252 }; 254 };
253 }; 255 };
254 256
255 qeic:qeic@80 { 257 qeic:interrupt-controller@80 {
256 interrupt-controller; 258 interrupt-controller;
257 device_type = "qeic"; 259 compatible = "fsl,qe-ic";
258 #address-cells = <0>; 260 #address-cells = <0>;
259 #interrupt-cells = <1>; 261 #interrupt-cells = <1>;
260 reg = <80 80>; 262 reg = <80 80>;
diff --git a/arch/powerpc/boot/dts/mpc836x_mds.dts b/arch/powerpc/boot/dts/mpc836x_mds.dts
index 2181d2cdbff2..9a2581b6a170 100644
--- a/arch/powerpc/boot/dts/mpc836x_mds.dts
+++ b/arch/powerpc/boot/dts/mpc836x_mds.dts
@@ -207,17 +207,19 @@
207 #address-cells = <1>; 207 #address-cells = <1>;
208 #size-cells = <1>; 208 #size-cells = <1>;
209 device_type = "qe"; 209 device_type = "qe";
210 model = "QE"; 210 compatible = "fsl,qe";
211 ranges = <0 e0100000 00100000>; 211 ranges = <0 e0100000 00100000>;
212 reg = <e0100000 480>; 212 reg = <e0100000 480>;
213 brg-frequency = <0>; 213 brg-frequency = <0>;
214 bus-frequency = <179A7B00>; 214 bus-frequency = <179A7B00>;
215 215
216 muram@10000 { 216 muram@10000 {
217 device_type = "muram"; 217 compatible = "fsl,qe-muram", "fsl,cpm-muram";
218 ranges = <0 00010000 0000c000>; 218 ranges = <0 00010000 0000c000>;
219 219
220 data-only@0{ 220 data-only@0{
221 compatible = "fsl,qe-muram-data",
222 "fsl,cpm-muram-data";
221 reg = <0 c000>; 223 reg = <0 c000>;
222 }; 224 };
223 }; 225 };
@@ -303,9 +305,9 @@
303 }; 305 };
304 }; 306 };
305 307
306 qeic: qeic@80 { 308 qeic: interrupt-controller@80 {
307 interrupt-controller; 309 interrupt-controller;
308 device_type = "qeic"; 310 compatible = "fsl,qe-ic";
309 #address-cells = <0>; 311 #address-cells = <0>;
310 #interrupt-cells = <1>; 312 #interrupt-cells = <1>;
311 reg = <80 80>; 313 reg = <80 80>;
diff --git a/arch/powerpc/boot/dts/mpc8568mds.dts b/arch/powerpc/boot/dts/mpc8568mds.dts
index 5818a7c861e7..04f5c6f68256 100644
--- a/arch/powerpc/boot/dts/mpc8568mds.dts
+++ b/arch/powerpc/boot/dts/mpc8568mds.dts
@@ -284,17 +284,19 @@
284 #address-cells = <1>; 284 #address-cells = <1>;
285 #size-cells = <1>; 285 #size-cells = <1>;
286 device_type = "qe"; 286 device_type = "qe";
287 model = "QE"; 287 compatible = "fsl,qe";
288 ranges = <0 e0080000 00040000>; 288 ranges = <0 e0080000 00040000>;
289 reg = <e0080000 480>; 289 reg = <e0080000 480>;
290 brg-frequency = <0>; 290 brg-frequency = <0>;
291 bus-frequency = <179A7B00>; 291 bus-frequency = <179A7B00>;
292 292
293 muram@10000 { 293 muram@10000 {
294 device_type = "muram"; 294 compatible = "fsl,qe-muram", "fsl,cpm-muram";
295 ranges = <0 00010000 0000c000>; 295 ranges = <0 00010000 0000c000>;
296 296
297 data-only@0{ 297 data-only@0{
298 compatible = "fsl,qe-muram-data",
299 "fsl,cpm-muram-data";
298 reg = <0 c000>; 300 reg = <0 c000>;
299 }; 301 };
300 }; 302 };
@@ -385,9 +387,9 @@
385 }; 387 };
386 }; 388 };
387 389
388 qeic: qeic@80 { 390 qeic: interrupt-controller@80 {
389 interrupt-controller; 391 interrupt-controller;
390 device_type = "qeic"; 392 compatible = "fsl,qe-ic";
391 #address-cells = <0>; 393 #address-cells = <0>;
392 #interrupt-cells = <1>; 394 #interrupt-cells = <1>;
393 reg = <80 80>; 395 reg = <80 80>;