diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/mainboard/siemens/mc_tcu3/lcd_panel.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mainboard/siemens/mc_tcu3/lcd_panel.c b/src/mainboard/siemens/mc_tcu3/lcd_panel.c index c3471691a9..1d1f3f96cc 100644 --- a/src/mainboard/siemens/mc_tcu3/lcd_panel.c +++ b/src/mainboard/siemens/mc_tcu3/lcd_panel.c @@ -36,7 +36,7 @@ u8 get_lcd_panel_type(void) return ((~lcd_type_gpio) & 0x0f); } -/** \brief Setup LCD panel +/** \brief Set up LCD panel * @param no parameters * @return 0 on success otherwise error value */ @@ -70,7 +70,7 @@ int setup_lcd_panel(void) break; } - /* Now that we have the panel type, setup the DP2LVDS converter */ + /* Now that we have the panel type, set up the DP2LVDS converter */ status = ptn3460_init(blockname); if (status) printk(BIOS_ERR, "LCD: Setup PTN with status 0x%x\n", status); |