From c77ebc60cf3c4def180c57257d24606762704954 Mon Sep 17 00:00:00 2001 From: Elyes HAOUAS Date: Tue, 5 Mar 2019 11:08:40 +0100 Subject: mb/siemens/{mc_apl1,mc_tcu3}: Fix typo on "Display" Change-Id: I58ecd95a8427eba87611dd8ea4616aedbb1d01c9 Signed-off-by: Elyes HAOUAS Reviewed-on: https://review.coreboot.org/c/coreboot/+/31761 Tested-by: build bot (Jenkins) Reviewed-by: Werner Zeh Reviewed-by: Paul Menzel --- .../siemens/mc_apl1/variants/mc_apl1/include/variant/ptn3460.h | 2 +- .../siemens/mc_apl1/variants/mc_apl4/include/variant/ptn3460.h | 2 +- .../siemens/mc_apl1/variants/mc_apl5/include/variant/ptn3460.h | 2 +- src/mainboard/siemens/mc_tcu3/ptn3460.h | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'src/mainboard/siemens') 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 */ -- cgit v1.2.3