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>
This commit is contained in:
parent
195b0df0d7
commit
14018f3feb
|
@ -29,7 +29,7 @@ chip soc/intel/alderlake
|
||||||
chip drivers/gfx/generic
|
chip drivers/gfx/generic
|
||||||
register "device_count" = "6"
|
register "device_count" = "6"
|
||||||
# DDIA for eDP
|
# DDIA for eDP
|
||||||
register "device[0].name" = ""LCD""
|
register "device[0].name" = ""LCD0""
|
||||||
# DDIB for HDMI
|
# DDIB for HDMI
|
||||||
# If HDMI is not enumerated in the kernel, then no GFX device should be added for DDIB
|
# If HDMI is not enumerated in the kernel, then no GFX device should be added for DDIB
|
||||||
register "device[1].name" = ""DD01""
|
register "device[1].name" = ""DD01""
|
||||||
|
|
Loading…
Reference in New Issue