#3123: AR7 serial is broken
---------------------+----------------------
  Reporter:  matteo  |      Owner:  florian
      Type:  defect  |     Status:  reopened
  Priority:  high    |  Milestone:
 Component:  kernel  |    Version:
Resolution:          |   Keywords:
---------------------+----------------------
Changes (by olebowle):

 * status:  closed => reopened
 * resolution:  fixed =>


Comment:

 Replying to [comment:28 oswald.buddenhagen@…]:
 > turns out the problem is quite different despite identical effect:
 >
 > {{{
 > --- a/arch/mips/ar7/platform.c
 > +++ b/arch/mips/ar7/platform.c
 > @@ -581,6 +581,7 @@ static int __init ar7_register_uarts(void)
 >         uart_port.type          = PORT_AR7;
 >         uart_port.uartclk       = clk_get_rate(bus_clk) / 2;
 >         uart_port.iotype        = UPIO_MEM32;
 > +       uart_port.flags         = UPF_FIXED_TYPE;
 >         uart_port.regshift      = 2;
 >
 >         uart_port.line          = 0;
 > }}}
 I can confirm this patch brings back fully functional serial connection.

--
Ticket URL: <https://dev.openwrt.org/ticket/3123#comment:29>
OpenWrt <http://openwrt.org>
Opensource Wireless Router Technology
_______________________________________________
openwrt-tickets mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-tickets

Reply via email to