diff options
author | Kumar Gala <galak@kernel.crashing.org> | 2009-07-30 18:56:38 -0400 |
---|---|---|
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2009-08-19 20:25:57 -0400 |
commit | 189339d47d30ad171aa1c95ffc90a6177b3ce4a8 (patch) | |
tree | aafa0c546ea76c696f19d073962a122beb5f83a3 | |
parent | 6b045a818f1d0b9b68c1d47e745d521dd115991a (diff) |
powerpc/85xx: Move mpc8536ds.dts to address-cells/size-cells = <2>
Change the top-level #address-cells and #size-cells to <2> so the
mpc8536ds.dts is easier to deal with both a true 32-bit physical
or 36-bit physical address space.
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
-rw-r--r-- | arch/powerpc/boot/dts/mpc8536ds.dts | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/arch/powerpc/boot/dts/mpc8536ds.dts b/arch/powerpc/boot/dts/mpc8536ds.dts index e781ad2f1f8a..22caf69e6efd 100644 --- a/arch/powerpc/boot/dts/mpc8536ds.dts +++ b/arch/powerpc/boot/dts/mpc8536ds.dts | |||
@@ -14,8 +14,8 @@ | |||
14 | / { | 14 | / { |
15 | model = "fsl,mpc8536ds"; | 15 | model = "fsl,mpc8536ds"; |
16 | compatible = "fsl,mpc8536ds"; | 16 | compatible = "fsl,mpc8536ds"; |
17 | #address-cells = <1>; | 17 | #address-cells = <2>; |
18 | #size-cells = <1>; | 18 | #size-cells = <2>; |
19 | 19 | ||
20 | aliases { | 20 | aliases { |
21 | ethernet0 = &enet0; | 21 | ethernet0 = &enet0; |
@@ -42,7 +42,7 @@ | |||
42 | 42 | ||
43 | memory { | 43 | memory { |
44 | device_type = "memory"; | 44 | device_type = "memory"; |
45 | reg = <00000000 00000000>; // Filled by U-Boot | 45 | reg = <0 0 0 0>; // Filled by U-Boot |
46 | }; | 46 | }; |
47 | 47 | ||
48 | soc@ffe00000 { | 48 | soc@ffe00000 { |
@@ -50,7 +50,7 @@ | |||
50 | #size-cells = <1>; | 50 | #size-cells = <1>; |
51 | device_type = "soc"; | 51 | device_type = "soc"; |
52 | compatible = "simple-bus"; | 52 | compatible = "simple-bus"; |
53 | ranges = <0x0 0xffe00000 0x100000>; | 53 | ranges = <0x0 0 0xffe00000 0x100000>; |
54 | bus-frequency = <0>; // Filled out by uboot. | 54 | bus-frequency = <0>; // Filled out by uboot. |
55 | 55 | ||
56 | ecm-law@0 { | 56 | ecm-law@0 { |
@@ -347,13 +347,13 @@ | |||
347 | interrupt-parent = <&mpic>; | 347 | interrupt-parent = <&mpic>; |
348 | interrupts = <24 0x2>; | 348 | interrupts = <24 0x2>; |
349 | bus-range = <0 0xff>; | 349 | bus-range = <0 0xff>; |
350 | ranges = <0x02000000 0 0x80000000 0x80000000 0 0x10000000 | 350 | ranges = <0x02000000 0 0x80000000 0 0x80000000 0 0x10000000 |
351 | 0x01000000 0 0x00000000 0xffc00000 0 0x00010000>; | 351 | 0x01000000 0 0x00000000 0 0xffc00000 0 0x00010000>; |
352 | clock-frequency = <66666666>; | 352 | clock-frequency = <66666666>; |
353 | #interrupt-cells = <1>; | 353 | #interrupt-cells = <1>; |
354 | #size-cells = <2>; | 354 | #size-cells = <2>; |
355 | #address-cells = <3>; | 355 | #address-cells = <3>; |
356 | reg = <0xffe08000 0x1000>; | 356 | reg = <0 0xffe08000 0 0x1000>; |
357 | }; | 357 | }; |
358 | 358 | ||
359 | pci1: pcie@ffe09000 { | 359 | pci1: pcie@ffe09000 { |
@@ -362,10 +362,10 @@ | |||
362 | #interrupt-cells = <1>; | 362 | #interrupt-cells = <1>; |
363 | #size-cells = <2>; | 363 | #size-cells = <2>; |
364 | #address-cells = <3>; | 364 | #address-cells = <3>; |
365 | reg = <0xffe09000 0x1000>; | 365 | reg = <0 0xffe09000 0 0x1000>; |
366 | bus-range = <0 0xff>; | 366 | bus-range = <0 0xff>; |
367 | ranges = <0x02000000 0 0x98000000 0x98000000 0 0x08000000 | 367 | ranges = <0x02000000 0 0x98000000 0 0x98000000 0 0x08000000 |
368 | 0x01000000 0 0x00000000 0xffc20000 0 0x00010000>; | 368 | 0x01000000 0 0x00000000 0 0xffc20000 0 0x00010000>; |
369 | clock-frequency = <33333333>; | 369 | clock-frequency = <33333333>; |
370 | interrupt-parent = <&mpic>; | 370 | interrupt-parent = <&mpic>; |
371 | interrupts = <25 0x2>; | 371 | interrupts = <25 0x2>; |
@@ -398,10 +398,10 @@ | |||
398 | #interrupt-cells = <1>; | 398 | #interrupt-cells = <1>; |
399 | #size-cells = <2>; | 399 | #size-cells = <2>; |
400 | #address-cells = <3>; | 400 | #address-cells = <3>; |
401 | reg = <0xffe0a000 0x1000>; | 401 | reg = <0 0xffe0a000 0 0x1000>; |
402 | bus-range = <0 0xff>; | 402 | bus-range = <0 0xff>; |
403 | ranges = <0x02000000 0 0x90000000 0x90000000 0 0x08000000 | 403 | ranges = <0x02000000 0 0x90000000 0 0x90000000 0 0x08000000 |
404 | 0x01000000 0 0x00000000 0xffc10000 0 0x00010000>; | 404 | 0x01000000 0 0x00000000 0 0xffc10000 0 0x00010000>; |
405 | clock-frequency = <33333333>; | 405 | clock-frequency = <33333333>; |
406 | interrupt-parent = <&mpic>; | 406 | interrupt-parent = <&mpic>; |
407 | interrupts = <26 0x2>; | 407 | interrupts = <26 0x2>; |
@@ -434,10 +434,10 @@ | |||
434 | #interrupt-cells = <1>; | 434 | #interrupt-cells = <1>; |
435 | #size-cells = <2>; | 435 | #size-cells = <2>; |
436 | #address-cells = <3>; | 436 | #address-cells = <3>; |
437 | reg = <0xffe0b000 0x1000>; | 437 | reg = <0 0xffe0b000 0 0x1000>; |
438 | bus-range = <0 0xff>; | 438 | bus-range = <0 0xff>; |
439 | ranges = <0x02000000 0 0xa0000000 0xa0000000 0 0x20000000 | 439 | ranges = <0x02000000 0 0xa0000000 0 0xa0000000 0 0x20000000 |
440 | 0x01000000 0 0x00000000 0xffc30000 0 0x00010000>; | 440 | 0x01000000 0 0x00000000 0 0xffc30000 0 0x00010000>; |
441 | clock-frequency = <33333333>; | 441 | clock-frequency = <33333333>; |
442 | interrupt-parent = <&mpic>; | 442 | interrupt-parent = <&mpic>; |
443 | interrupts = <27 0x2>; | 443 | interrupts = <27 0x2>; |