diff options
author | Srinath Mannam <[email protected]> | 2018-07-28 20:55:15 +0530 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2018-08-02 10:11:32 +0200 |
commit | 784c29eda5b4e28c3a56aa90b3815f9a1b0cfdc1 (patch) | |
tree | 4210b34b6060080850819b5522622e60ef87d9e5 | |
parent | dfcab6ba573445c703235ab6c83758eec12d7f28 (diff) |
serial: 8250_dw: Add ACPI support for uart on Broadcom SoC
Add ACPI identifier HID for UART DW 8250 on Broadcom SoCs
to match the HID passed through ACPI tables to enable
UART controller.
Signed-off-by: Srinath Mannam <[email protected]>
Reviewed-by: Vladimir Olovyannikov <[email protected]>
Tested-by: Vladimir Olovyannikov <[email protected]>
Reviewed-by: Ray Jui <[email protected]>
Reviewed-by: Andy Shevchenko <[email protected]>
Cc: stable <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
-rw-r--r-- | drivers/tty/serial/8250/8250_dw.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/tty/serial/8250/8250_dw.c b/drivers/tty/serial/8250/8250_dw.c index 27b7ecc3b59b..fa8dcb470640 100644 --- a/drivers/tty/serial/8250/8250_dw.c +++ b/drivers/tty/serial/8250/8250_dw.c @@ -762,6 +762,7 @@ static const struct acpi_device_id dw8250_acpi_match[] = { { "APMC0D08", 0}, { "AMD0020", 0 }, { "AMDI0020", 0 }, + { "BRCM2032", 0 }, { "HISI0031", 0 }, { }, }; |