Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f174442e authored by Alan Cox's avatar Alan Cox Committed by Greg Kroah-Hartman
Browse files

serial: 8250_dw: Add ACPI ID for Intel Braswell



Another new ACPI identifier for the 8250 dw bindings to cover newer Intel
SoCs such as Braswell.

Signed-off-by: default avatarAlan Cox <alan@linux.intel.com>
Signed-off-by: default avatarMika Westerberg <mika.westerberg@linux.intel.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 69e273c0
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -540,6 +540,7 @@ static const struct acpi_device_id dw8250_acpi_match[] = {
	{ "INT3434", 0 },
	{ "INT3435", 0 },
	{ "80860F0A", 0 },
	{ "8086228A", 0 },
	{ },
};
MODULE_DEVICE_TABLE(acpi, dw8250_acpi_match);