diff options
author | Jon Murphy <jpmurphy@google.com> | 2023-03-29 17:13:41 -0600 |
---|---|---|
committer | Eric Lai <eric_lai@quanta.corp-partner.google.com> | 2023-04-13 02:57:21 +0000 |
commit | ba3522e42f4436a116caf4ca867e26c64223d35e (patch) | |
tree | 703de11450d352c579a0775faf2967c3b4bffef2 /src/mainboard | |
parent | ae0aeb339de388f8c2b269eb756e271ddad66412 (diff) |
mb/google/myst: Enable internal graphics
Enable internal graphics on the phoenix soc for myst projects.
BUG=b:275900162
TEST=builds
Signed-off-by: Jon Murphy <jpmurphy@google.com>
Change-Id: Ia6ef1ca07b9af491c7d937be5cef4f051852e486
Reviewed-on: https://review.coreboot.org/c/coreboot/+/74104
Reviewed-by: Karthik Ramasubramanian <kramasub@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Eric Lai <eric_lai@quanta.corp-partner.google.com>
Diffstat (limited to 'src/mainboard')
-rw-r--r-- | src/mainboard/google/myst/variants/baseboard/devicetree.cb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mainboard/google/myst/variants/baseboard/devicetree.cb b/src/mainboard/google/myst/variants/baseboard/devicetree.cb index d3b06b9bd2..2a1c2d22a3 100644 --- a/src/mainboard/google/myst/variants/baseboard/devicetree.cb +++ b/src/mainboard/google/myst/variants/baseboard/devicetree.cb @@ -1,6 +1,9 @@ # SPDX-License-Identifier: GPL-2.0-or-later chip soc/amd/phoenix 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 device ref iommu on end device ref lpc_bridge on chip ec/google/chromeec |