summaryrefslogtreecommitdiffstats
path: root/target/linux/mpc85xx/patches-3.3/110-fix_mpc8548_cds.patch
diff options
context:
space:
mode:
authorjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>2013-02-01 17:49:56 +0000
committerjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>2013-02-01 17:49:56 +0000
commit6a916ef7956523c46737e3a33d57e6f40d81a547 (patch)
tree0131d8e1627361fe2f81047ed9ecf162efec5b22 /target/linux/mpc85xx/patches-3.3/110-fix_mpc8548_cds.patch
parent4e857cdff08866eff17408cf30b7980e525e1c23 (diff)
mpc85xx: nuke 3.3 support
Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35445 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/mpc85xx/patches-3.3/110-fix_mpc8548_cds.patch')
-rw-r--r--target/linux/mpc85xx/patches-3.3/110-fix_mpc8548_cds.patch40
1 files changed, 0 insertions, 40 deletions
diff --git a/target/linux/mpc85xx/patches-3.3/110-fix_mpc8548_cds.patch b/target/linux/mpc85xx/patches-3.3/110-fix_mpc8548_cds.patch
deleted file mode 100644
index 291a843ed..000000000
--- a/target/linux/mpc85xx/patches-3.3/110-fix_mpc8548_cds.patch
+++ /dev/null
@@ -1,40 +0,0 @@
---- a/arch/powerpc/boot/dts/mpc8548cds.dts
-+++ b/arch/powerpc/boot/dts/mpc8548cds.dts
-@@ -301,6 +301,9 @@
- 0x0 0x100000>;
- };
- };
-+ chosen {
-+ linux,stdout-path = "/soc8548@e0000000/serial@4600";
-+ };
- };
-
- /include/ "fsl/mpc8548si-post.dtsi"
---- a/arch/powerpc/boot/dts/fsl/mpc8548si-post.dtsi
-+++ b/arch/powerpc/boot/dts/fsl/mpc8548si-post.dtsi
-@@ -116,7 +116,24 @@
-
- /include/ "pq3-i2c-0.dtsi"
- /include/ "pq3-i2c-1.dtsi"
--/include/ "pq3-duart-0.dtsi"
-+
-+ serial0: serial@4600 {
-+ cell-index = <1>;
-+ device_type = "serial";
-+ compatible = "fsl,ns16550", "ns16550";
-+ reg = <0x4600 0x100>;
-+ clock-frequency = <0>;
-+ interrupts = <42 2 0 0>;
-+ };
-+
-+ serial1: serial@4500 {
-+ cell-index = <0>;
-+ device_type = "serial";
-+ compatible = "fsl,ns16550", "ns16550";
-+ reg = <0x4500 0x100>;
-+ clock-frequency = <0>;
-+ interrupts = <42 2 0 0>;
-+ };
-
- L2: l2-cache-controller@20000 {
- compatible = "fsl,mpc8548-l2-cache-controller";