summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Keijzer <kevin@quietlife.nl>2017-11-15 15:58:31 +0100
committerIdwer Vollering <vidwer@gmail.com>2017-11-17 11:32:16 +0000
commit15af2817440481cd6ceafc36ed49224854ea8275 (patch)
treee0e47845828386c680f45df00864cf8052f4a89b
parent690afa1f8c49edcb423855e6b42cd2b9af602731 (diff)
downloadcoreboot-15af2817440481cd6ceafc36ed49224854ea8275.tar.xz
mb/lenovo/t400: Add LTN154X3-L02 to list of known displays
TESTED on Lenovo T500 Change-Id: I9c9fef82ca4af99c7d4813e0ab0e315fde93b972 Signed-off-by: Kevin Keijzer <kevin@quietlife.nl> Reviewed-on: https://review.coreboot.org/22475 Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
-rw-r--r--src/mainboard/lenovo/t400/blc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/lenovo/t400/blc.c b/src/mainboard/lenovo/t400/blc.c
index 56f67386ab..8aa6610319 100644
--- a/src/mainboard/lenovo/t400/blc.c
+++ b/src/mainboard/lenovo/t400/blc.c
@@ -30,6 +30,7 @@ static const struct blc_pwm_t blc_entries[] = {
/* T500 */
{"LP154W02-TL06", 110},
{"LTN154P3-L02", 110},
+ {"LTN154X3-L02", 110},
};
int get_blc_values(const struct blc_pwm_t **entries)