diff options
author | Kumar Gala <galak@kernel.crashing.org> | 2008-04-17 02:29:14 -0400 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2008-04-17 02:29:14 -0400 |
commit | 280bb34bc0f7c664b59077b609ce93507a54c848 (patch) | |
tree | 8b86b0adf9dc8857630e8e3fb987194267ee8576 /arch/powerpc/boot | |
parent | 32f960e9439bbe72c45f8cd854049254122fc198 (diff) |
[POWERPC] 85xx: minor .dts cleanups
* remove #cpus from mpc8544ds.dts (not used anywhere else)
* remove memreserve from mpc8568mds.dts (not needed)
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/boot')
-rw-r--r-- | arch/powerpc/boot/dts/mpc8544ds.dts | 1 | ||||
-rw-r--r-- | arch/powerpc/boot/dts/mpc8568mds.dts | 4 |
2 files changed, 0 insertions, 5 deletions
diff --git a/arch/powerpc/boot/dts/mpc8544ds.dts b/arch/powerpc/boot/dts/mpc8544ds.dts index e238ebb4596e..6a0d8db96d97 100644 --- a/arch/powerpc/boot/dts/mpc8544ds.dts +++ b/arch/powerpc/boot/dts/mpc8544ds.dts | |||
@@ -28,7 +28,6 @@ | |||
28 | }; | 28 | }; |
29 | 29 | ||
30 | cpus { | 30 | cpus { |
31 | #cpus = <0x1>; | ||
32 | #address-cells = <1>; | 31 | #address-cells = <1>; |
33 | #size-cells = <0>; | 32 | #size-cells = <0>; |
34 | 33 | ||
diff --git a/arch/powerpc/boot/dts/mpc8568mds.dts b/arch/powerpc/boot/dts/mpc8568mds.dts index 3e6739fc0aa2..c47d69e2e6f0 100644 --- a/arch/powerpc/boot/dts/mpc8568mds.dts +++ b/arch/powerpc/boot/dts/mpc8568mds.dts | |||
@@ -11,10 +11,6 @@ | |||
11 | 11 | ||
12 | /dts-v1/; | 12 | /dts-v1/; |
13 | 13 | ||
14 | /* | ||
15 | /memreserve/ 00000000 1000000; | ||
16 | */ | ||
17 | |||
18 | / { | 14 | / { |
19 | model = "MPC8568EMDS"; | 15 | model = "MPC8568EMDS"; |
20 | compatible = "MPC8568EMDS", "MPC85xxMDS"; | 16 | compatible = "MPC8568EMDS", "MPC85xxMDS"; |