Files
android_kernel_xiaomi_sm8450/drivers/tty/serial
Lubomir Rintel fe9ed6d248 serial: 8250_pxa: honor the port number from devicetree
Like the other OF-enabled drivers, use the port number from the firmware if
the devicetree specifies an alias:

  aliases {
      ...
      serial2 = &uart2; /* Should be ttyS2 */
  }

This is how the deprecated pxa.c driver behaved, switching to 8250_pxa
messes up the numbering.

Signed-off-by: Lubomir Rintel <lkundrak@v3.sk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2019-02-26 12:30:44 +01:00
..
2019-01-30 09:31:31 +01:00
2017-11-21 15:57:07 -08:00
2019-01-28 08:22:00 +01:00
2019-02-11 09:26:45 +01:00
2018-06-12 16:19:22 -07:00