diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2019-03-05 11:08:40 +0100 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2019-03-06 19:57:25 +0000 |
commit | c77ebc60cf3c4def180c57257d24606762704954 (patch) | |
tree | d279352098c6b994f166a7e13f934b19ec155267 /src/mainboard/siemens | |
parent | 503d3247e48d803ce36e98d2064cf22220bb0dfd (diff) |
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>
Diffstat (limited to 'src/mainboard/siemens')
4 files changed, 4 insertions, 4 deletions
diff --git a/src/mainboard/siemens/mc_apl1/variants/mc_apl1/include/variant/ptn3460.h b/src/mainboard/siemens/mc_apl1/variants/mc_apl1/include/variant/ptn3460.h index 6ae3e2f75f..3ff35d9ee8 100644 --- a/src/mainboard/siemens/mc_apl1/variants/mc_apl1/include/variant/ptn3460.h +++ b/src/mainboard/siemens/mc_apl1/variants/mc_apl1/include/variant/ptn3460.h @@ -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; diff --git a/src/mainboard/siemens/mc_apl1/variants/mc_apl4/include/variant/ptn3460.h b/src/mainboard/siemens/mc_apl1/variants/mc_apl4/include/variant/ptn3460.h index bdcbf0e888..2a52bf5e02 100644 --- a/src/mainboard/siemens/mc_apl1/variants/mc_apl4/include/variant/ptn3460.h +++ b/src/mainboard/siemens/mc_apl1/variants/mc_apl4/include/variant/ptn3460.h @@ -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; diff --git a/src/mainboard/siemens/mc_apl1/variants/mc_apl5/include/variant/ptn3460.h b/src/mainboard/siemens/mc_apl1/variants/mc_apl5/include/variant/ptn3460.h index 6ae3e2f75f..3ff35d9ee8 100644 --- a/src/mainboard/siemens/mc_apl1/variants/mc_apl5/include/variant/ptn3460.h +++ b/src/mainboard/siemens/mc_apl1/variants/mc_apl5/include/variant/ptn3460.h @@ -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; diff --git a/src/mainboard/siemens/mc_tcu3/ptn3460.h b/src/mainboard/siemens/mc_tcu3/ptn3460.h index 97bcb41941..217c68a110 100644 --- a/src/mainboard/siemens/mc_tcu3/ptn3460.h +++ b/src/mainboard/siemens/mc_tcu3/ptn3460.h @@ -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 */ |