diff options
author | Matt DeVillier <matt.devillier@gmail.com> | 2024-01-27 11:10:00 -0600 |
---|---|---|
committer | Felix Singer <service+coreboot-gerrit@felixsinger.de> | 2024-02-13 19:08:50 +0000 |
commit | 14018f3feb6d65934f3650866a5c2ab9b96bf7e1 (patch) | |
tree | ff39276a278366d11802110c7f07120097a498f7 /src/mainboard/google | |
parent | 195b0df0d7e4a640a38ed1035ab34f1e06cffce0 (diff) |
mb/google/brox: Use name 'LCD0' for internal panel output
The GMA driver generates the brightness controls expecting the name
LCD0, so we need to use it here as well so that the DSDT and SSDT parts
match.
Change-Id: Id52f7c0e542423ba08eeed89bf9b171e540e10e4
Signed-off-by: Matt DeVillier <matt.devillier@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/80243
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Martin L Roth <gaumless@gmail.com>
Reviewed-by: Felix Singer <service+coreboot-gerrit@felixsinger.de>
Diffstat (limited to 'src/mainboard/google')
-rw-r--r-- | src/mainboard/google/brox/variants/brox/overridetree.cb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/google/brox/variants/brox/overridetree.cb b/src/mainboard/google/brox/variants/brox/overridetree.cb index af7c84cf8e..82a836f154 100644 --- a/src/mainboard/google/brox/variants/brox/overridetree.cb +++ b/src/mainboard/google/brox/variants/brox/overridetree.cb @@ -29,7 +29,7 @@ chip soc/intel/alderlake chip drivers/gfx/generic register "device_count" = "6" # DDIA for eDP - register "device[0].name" = ""LCD"" + register "device[0].name" = ""LCD0"" # 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"" |