Matt DeVillier has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/80243?usp=email )
Change subject: mb/google/brox: Use name 'LCD0' for internal panel output ......................................................................
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 --- M src/mainboard/google/brox/variants/brox/overridetree.cb 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/43/80243/1
diff --git a/src/mainboard/google/brox/variants/brox/overridetree.cb b/src/mainboard/google/brox/variants/brox/overridetree.cb index af7c84c..82a836f 100644 --- a/src/mainboard/google/brox/variants/brox/overridetree.cb +++ b/src/mainboard/google/brox/variants/brox/overridetree.cb @@ -29,7 +29,7 @@ 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""