From 4e685bf682f493a1a4788eaea1a53783a488db93 Mon Sep 17 00:00:00 2001 From: Matt DeVillier Date: Fri, 19 Jan 2024 20:37:58 -0600 Subject: 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 Reviewed-on: https://review.coreboot.org/c/coreboot/+/80174 Reviewed-by: Felix Singer Reviewed-by: Won Chung Tested-by: build bot (Jenkins) Reviewed-by: Martin L Roth Reviewed-by: Eric Lai --- src/mainboard/google/brya/variants/crota/overridetree.cb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mainboard/google/brya/variants/crota/overridetree.cb') diff --git a/src/mainboard/google/brya/variants/crota/overridetree.cb b/src/mainboard/google/brya/variants/crota/overridetree.cb index 8b671e1914..69f78c1db9 100644 --- a/src/mainboard/google/brya/variants/crota/overridetree.cb +++ b/src/mainboard/google/brya/variants/crota/overridetree.cb @@ -111,7 +111,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"" # Internal panel on the first port of the graphics chip register "device[0].addr" = "0x80010400" # DDIB for HDMI -- cgit v1.2.3