summaryrefslogtreecommitdiffstats
path: root/src/mainboard/google/brya/variants/vell/overridetree.cb
diff options
context:
space:
mode:
authorMatt DeVillier <matt.devillier@gmail.com>2024-01-26 16:09:42 -0600
committerFelix Singer <service+coreboot-gerrit@felixsinger.de>2024-02-13 19:20:11 +0000
commit1810a184152800468dc1a5d6119f04c028ce39d9 (patch)
tree1b07fcd0f27dc62fa1135cba3ec584829f35ce90 /src/mainboard/google/brya/variants/vell/overridetree.cb
parent32d679e8a423e1aa5aec4f262a69396eaa9d2476 (diff)
downloadcoreboot-1810a184152800468dc1a5d6119f04c028ce39d9.tar.gz
coreboot-1810a184152800468dc1a5d6119f04c028ce39d9.tar.bz2
coreboot-1810a184152800468dc1a5d6119f04c028ce39d9.zip
mb/google/*: Replace use of gfx/generic addr field with display type
Eliminates the use of a magic number, and the resulting DID entry in the _DOD method is the same. TEST=build/boot google/drallion, dump SSDT and verify DID entry is unchanged. Change-Id: Ic929cf7ec6849ba398653226bbe46d27b4e3fa81 Signed-off-by: Matt DeVillier <matt.devillier@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/80200 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Eric Lai <ericllai@google.com> Reviewed-by: Felix Singer <service+coreboot-gerrit@felixsinger.de>
Diffstat (limited to 'src/mainboard/google/brya/variants/vell/overridetree.cb')
-rw-r--r--src/mainboard/google/brya/variants/vell/overridetree.cb2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/google/brya/variants/vell/overridetree.cb b/src/mainboard/google/brya/variants/vell/overridetree.cb
index 459f78299d9a..01ded8ef06c7 100644
--- a/src/mainboard/google/brya/variants/vell/overridetree.cb
+++ b/src/mainboard/google/brya/variants/vell/overridetree.cb
@@ -99,7 +99,7 @@ chip soc/intel/alderlake
# DDIA for eDP
register "device[0].name" = ""LCD0""
# Internal panel on the first port of the graphics chip
- register "device[0].addr" = "0x80010400"
+ register "device[0].type" = "panel"
# DDIB is unused and HDMI is not enumerated in the kernel, so no GFX device is added for DDIB
# TCP0 (DP-1) for port C0
register "device[1].name" = ""DD01""