summaryrefslogtreecommitdiff
path: root/target/linux/mpc85xx/patches/110-fix_mpc8548_cds.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/110-fix_mpc8548_cds.patch
parentab71a428c5acaa2aedc5ecce9fb4f66faab43537 (diff)
downloadmtk-20170518-d5093de0b19bfa62bc47415658e7f2316bf914bc.zip
mtk-20170518-d5093de0b19bfa62bc47415658e7f2316bf914bc.tar.gz
mtk-20170518-d5093de0b19bfa62bc47415658e7f2316bf914bc.tar.bz2
mpc85xx: remove 2.6.38 support
SVN-Revision: 31661
Diffstat (limited to 'target/linux/mpc85xx/patches/110-fix_mpc8548_cds.patch')
-rw-r--r--target/linux/mpc85xx/patches/110-fix_mpc8548_cds.patch38
1 files changed, 0 insertions, 38 deletions
diff --git a/target/linux/mpc85xx/patches/110-fix_mpc8548_cds.patch b/target/linux/mpc85xx/patches/110-fix_mpc8548_cds.patch
deleted file mode 100644
index 3cca828..0000000
--- a/target/linux/mpc85xx/patches/110-fix_mpc8548_cds.patch
+++ /dev/null
@@ -1,38 +0,0 @@
---- a/arch/powerpc/boot/dts/mpc8548cds.dts
-+++ b/arch/powerpc/boot/dts/mpc8548cds.dts
-@@ -308,21 +308,21 @@
- };
- };
-
-- serial0: serial@4500 {
-- cell-index = <0>;
-+ serial0: serial@4600 {
-+ cell-index = <1>;
- device_type = "serial";
- compatible = "ns16550";
-- reg = <0x4500 0x100>; // reg base, size
-+ reg = <0x4600 0x100>; // reg base, size
- clock-frequency = <0>; // should we fill in in uboot?
- interrupts = <42 2>;
- interrupt-parent = <&mpic>;
- };
-
-- serial1: serial@4600 {
-- cell-index = <1>;
-+ serial1: serial@4500 {
-+ cell-index = <0>;
- device_type = "serial";
- compatible = "ns16550";
-- reg = <0x4600 0x100>; // reg base, size
-+ reg = <0x4500 0x100>; // reg base, size
- clock-frequency = <0>; // should we fill in in uboot?
- interrupts = <42 2>;
- interrupt-parent = <&mpic>;
-@@ -564,4 +564,7 @@
- 0x0 0x100000>;
- };
- };
-+ chosen {
-+ linux,stdout-path = "/soc8548@e0000000/serial@4600";
-+ };
- };