diff options
author | Felix Fietkau <nbd@openwrt.org> | 2016-01-17 21:05:19 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2016-01-17 21:05:19 +0000 |
commit | 93a2b8a6c47741ae1fc369d0245340c42f809418 (patch) | |
tree | 8575eb03723cd9797a505713cebcdeac2bf2d1d3 /target/linux/mpc85xx/patches-3.18/110-fix_mpc8548_cds.patch | |
parent | 495935a3b81ac88bc524adabfe4e28155e0f5dac (diff) | |
download | mtk-20170518-93a2b8a6c47741ae1fc369d0245340c42f809418.zip mtk-20170518-93a2b8a6c47741ae1fc369d0245340c42f809418.tar.gz mtk-20170518-93a2b8a6c47741ae1fc369d0245340c42f809418.tar.bz2 |
mpc85xx: update to linux 4.4, remove unnecessary patches
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48297
Diffstat (limited to 'target/linux/mpc85xx/patches-3.18/110-fix_mpc8548_cds.patch')
-rw-r--r-- | target/linux/mpc85xx/patches-3.18/110-fix_mpc8548_cds.patch | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/target/linux/mpc85xx/patches-3.18/110-fix_mpc8548_cds.patch b/target/linux/mpc85xx/patches-3.18/110-fix_mpc8548_cds.patch deleted file mode 100644 index b6dbd0d..0000000 --- a/target/linux/mpc85xx/patches-3.18/110-fix_mpc8548_cds.patch +++ /dev/null @@ -1,40 +0,0 @@ ---- a/arch/powerpc/boot/dts/fsl/mpc8548si-post.dtsi -+++ b/arch/powerpc/boot/dts/fsl/mpc8548si-post.dtsi -@@ -131,7 +131,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"; ---- a/arch/powerpc/boot/dts/mpc8548cds_32b.dts -+++ b/arch/powerpc/boot/dts/mpc8548cds_32b.dts -@@ -75,6 +75,9 @@ - ranges = <0x0 0x0 0x0 0xc0000000 0x0 0x20000000>; - }; - }; -+ chosen { -+ linux,stdout-path = "/soc8548@e0000000/serial@4600"; -+ }; - }; - - /* |