100-fix_mpc8568e_mds.patch 685 B

1234567891011121314151617181920212223242526272829303132
  1. --- a/arch/powerpc/boot/dts/fsl/mpc8568si-post.dtsi
  2. +++ b/arch/powerpc/boot/dts/fsl/mpc8568si-post.dtsi
  3. @@ -134,17 +134,8 @@
  4. };
  5. - duart-sleep-nexus {
  6. - #address-cells = <1>;
  7. - #size-cells = <1>;
  8. - compatible = "simple-bus";
  9. - sleep = <&pmc 0x00000002>;
  10. - ranges;
  11. -
  12. /include/ "pq3-duart-0.dtsi"
  13. - };
  14. -
  15. L2: l2-cache-controller@20000 {
  16. compatible = "fsl,mpc8568-l2-cache-controller";
  17. reg = <0x20000 0x1000>;
  18. --- a/arch/powerpc/boot/dts/mpc8568mds.dts
  19. +++ b/arch/powerpc/boot/dts/mpc8568mds.dts
  20. @@ -309,6 +309,9 @@
  21. gpios = <&bcsr5 3 0>;
  22. };
  23. };
  24. + chosen {
  25. + linux,stdout-path = "/soc8568@e0000000/serial@4500";
  26. + };
  27. };
  28. /include/ "fsl/mpc8568si-post.dtsi"