diff options
-rw-r--r-- | src/mainboard/lenovo/x200/blc.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mainboard/lenovo/x200/blc.c b/src/mainboard/lenovo/x200/blc.c index 3d35460552..3f8aadb637 100644 --- a/src/mainboard/lenovo/x200/blc.c +++ b/src/mainboard/lenovo/x200/blc.c @@ -18,6 +18,8 @@ #include <northbridge/intel/gm45/gm45.h> static const struct blc_pwm_t blc_entries[] = { + /* corrected to 320MHz CDClk, vendor set 753; works fine at both: */ + {"LTD121EQ3B", 447}, {"LTD121EWVB", 165}, {"B121EW03 V6 ", 165}, /* datasheets: between 100 and 20k, typical 200 */ |