From 5eb6e55257c6e349dfe65888ca9962028f12e021 Mon Sep 17 00:00:00 2001 From: Matt DeVillier Date: Fri, 19 Jan 2024 20:40:55 -0600 Subject: mb/google/drallion: 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/drallion, verify brightness controls are functional. Change-Id: I6fbdd0c5606ec8f2c497e85bf46d388957f15fa5 Signed-off-by: Matt DeVillier Reviewed-on: https://review.coreboot.org/c/coreboot/+/80175 Reviewed-by: Felix Singer Tested-by: build bot (Jenkins) Reviewed-by: Eric Lai --- src/mainboard/google/drallion/variants/drallion/devicetree.cb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mainboard/google/drallion/variants') diff --git a/src/mainboard/google/drallion/variants/drallion/devicetree.cb b/src/mainboard/google/drallion/variants/drallion/devicetree.cb index 950dab9c19..9fe0a691e7 100644 --- a/src/mainboard/google/drallion/variants/drallion/devicetree.cb +++ b/src/mainboard/google/drallion/variants/drallion/devicetree.cb @@ -223,7 +223,7 @@ chip soc/intel/cannonlake register "gfx" = "GMA_DEFAULT_PANEL(0)" chip drivers/gfx/generic register "device_count" = "1" - register "device[0].name" = ""LCD"" + register "device[0].name" = ""LCD0"" # Address is set following the ACPI spec section A.3.2 # for an internal panel on the first port of the graphics chip register "device[0].addr" = "0x80010400" -- cgit v1.2.3