diff options
author | Matt DeVillier <matt.devillier@gmail.com> | 2024-01-19 20:37:58 -0600 |
---|---|---|
committer | Felix Singer <service+coreboot-gerrit@felixsinger.de> | 2024-02-13 19:04:48 +0000 |
commit | 4e685bf682f493a1a4788eaea1a53783a488db93 (patch) | |
tree | 0b43c2efa4a540bd635825b370d71d7d8a5f4ca8 /src/mainboard/google/brya/variants/taeko | |
parent | c0ccf6b5f17e29fb19b44ad9bbe2fdc38d5d6465 (diff) |
mb/google/brya/var/*: 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.
TEST=build/boot Win11 on google/brya (redrix), verify brightness
controls are functional.
Change-Id: I389553b2ddc5b09d165229e2d8066cacf852b82c
Signed-off-by: Matt DeVillier <matt.devillier@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/80174
Reviewed-by: Felix Singer <service+coreboot-gerrit@felixsinger.de>
Reviewed-by: Won Chung <wonchung@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Martin L Roth <gaumless@gmail.com>
Reviewed-by: Eric Lai <ericllai@google.com>
Diffstat (limited to 'src/mainboard/google/brya/variants/taeko')
-rw-r--r-- | src/mainboard/google/brya/variants/taeko/overridetree.cb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/google/brya/variants/taeko/overridetree.cb b/src/mainboard/google/brya/variants/taeko/overridetree.cb index 27584cd360..d6ffb7f9e1 100644 --- a/src/mainboard/google/brya/variants/taeko/overridetree.cb +++ b/src/mainboard/google/brya/variants/taeko/overridetree.cb @@ -141,7 +141,7 @@ chip soc/intel/alderlake chip drivers/gfx/generic register "device_count" = "3" # DDIA for eDP - register "device[0].name" = ""LCD"" + register "device[0].name" = ""LCD0"" # Internal panel on the first port of the graphics chip register "device[0].addr" = "0x80010400" # DDIB is unused and HDMI is not enumerated in the kernel, so no GFX device is added for DDIB |