diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-04-29 15:55:28 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-04-29 15:55:28 +0000 |
commit | c59b60fa0b3bc9527a38a37d6b04f821a2e1a9ec (patch) | |
tree | d6a371e83284cd40481dea6a067b55c7bc99d092 /target/linux/mpc85xx/patches-3.3/100-fix_mpc8568e_mds.patch | |
parent | f687ca229657435bfa22531e75113c6a7dce0419 (diff) | |
download | mtk-20170518-c59b60fa0b3bc9527a38a37d6b04f821a2e1a9ec.zip mtk-20170518-c59b60fa0b3bc9527a38a37d6b04f821a2e1a9ec.tar.gz mtk-20170518-c59b60fa0b3bc9527a38a37d6b04f821a2e1a9ec.tar.bz2 |
mpc85xx: add support for 3.3
Based on a patch by Wojciech Dubowik <Wojciech.Dubowik@neratec.com>
SVN-Revision: 31529
Diffstat (limited to 'target/linux/mpc85xx/patches-3.3/100-fix_mpc8568e_mds.patch')
-rw-r--r-- | target/linux/mpc85xx/patches-3.3/100-fix_mpc8568e_mds.patch | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/target/linux/mpc85xx/patches-3.3/100-fix_mpc8568e_mds.patch b/target/linux/mpc85xx/patches-3.3/100-fix_mpc8568e_mds.patch new file mode 100644 index 0000000..ba706f6 --- /dev/null +++ b/target/linux/mpc85xx/patches-3.3/100-fix_mpc8568e_mds.patch @@ -0,0 +1,32 @@ +--- a/arch/powerpc/boot/dts/mpc8568mds.dts ++++ b/arch/powerpc/boot/dts/mpc8568mds.dts +@@ -317,6 +317,9 @@ + gpios = <&bcsr5 3 0>; + }; + }; ++ chosen { ++ linux,stdout-path = "/soc8568@e0000000/serial@4500"; ++ }; + }; + + /include/ "fsl/mpc8568si-post.dtsi" +--- a/arch/powerpc/boot/dts/fsl/mpc8568si-post.dtsi ++++ b/arch/powerpc/boot/dts/fsl/mpc8568si-post.dtsi +@@ -134,17 +134,8 @@ + + }; + +- duart-sleep-nexus { +- #address-cells = <1>; +- #size-cells = <1>; +- compatible = "simple-bus"; +- sleep = <&pmc 0x00000002>; +- ranges; +- + /include/ "pq3-duart-0.dtsi" + +- }; +- + L2: l2-cache-controller@20000 { + compatible = "fsl,mpc8568-l2-cache-controller"; + reg = <0x20000 0x1000>; |