diff options
author | Michał Żygowski <michal.zygowski@3mdeb.com> | 2023-10-13 16:22:13 +0200 |
---|---|---|
committer | Michał Żygowski <michal.zygowski@3mdeb.com> | 2023-10-16 09:44:49 +0000 |
commit | 6f255729f15b16fac2430c42c58dd5301fb1a788 (patch) | |
tree | fecd8542e8104de8e76eb653939d6d94e6a5bcd9 /src/superio/smsc | |
parent | ed4bc980fa6768edf991166582c68f4e3abde8e7 (diff) |
superio/smsc/sch5545/acpi/superio.asl: Fix UART2 device name
Due to copy-paste error, the UART2 device name is the same as
UART1. Fix it.
Change-Id: I796d09f321101a36731a56099af738c9485df8a2
Signed-off-by: Michał Żygowski <michal.zygowski@3mdeb.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/78350
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Krystian Hebel <krystian.hebel@3mdeb.com>
Diffstat (limited to 'src/superio/smsc')
-rw-r--r-- | src/superio/smsc/sch5545/acpi/superio.asl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/superio/smsc/sch5545/acpi/superio.asl b/src/superio/smsc/sch5545/acpi/superio.asl index c9a5f5a22e..7ef8fcf728 100644 --- a/src/superio/smsc/sch5545/acpi/superio.asl +++ b/src/superio/smsc/sch5545/acpi/superio.asl @@ -470,7 +470,7 @@ Device(SIO1) { #ifdef SCH5545_SHOW_UARTB #define SUPERIO_UARTB_LDN 8 - Device (UAR1) + Device (UAR2) { Name (_HID, EisaId ("PNP0501")) Name (_UID, SUPERIO_UID(SER, SUPERIO_UARTB_LDN)) |