summaryrefslogtreecommitdiffstats
path: root/target/linux/mpc85xx/patches/110-fix_mpc8548_cds.patch
diff options
context:
space:
mode:
authorjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>2012-05-09 10:48:41 +0000
committerjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>2012-05-09 10:48:41 +0000
commitfb3eca1a8e161bbc92da15085c6eb6e907e42b09 (patch)
treeb7de9c3d5e09509b2761f3cb126eb4896aff2899 /target/linux/mpc85xx/patches/110-fix_mpc8548_cds.patch
parentb39529458de312f5c797f5004e5042c4cb19dc67 (diff)
mpc85xx: remove 2.6.38 support
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31661 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 3cca8288c..000000000
--- 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";
-+ };
- };