diff options
author | John Bonesio <bones@secretlab.ca> | 2010-11-18 00:28:39 +0100 |
---|---|---|
committer | Grant Likely <grant.likely@secretlab.ca> | 2011-01-04 00:02:50 +0100 |
commit | 6847317377c871c6e7a8d54e5849bcd0f9b11eb4 (patch) | |
tree | 84c1274918d9dee22659f41ec1cb33e667ecc9d7 /arch/powerpc/boot/dts/media5200.dts | |
parent | powerpc/5200: dts: rename nodes to prepare for refactoring dts files (diff) | |
download | linux-6847317377c871c6e7a8d54e5849bcd0f9b11eb4.tar.xz linux-6847317377c871c6e7a8d54e5849bcd0f9b11eb4.zip |
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/media5200.dts')
-rw-r--r-- | arch/powerpc/boot/dts/media5200.dts | 2 |
1 files changed, 0 insertions, 2 deletions
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 @@ // PSC6 in uart mode console: psc@2c00 { // PSC6 compatible = "fsl,mpc5200b-psc-uart","fsl,mpc5200-psc-uart"; - cell-index = <5>; - port-number = <0>; // Logical port assignment reg = <0x2c00 0x100>; interrupts = <2 4 0>; }; |