summaryrefslogtreecommitdiffstats
path: root/src/mainboard/lenovo/x200
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/lenovo/x200')
-rw-r--r--src/mainboard/lenovo/x200/acpi/gpe.asl2
-rw-r--r--src/mainboard/lenovo/x200/blc.c2
-rw-r--r--src/mainboard/lenovo/x200/romstage.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/mainboard/lenovo/x200/acpi/gpe.asl b/src/mainboard/lenovo/x200/acpi/gpe.asl
index 5c900ca3a98b..3b45262652cf 100644
--- a/src/mainboard/lenovo/x200/acpi/gpe.asl
+++ b/src/mainboard/lenovo/x200/acpi/gpe.asl
@@ -20,7 +20,7 @@ Scope (\_GPE)
{
/* Read EC register to clear wake status */
Store(\_SB.PCI0.LPCB.EC.WAKE, Local0)
- /* So that we don't get a warning that Local0 is unused. */
+ /* So that we don't get a warning that Local0 is unused. */
Increment (Local0)
}
}
diff --git a/src/mainboard/lenovo/x200/blc.c b/src/mainboard/lenovo/x200/blc.c
index 0856060e8659..42b5df24ed76 100644
--- a/src/mainboard/lenovo/x200/blc.c
+++ b/src/mainboard/lenovo/x200/blc.c
@@ -23,7 +23,7 @@ static const struct blc_pwm_t blc_entries[] = {
/* corrected to 320MHz CDClk, vendor set 753; works fine at both: */
{"LTD121EQ3B", 447},
{"LTD121EWVB", 165},
- {"LTD133EQ1B", 264}, /* Found on an X301 */
+ {"LTD133EQ1B", 264}, /* Found on an X301 */
{"B121EW03 V6 ", 165},
/* datasheets: between 100 and 20k, typical 200 */
/* TESTED: works best at 400 */
diff --git a/src/mainboard/lenovo/x200/romstage.c b/src/mainboard/lenovo/x200/romstage.c
index 41be94f35747..f7d8487530c5 100644
--- a/src/mainboard/lenovo/x200/romstage.c
+++ b/src/mainboard/lenovo/x200/romstage.c
@@ -25,7 +25,7 @@ void get_mb_spd_addrmap(u8 *spd_addrmap)
void mb_post_raminit_setup(void)
{
- /* FIXME: make a proper SMBUS mux support. */
+ /* FIXME: make a proper SMBUS mux support. */
/* Set the SMBUS mux to the eeprom */
set_gpio(42, GPIO_LEVEL_LOW);
}