Skip to content

Commit 2aaea6a

Browse files
wojtas-marcinrafaeljw
authored andcommitted
ACPI: SPCR: Add support for the new 16550-compatible Serial Port Subtype
The Microsoft Debug Port Table 2 (DBG2) specification revision May 31, 2017 added definition of the 16550-compatible Serial Port Subtype with parameters defined in Generic Address Structure (GAS) [1] Add its support in the SPCR table parsing routine. [1] https://docs.microsoft.com/en-us/windows-hardware/drivers/bringup/acpi-debug-port-table Signed-off-by: Marcin Wojtas <[email protected]> Signed-off-by: Rafael J. Wysocki <[email protected]>
1 parent 7c60610 commit 2aaea6a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/acpi/spcr.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ int __init acpi_parse_spcr(bool enable_earlycon, bool enable_console)
136136
break;
137137
case ACPI_DBG2_16550_COMPATIBLE:
138138
case ACPI_DBG2_16550_SUBSET:
139+
case ACPI_DBG2_16550_WITH_GAS:
139140
uart = "uart";
140141
break;
141142
default:

0 commit comments

Comments
 (0)