summaryrefslogtreecommitdiffstats
path: root/target/linux/mpc85xx/patches/100-fix_mpc8568e_mds.patch
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2012-05-09 10:48:41 +0000
committerGabor Juhos <juhosg@openwrt.org>2012-05-09 10:48:41 +0000
commitd5093de0b19bfa62bc47415658e7f2316bf914bc (patch)
treeac74dfd73b91893aa17c4c6c0d728e7a5915139b /target/linux/mpc85xx/patches/100-fix_mpc8568e_mds.patch
parentab71a428c5acaa2aedc5ecce9fb4f66faab43537 (diff)
downloadmaster-31e0f0ae-d5093de0b19bfa62bc47415658e7f2316bf914bc.tar.gz
master-31e0f0ae-d5093de0b19bfa62bc47415658e7f2316bf914bc.tar.bz2
master-31e0f0ae-d5093de0b19bfa62bc47415658e7f2316bf914bc.zip
mpc85xx: remove 2.6.38 support
SVN-Revision: 31661
Diffstat (limited to 'target/linux/mpc85xx/patches/100-fix_mpc8568e_mds.patch')
-rw-r--r--target/linux/mpc85xx/patches/100-fix_mpc8568e_mds.patch60
1 files changed, 0 insertions, 60 deletions
diff --git a/target/linux/mpc85xx/patches/100-fix_mpc8568e_mds.patch b/target/linux/mpc85xx/patches/100-fix_mpc8568e_mds.patch
deleted file mode 100644
index d1e672a9df..0000000000
--- a/target/linux/mpc85xx/patches/100-fix_mpc8568e_mds.patch
+++ /dev/null
@@ -1,60 +0,0 @@
---- a/arch/powerpc/boot/dts/mpc8568mds.dts
-+++ b/arch/powerpc/boot/dts/mpc8568mds.dts
-@@ -301,32 +301,24 @@
- };
- };
-
-- duart-sleep-nexus {
-- #address-cells = <1>;
-- #size-cells = <1>;
-- compatible = "simple-bus";
-- sleep = <&pmc 0x00000002>;
-- ranges;
--
-- serial0: serial@4500 {
-- cell-index = <0>;
-- device_type = "serial";
-- compatible = "ns16550";
-- reg = <0x4500 0x100>;
-- clock-frequency = <0>;
-- interrupts = <42 2>;
-- interrupt-parent = <&mpic>;
-- };
-+ serial0: serial@4500 {
-+ cell-index = <0>;
-+ device_type = "serial";
-+ compatible = "ns16550";
-+ reg = <0x4500 0x100>;
-+ clock-frequency = <0>;
-+ interrupts = <42 2>;
-+ interrupt-parent = <&mpic>;
-+ };
-
-- serial1: serial@4600 {
-- cell-index = <1>;
-- device_type = "serial";
-- compatible = "ns16550";
-- reg = <0x4600 0x100>;
-- clock-frequency = <0>;
-- interrupts = <42 2>;
-- interrupt-parent = <&mpic>;
-- };
-+ serial1: serial@4600 {
-+ cell-index = <1>;
-+ device_type = "serial";
-+ compatible = "ns16550";
-+ reg = <0x4600 0x100>;
-+ clock-frequency = <0>;
-+ interrupts = <42 2>;
-+ interrupt-parent = <&mpic>;
- };
-
- global-utilities@e0000 {
-@@ -669,4 +661,7 @@
- gpios = <&bcsr5 3 0>;
- };
- };
-+ chosen {
-+ linux,stdout-path = "/soc8568@e0000000/serial@4500";
-+ };
- };