diff options
author | Eric Lai <ericr_lai@compal.corp-partner.google.com> | 2021-03-15 11:06:38 +0800 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2021-03-18 08:16:36 +0000 |
commit | a906918ae01ba1cb2fd876ef89e94a9b4fa9d6ec (patch) | |
tree | 9bbe7829cde9e326474d791b538822564fcbba69 /src | |
parent | 1120519e73c836f77b888433558e1f01de899cd9 (diff) |
mb/google/mancomb: Enable internal graphics device
BUG=b:182211161
TEST=builds
Signed-off-by: Eric Lai <ericr_lai@compal.corp-partner.google.com>
Change-Id: I0f5026b77513118a6c21eca78c9788c0bdc7ec6d
Reviewed-on: https://review.coreboot.org/c/coreboot/+/51488
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Raul Rangel <rrangel@chromium.org>
Reviewed-by: Mathew King <mathewk@chromium.org>
Diffstat (limited to 'src')
-rw-r--r-- | src/mainboard/google/mancomb/variants/baseboard/devicetree.cb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mainboard/google/mancomb/variants/baseboard/devicetree.cb b/src/mainboard/google/mancomb/variants/baseboard/devicetree.cb index cacc8d2665..db21dd4e26 100644 --- a/src/mainboard/google/mancomb/variants/baseboard/devicetree.cb +++ b/src/mainboard/google/mancomb/variants/baseboard/devicetree.cb @@ -39,5 +39,8 @@ chip soc/amd/cezanne }" device domain 0 on + device ref gpp_bridge_a on # Internal GPP Bridge 0 to Bus A + device ref gfx on end # Internal GPU (GFX) + end end # domain end # chip soc/amd/cezanne |