bd164f233c
This patch adds 3.14 kernel support for the mpc85xx platform. Works fine here with a TL-WDR4900 which seems to be the only supported device using this platform. There might be differences depending on HW version, therefore I'd ask others to test too. Changes to 3.10 missing config options added to 3.14 config file patch 001: rebased patch 100: rebased patch 110: rebased patch 120: rebased patch 130: rebased patch 140: minor adjustment patch 200: removed, change went upstream patch 210: rebased patch 220: removed, change went upstream patch 750: new, fixes an issue with ethernet port autoneg being disabled due to changes in kernel phy handling Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com> SVN-Revision: 43308
34 lines
804 B
Diff
34 lines
804 B
Diff
--- 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>;
|
|
diff --git a/arch/powerpc/boot/dts/mpc8568mds.dts b/arch/powerpc/boot/dts/mpc8568mds.dts
|
|
index bead2b6..99ffa57 100644
|
|
--- a/arch/powerpc/boot/dts/mpc8568mds.dts
|
|
+++ b/arch/powerpc/boot/dts/mpc8568mds.dts
|
|
@@ -309,6 +309,9 @@
|
|
gpios = <&bcsr5 3 0>;
|
|
};
|
|
};
|
|
+ chosen {
|
|
+ linux,stdout-path = "/soc8568@e0000000/serial@4500";
|
|
+ };
|
|
};
|
|
|
|
/include/ "fsl/mpc8568si-post.dtsi"
|