diff options
author | John Bonesio <bones@secretlab.ca> | 2010-11-17 18:28:39 -0500 |
---|---|---|
committer | Grant Likely <grant.likely@secretlab.ca> | 2011-01-03 18:02:50 -0500 |
commit | 6847317377c871c6e7a8d54e5849bcd0f9b11eb4 (patch) | |
tree | 84c1274918d9dee22659f41ec1cb33e667ecc9d7 /arch/powerpc/boot/dts | |
parent | abf1e27fbb4200a010b8fcb1be8cc02485744862 (diff) |
powerpc/5200: dts: remove unused properties
This patch remove unused properties in dts files in preparation of refactoring
the dts files for MPC5200b based boards.
Signed-off-by: John Bonesio <bones@secretlab.ca>
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Diffstat (limited to 'arch/powerpc/boot/dts')
-rw-r--r-- | arch/powerpc/boot/dts/cm5200.dts | 2 | ||||
-rw-r--r-- | arch/powerpc/boot/dts/lite5200b.dts | 3 | ||||
-rw-r--r-- | arch/powerpc/boot/dts/media5200.dts | 2 | ||||
-rw-r--r-- | arch/powerpc/boot/dts/motionpro.dts | 2 | ||||
-rw-r--r-- | arch/powerpc/boot/dts/pcm030.dts | 2 | ||||
-rw-r--r-- | arch/powerpc/boot/dts/pcm032.dts | 2 |
6 files changed, 0 insertions, 13 deletions
diff --git a/arch/powerpc/boot/dts/cm5200.dts b/arch/powerpc/boot/dts/cm5200.dts index 9369dcd00a5f..d549897b7eb3 100644 --- a/arch/powerpc/boot/dts/cm5200.dts +++ b/arch/powerpc/boot/dts/cm5200.dts | |||
@@ -230,8 +230,6 @@ | |||
230 | reg = <0 0 0x2000000>; | 230 | reg = <0 0 0x2000000>; |
231 | bank-width = <2>; | 231 | bank-width = <2>; |
232 | device-width = <2>; | 232 | device-width = <2>; |
233 | #size-cells = <1>; | ||
234 | #address-cells = <1>; | ||
235 | }; | 233 | }; |
236 | }; | 234 | }; |
237 | }; | 235 | }; |
diff --git a/arch/powerpc/boot/dts/lite5200b.dts b/arch/powerpc/boot/dts/lite5200b.dts index a74b79084059..c0a4e4592baa 100644 --- a/arch/powerpc/boot/dts/lite5200b.dts +++ b/arch/powerpc/boot/dts/lite5200b.dts | |||
@@ -174,7 +174,6 @@ | |||
174 | 174 | ||
175 | psc@2000 { // PSC1 | 175 | psc@2000 { // PSC1 |
176 | compatible = "fsl,mpc5200b-psc-uart","fsl,mpc5200-psc-uart"; | 176 | compatible = "fsl,mpc5200b-psc-uart","fsl,mpc5200-psc-uart"; |
177 | cell-index = <0>; | ||
178 | reg = <0x2000 0x100>; | 177 | reg = <0x2000 0x100>; |
179 | interrupts = <2 1 0>; | 178 | interrupts = <2 1 0>; |
180 | }; | 179 | }; |
@@ -198,7 +197,6 @@ | |||
198 | // PSC4 in uart mode example | 197 | // PSC4 in uart mode example |
199 | //serial@2600 { // PSC4 | 198 | //serial@2600 { // PSC4 |
200 | // compatible = "fsl,mpc5200b-psc-uart","fsl,mpc5200-psc-uart"; | 199 | // compatible = "fsl,mpc5200b-psc-uart","fsl,mpc5200-psc-uart"; |
201 | // cell-index = <3>; | ||
202 | // reg = <0x2600 0x100>; | 200 | // reg = <0x2600 0x100>; |
203 | // interrupts = <2 11 0>; | 201 | // interrupts = <2 11 0>; |
204 | //}; | 202 | //}; |
@@ -206,7 +204,6 @@ | |||
206 | // PSC5 in uart mode example | 204 | // PSC5 in uart mode example |
207 | //serial@2800 { // PSC5 | 205 | //serial@2800 { // PSC5 |
208 | // compatible = "fsl,mpc5200b-psc-uart","fsl,mpc5200-psc-uart"; | 206 | // compatible = "fsl,mpc5200b-psc-uart","fsl,mpc5200-psc-uart"; |
209 | // cell-index = <4>; | ||
210 | // reg = <0x2800 0x100>; | 207 | // reg = <0x2800 0x100>; |
211 | // interrupts = <2 12 0>; | 208 | // interrupts = <2 12 0>; |
212 | //}; | 209 | //}; |
diff --git a/arch/powerpc/boot/dts/media5200.dts b/arch/powerpc/boot/dts/media5200.dts index a70ef680f301..e027f459c230 100644 --- a/arch/powerpc/boot/dts/media5200.dts +++ b/arch/powerpc/boot/dts/media5200.dts | |||
@@ -185,8 +185,6 @@ | |||
185 | // PSC6 in uart mode | 185 | // PSC6 in uart mode |
186 | console: psc@2c00 { // PSC6 | 186 | console: psc@2c00 { // PSC6 |
187 | compatible = "fsl,mpc5200b-psc-uart","fsl,mpc5200-psc-uart"; | 187 | compatible = "fsl,mpc5200b-psc-uart","fsl,mpc5200-psc-uart"; |
188 | cell-index = <5>; | ||
189 | port-number = <0>; // Logical port assignment | ||
190 | reg = <0x2c00 0x100>; | 188 | reg = <0x2c00 0x100>; |
191 | interrupts = <2 4 0>; | 189 | interrupts = <2 4 0>; |
192 | }; | 190 | }; |
diff --git a/arch/powerpc/boot/dts/motionpro.dts b/arch/powerpc/boot/dts/motionpro.dts index f6261ea0972b..3ab4666c9944 100644 --- a/arch/powerpc/boot/dts/motionpro.dts +++ b/arch/powerpc/boot/dts/motionpro.dts | |||
@@ -277,8 +277,6 @@ | |||
277 | reg = <0 0 0x01000000>; | 277 | reg = <0 0 0x01000000>; |
278 | bank-width = <2>; | 278 | bank-width = <2>; |
279 | device-width = <2>; | 279 | device-width = <2>; |
280 | #size-cells = <1>; | ||
281 | #address-cells = <1>; | ||
282 | }; | 280 | }; |
283 | }; | 281 | }; |
284 | }; | 282 | }; |
diff --git a/arch/powerpc/boot/dts/pcm030.dts b/arch/powerpc/boot/dts/pcm030.dts index 34ab3bbcf990..28d77758d8be 100644 --- a/arch/powerpc/boot/dts/pcm030.dts +++ b/arch/powerpc/boot/dts/pcm030.dts | |||
@@ -196,7 +196,6 @@ | |||
196 | 196 | ||
197 | psc@2400 { /* PSC3 in UART mode */ | 197 | psc@2400 { /* PSC3 in UART mode */ |
198 | compatible = "fsl,mpc5200b-psc-uart","fsl,mpc5200-psc-uart"; | 198 | compatible = "fsl,mpc5200b-psc-uart","fsl,mpc5200-psc-uart"; |
199 | cell-index = <2>; | ||
200 | reg = <0x2400 0x100>; | 199 | reg = <0x2400 0x100>; |
201 | interrupts = <2 3 0>; | 200 | interrupts = <2 3 0>; |
202 | }; | 201 | }; |
@@ -207,7 +206,6 @@ | |||
207 | 206 | ||
208 | psc@2c00 { /* PSC6 in UART mode */ | 207 | psc@2c00 { /* PSC6 in UART mode */ |
209 | compatible = "fsl,mpc5200b-psc-uart","fsl,mpc5200-psc-uart"; | 208 | compatible = "fsl,mpc5200b-psc-uart","fsl,mpc5200-psc-uart"; |
210 | cell-index = <5>; | ||
211 | reg = <0x2c00 0x100>; | 209 | reg = <0x2c00 0x100>; |
212 | interrupts = <2 4 0>; | 210 | interrupts = <2 4 0>; |
213 | }; | 211 | }; |
diff --git a/arch/powerpc/boot/dts/pcm032.dts b/arch/powerpc/boot/dts/pcm032.dts index 29fde83b99b3..9dee52b67477 100644 --- a/arch/powerpc/boot/dts/pcm032.dts +++ b/arch/powerpc/boot/dts/pcm032.dts | |||
@@ -196,7 +196,6 @@ | |||
196 | 196 | ||
197 | psc@2400 { /* PSC3 in UART mode */ | 197 | psc@2400 { /* PSC3 in UART mode */ |
198 | compatible = "fsl,mpc5200b-psc-uart","fsl,mpc5200-psc-uart"; | 198 | compatible = "fsl,mpc5200b-psc-uart","fsl,mpc5200-psc-uart"; |
199 | cell-index = <2>; | ||
200 | reg = <0x2400 0x100>; | 199 | reg = <0x2400 0x100>; |
201 | interrupts = <2 3 0>; | 200 | interrupts = <2 3 0>; |
202 | }; | 201 | }; |
@@ -207,7 +206,6 @@ | |||
207 | 206 | ||
208 | psc@2c00 { /* PSC6 in UART mode */ | 207 | psc@2c00 { /* PSC6 in UART mode */ |
209 | compatible = "fsl,mpc5200b-psc-uart","fsl,mpc5200-psc-uart"; | 208 | compatible = "fsl,mpc5200b-psc-uart","fsl,mpc5200-psc-uart"; |
210 | cell-index = <5>; | ||
211 | reg = <0x2c00 0x100>; | 209 | reg = <0x2c00 0x100>; |
212 | interrupts = <2 4 0>; | 210 | interrupts = <2 4 0>; |
213 | }; | 211 | }; |