aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard
diff options
context:
space:
mode:
authorMatt DeVillier <matt.devillier@gmail.com>2024-01-27 11:10:37 -0600
committerFelix Singer <service+coreboot-gerrit@felixsinger.de>2024-02-13 19:09:24 +0000
commit99e46b004c5e94c376db64a7eb7009cb27d1594e (patch)
treed195217af2b183d6649862181b66ef2326f8a5fc /src/mainboard
parent14018f3feb6d65934f3650866a5c2ab9b96bf7e1 (diff)
mb/google/brox: Set display output type for eDP panel
Set the display type for the LCD panel configured via the gfx/generic driver. This will ensure the correct DID/device address are generated in the SSDT. Change-Id: If63374329ed5eb4330517ca1bf2ba1ada24fa54a Signed-off-by: Matt DeVillier <matt.devillier@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/80244 Reviewed-by: Felix Singer <service+coreboot-gerrit@felixsinger.de> Reviewed-by: Martin L Roth <gaumless@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard')
-rw-r--r--src/mainboard/google/brox/variants/brox/overridetree.cb1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/google/brox/variants/brox/overridetree.cb b/src/mainboard/google/brox/variants/brox/overridetree.cb
index 82a836f154..d13b276db3 100644
--- a/src/mainboard/google/brox/variants/brox/overridetree.cb
+++ b/src/mainboard/google/brox/variants/brox/overridetree.cb
@@ -30,6 +30,7 @@ chip soc/intel/alderlake
register "device_count" = "6"
# DDIA for eDP
register "device[0].name" = ""LCD0""
+ register "device[0].type" = "panel"
# DDIB for HDMI
# If HDMI is not enumerated in the kernel, then no GFX device should be added for DDIB
register "device[1].name" = ""DD01""