soc/amd/cezanne/acpi/mmio: uncomment AOAC_DEVICE macro for UARTs
This enables runtime power management for the UART controllers. BUG=b:183983959 Signed-off-by: Felix Held <felix-coreboot@felixheld.de> Change-Id: I4e57d6312feda459cec65f330c6d2072774d4eb5 Reviewed-on: https://review.coreboot.org/c/coreboot/+/57681 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Raul Rangel <rrangel@chromium.org>
This commit is contained in:
parent
9cc550eb8e
commit
d453208623
|
@ -88,8 +88,7 @@ Device (FUR0)
|
|||
}
|
||||
}
|
||||
|
||||
// TODO(b/183983959): Enable the AOAC register access later.
|
||||
// AOAC_DEVICE(FCH_AOAC_DEV_UART0, 0)
|
||||
AOAC_DEVICE(FCH_AOAC_DEV_UART0, 0)
|
||||
}
|
||||
|
||||
Device (FUR1) {
|
||||
|
@ -120,8 +119,7 @@ Device (FUR1) {
|
|||
}
|
||||
}
|
||||
|
||||
// TODO(b/183983959): Enable the AOAC register access later.
|
||||
// AOAC_DEVICE(FCH_AOAC_DEV_UART1, 0)
|
||||
AOAC_DEVICE(FCH_AOAC_DEV_UART1, 0)
|
||||
}
|
||||
|
||||
Device (I2C0) {
|
||||
|
|
Loading…
Reference in New Issue