mb/siemens/{mc_apl1,mc_tcu3}: Fix typo on "Display"
Change-Id: I58ecd95a8427eba87611dd8ea4616aedbb1d01c9 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/31761 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Werner Zeh <werner.zeh@siemens.com> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
This commit is contained in:
parent
503d3247e4
commit
c77ebc60cf
4 changed files with 4 additions and 4 deletions
|
@ -34,7 +34,7 @@
|
|||
#define PTN_INVALID_EDID 0x20000000
|
||||
|
||||
struct ptn_3460_config {
|
||||
/* DiplayPort interface control. */
|
||||
/* DisplayPort interface control. */
|
||||
uint8_t dp_interface_ctrl;
|
||||
/* LVDS interface control register 1. */
|
||||
uint8_t lvds_interface_ctrl1;
|
||||
|
|
|
@ -34,7 +34,7 @@
|
|||
#define PTN_INVALID_EDID 0x20000000
|
||||
|
||||
struct ptn_3460_config {
|
||||
/* DiplayPort interface control. */
|
||||
/* DisplayPort interface control. */
|
||||
uint8_t dp_interface_ctrl;
|
||||
/* LVDS interface control register 1. */
|
||||
uint8_t lvds_interface_ctrl1;
|
||||
|
|
|
@ -34,7 +34,7 @@
|
|||
#define PTN_INVALID_EDID 0x20000000
|
||||
|
||||
struct ptn_3460_config {
|
||||
/* DiplayPort interface control. */
|
||||
/* DisplayPort interface control. */
|
||||
uint8_t dp_interface_ctrl;
|
||||
/* LVDS interface control register 1. */
|
||||
uint8_t lvds_interface_ctrl1;
|
||||
|
|
|
@ -36,7 +36,7 @@
|
|||
#define PTN_INVALID_EDID 0x20000000
|
||||
|
||||
struct ptn_3460_config{
|
||||
u8 dp_interface_ctrl; /* DiplayPort interface control */
|
||||
u8 dp_interface_ctrl; /* DisplayPort interface control */
|
||||
u8 lvds_interface_ctrl1; /* LVDS interface control register 1 */
|
||||
u8 lvds_interface_ctrl2; /* LVDS interface control register 2 */
|
||||
u8 lvds_interface_ctrl3; /* LVDS interface control register 3 */
|
||||
|
|
Loading…
Reference in a new issue