projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f3bf263
)
serial: 8250_dw: add ACPI support for uart on Hisilicon Hip05 SoC
author
Kefeng Wang
<
[email protected]
>
Wed, 31 Aug 2016 03:29:12 +0000
(11:29 +0800)
committer
Greg Kroah-Hartman
<
[email protected]
>
Fri, 2 Sep 2016 13:03:35 +0000
(15:03 +0200)
Add ACPI identifier for UART on Hisilicon Hip05 SoC, be careful that
it is not 16550 compatible, and "reg-io-width" and "reg-shift" need
be set properly by _DSD method in DSDT.
Signed-off-by: Kefeng Wang <
[email protected]
>
Acked-by: Heikki Krogerus <
[email protected]
>
Signed-off-by: Greg Kroah-Hartman <
[email protected]
>
drivers/tty/serial/8250/8250_dw.c
patch
|
blob
|
history
diff --git
a/drivers/tty/serial/8250/8250_dw.c
b/drivers/tty/serial/8250/8250_dw.c
index 47e6d08eb6fd3d3b161deaa3f53cd18a392fe0cd..5e4b80ecb88302c37187a1684abf853c7b75201d 100644
(file)
--- a/
drivers/tty/serial/8250/8250_dw.c
+++ b/
drivers/tty/serial/8250/8250_dw.c
@@
-620,6
+620,7
@@
static const struct acpi_device_id dw8250_acpi_match[] = {
{ "APMC0D08", 0},
{ "AMD0020", 0 },
{ "AMDI0020", 0 },
+ { "HISI0031", 0 },
{ },
};
MODULE_DEVICE_TABLE(acpi, dw8250_acpi_match);