Skip to content

Commit

Permalink
ACPI: SPCR: Add support for NVIDIA 16550-compatible port subtype
Browse files Browse the repository at this point in the history
Add support for the NVIDIA specific 16550 subtype to SPCR table parsing
routine.

Signed-off-by: Jeff Brasen <jbrasen@nvidia.com>
Signed-off-by: Jon Hunter <jonathanh@nvidia.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
  • Loading branch information
Jeff Brasen authored and Rafael J. Wysocki committed Apr 13, 2022
1 parent ce522ba commit 3a506ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/acpi/spcr.c
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ int __init acpi_parse_spcr(bool enable_earlycon, bool enable_console)
case ACPI_DBG2_16550_COMPATIBLE:
case ACPI_DBG2_16550_SUBSET:
case ACPI_DBG2_16550_WITH_GAS:
case ACPI_DBG2_16550_NVIDIA:
uart = "uart";
break;
default:
Expand Down

0 comments on commit 3a506ca

Please sign in to comment.