summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJon Murphy <jpmurphy@google.com>2022-02-17 16:03:04 -0700
committerFelix Held <felix-coreboot@felixheld.de>2022-02-26 00:19:36 +0000
commit10ff9375aee1c7c8778bd0616e17b0b35a74cd34 (patch)
tree178d81a6f7d2ecd660db1b809c8ab5779bb9d7e5
parent4b2e04a53bf6b4efc9354793bb10312bc7f77baa (diff)
downloadcoreboot-10ff9375aee1c7c8778bd0616e17b0b35a74cd34.tar.gz
coreboot-10ff9375aee1c7c8778bd0616e17b0b35a74cd34.tar.bz2
coreboot-10ff9375aee1c7c8778bd0616e17b0b35a74cd34.zip
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>
-rw-r--r--src/mainboard/google/skyrim/variants/baseboard/devicetree.cb3
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 d6652978bad6..0271081bc92e 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