Skip to content

Commit 784c29e

Browse files
mannamsgregkh
authored andcommitted
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]>
1 parent dfcab6b commit 784c29e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/tty/serial/8250/8250_dw.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -762,6 +762,7 @@ static const struct acpi_device_id dw8250_acpi_match[] = {
762762
{ "APMC0D08", 0},
763763
{ "AMD0020", 0 },
764764
{ "AMDI0020", 0 },
765+
{ "BRCM2032", 0 },
765766
{ "HISI0031", 0 },
766767
{ },
767768
};

0 commit comments

Comments
 (0)