diff options
author | Jon Murphy <jpmurphy@google.com> | 2022-02-17 16:03:04 -0700 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2022-02-26 00:19:36 +0000 |
commit | 10ff9375aee1c7c8778bd0616e17b0b35a74cd34 (patch) | |
tree | 178d81a6f7d2ecd660db1b809c8ab5779bb9d7e5 /src/mainboard/google | |
parent | 4b2e04a53bf6b4efc9354793bb10312bc7f77baa (diff) |
mb/google/skyrim: Enable internal graphics
BUG=b:214416935
TEST=builds
Signed-off-by: Jon Murphy <jpmurphy@google.com>
Change-Id: Icc71b114bf9d8f70ae38a876eedc9d1c3c02169c
Reviewed-on: https://review.coreboot.org/c/coreboot/+/62151
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Karthik Ramasubramanian <kramasub@google.com>
Reviewed-by: Raul Rangel <rrangel@chromium.org>
Diffstat (limited to 'src/mainboard/google')
-rw-r--r-- | src/mainboard/google/skyrim/variants/baseboard/devicetree.cb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mainboard/google/skyrim/variants/baseboard/devicetree.cb b/src/mainboard/google/skyrim/variants/baseboard/devicetree.cb index d6652978ba..0271081bc9 100644 --- a/src/mainboard/google/skyrim/variants/baseboard/devicetree.cb +++ b/src/mainboard/google/skyrim/variants/baseboard/devicetree.cb @@ -6,6 +6,9 @@ chip soc/amd/sabrina device pnp 0c09.0 alias chrome_ec on end end end + device ref gpp_bridge_a on # Internal GPP Bridge 0 to Bus A + device ref gfx on end # Internal GPU (GFX) + end end # domain device ref uart_0 on end # UART0 end # chip soc/amd/sabrina |