h8300-moreram.patch 1.0 KB

1234567891011121314151617181920212223242526272829303132
  1. diff -Nur linux-4.4.96.orig/arch/h8300/boot/dts/h8300h_sim.dts linux-4.4.96/arch/h8300/boot/dts/h8300h_sim.dts
  2. --- linux-4.4.96.orig/arch/h8300/boot/dts/h8300h_sim.dts 2017-11-02 09:40:50.000000000 +0100
  3. +++ linux-4.4.96/arch/h8300/boot/dts/h8300h_sim.dts 2017-11-18 21:59:54.665879649 +0100
  4. @@ -37,7 +37,7 @@
  5. memory@400000 {
  6. device_type = "memory";
  7. - reg = <0x400000 0x400000>;
  8. + reg = <0x400000 0x800000>;
  9. };
  10. cpus {
  11. diff -Nur linux-4.4.96.orig/drivers/tty/serial/sh-sci.c linux-4.4.96/drivers/tty/serial/sh-sci.c
  12. --- linux-4.4.96.orig/drivers/tty/serial/sh-sci.c 2017-11-02 09:40:50.000000000 +0100
  13. +++ linux-4.4.96/drivers/tty/serial/sh-sci.c 2017-11-18 22:15:05.951976319 +0100
  14. @@ -898,8 +898,6 @@
  15. /* overrun error */
  16. if (tty_insert_flip_char(tport, 0, TTY_OVERRUN))
  17. copied++;
  18. -
  19. - dev_notice(port->dev, "overrun error\n");
  20. }
  21. if (status & SCxSR_FER(port)) {
  22. @@ -972,7 +970,6 @@
  23. tty_insert_flip_char(tport, 0, TTY_OVERRUN);
  24. tty_flip_buffer_push(tport);
  25. - dev_dbg(port->dev, "overrun error\n");
  26. copied++;
  27. }