Skip to content

Commit 3a506ca

Browse files
jbrasenrafaeljw
authored andcommitted
ACPI: SPCR: Add support for NVIDIA 16550-compatible port subtype
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>
1 parent ce522ba commit 3a506ca

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/acpi/spcr.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,7 @@ int __init acpi_parse_spcr(bool enable_earlycon, bool enable_console)
142142
case ACPI_DBG2_16550_COMPATIBLE:
143143
case ACPI_DBG2_16550_SUBSET:
144144
case ACPI_DBG2_16550_WITH_GAS:
145+
case ACPI_DBG2_16550_NVIDIA:
145146
uart = "uart";
146147
break;
147148
default:

0 commit comments

Comments
 (0)