diff options
| author | Andrew Turner <andrew@FreeBSD.org> | 2018-02-25 19:43:00 +0000 |
|---|---|---|
| committer | Andrew Turner <andrew@FreeBSD.org> | 2018-02-25 19:43:00 +0000 |
| commit | 615395d9851af5e55ca315ba25b7f787c2e4af13 (patch) | |
| tree | c97fb91d2f3a1e9e467f2aaae4c101d0588548d4 | |
| parent | db65b25f88676dc213bf6da75e257cf3727b15a5 (diff) | |
Notes
| -rw-r--r-- | sys/dev/uart/uart_dev_pl011.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/uart/uart_dev_pl011.c b/sys/dev/uart/uart_dev_pl011.c index cfa47f63068be..707fb24f62aa8 100644 --- a/sys/dev/uart/uart_dev_pl011.c +++ b/sys/dev/uart/uart_dev_pl011.c @@ -333,6 +333,7 @@ UART_FDT_CLASS_AND_DEVICE(fdt_compat_data); #ifdef DEV_ACPI static struct acpi_uart_compat_data acpi_compat_data[] = { {"ARMH0011", &uart_pl011_class, ACPI_DBG2_ARM_PL011}, + {"ARMH0011", &uart_pl011_class, ACPI_DBG2_ARM_SBSA_GENERIC}, {NULL, NULL, 0}, }; UART_ACPI_CLASS_AND_DEVICE(acpi_compat_data); |
