summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Keijzer <kevin@quietlife.nl>2017-11-07 21:20:27 +0100
committerArthur Heymans <arthur@aheymans.xyz>2017-11-17 15:06:15 +0000
commit6d941bad78b0f577efe9bc6dd158be8f793950bc (patch)
tree2fde32023cc8b5a6baba7d8c9ed288e8cd8e3a1d
parent15af2817440481cd6ceafc36ed49224854ea8275 (diff)
downloadcoreboot-6d941bad78b0f577efe9bc6dd158be8f793950bc.tar.xz
mb/lenovo/t400/blc.c: Add LTN154P2-L05 to whitelist
TESTED on Lenovo T500 Change-Id: I5546641cb34264e29ccb3398dd68f6144dafe524 Signed-off-by: Kevin Keijzer <kevin@quietlife.nl> Reviewed-on: https://review.coreboot.org/22367 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Arthur Heymans <arthur@aheymans.xyz> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
-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 8aa6610319..a88c09fa8c 100644
--- a/src/mainboard/lenovo/t400/blc.c
+++ b/src/mainboard/lenovo/t400/blc.c
@@ -29,6 +29,7 @@ static const struct blc_pwm_t blc_entries[] = {
{"LTN141WD-L05", 110},
/* T500 */
{"LP154W02-TL06", 110},
+ {"LTN154P2-L05", 110},
{"LTN154P3-L02", 110},
{"LTN154X3-L02", 110},
};