diff options
author | Anton Vorontsov <avorontsov@ru.mvista.com> | 2008-01-24 10:39:59 -0500 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2008-01-28 09:32:55 -0500 |
commit | a2dd70a11d4c9cb8a4e4bb41f53a9b430e08559b (patch) | |
tree | 0ecb6b3f6ed79c06db25299450a7ea1ef216ed5a /arch/powerpc/boot/dts/mpc8568mds.dts | |
parent | f67be814ff8e862422739cb424ce8c4e6c142c28 (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/dts/mpc8568mds.dts')
-rw-r--r-- | arch/powerpc/boot/dts/mpc8568mds.dts | 10 |
1 files changed, 6 insertions, 4 deletions
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>; |