diff options
author | Raul Rangel <rrangel@chromium.org> | 2021-04-06 15:33:16 +0000 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2021-04-06 16:08:39 +0000 |
commit | ca25ad5e0e94b16ce350464f68c4681cbde2aa34 (patch) | |
tree | 309169662a1a85f142cfed2567ce1fdec77414da /src | |
parent | 514a4bcb23ef2b87d794aa23c2056b04b018eade (diff) |
Revert "mb/google/guybrush: Disable GFX"
This reverts commit 52e61945588bc327844acc4658426861d63ad189.
Reason for revert: Graphics actually works now. I should have abandoned this CL.
Signed-off-by: Raul E Rangel <rrangel@chromium.org>
Change-Id: I83aac3a2c616bb434706f23e36549760bc764080
Reviewed-on: https://review.coreboot.org/c/coreboot/+/51985
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Martin Roth <martinroth@google.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/mainboard/google/guybrush/variants/baseboard/devicetree.cb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mainboard/google/guybrush/variants/baseboard/devicetree.cb b/src/mainboard/google/guybrush/variants/baseboard/devicetree.cb index 7ca917549f..f5f9018bb5 100644 --- a/src/mainboard/google/guybrush/variants/baseboard/devicetree.cb +++ b/src/mainboard/google/guybrush/variants/baseboard/devicetree.cb @@ -48,8 +48,7 @@ chip soc/amd/cezanne device ref gpp_bridge_3 on end # NVMe device ref gpp_bridge_a on # Internal GPP Bridge 0 to Bus A - # b/183971103 - We can't enable GFX because it locks up the OS - device ref gfx off end # Internal GPU (GFX) + device ref gfx on end # Internal GPU (GFX) device ref xhci_0 on # USB 3.1 (USB0) chip drivers/usb/acpi device ref xhci_0_root_hub on |