diff options
author | Martin Roth <gaumless@gmail.com> | 2023-09-04 15:37:07 -0600 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2023-12-13 10:42:30 +0000 |
commit | 3e25f85d68d10249473d422c4c19dc30ea55e8b0 (patch) | |
tree | 0fb6767dfe8334c455ccd8d3dace51bf02664932 /src/drivers/mipi | |
parent | 3933ed5e5a73898becc80dccc35a58a158f8899e (diff) |
drivers/ipmi to lib: Fix misspellings & capitalization issues
Signed-off-by: Martin Roth <gaumless@gmail.com>
Change-Id: I926ec4c1c00339209ef656995031026935e52558
Reviewed-on: https://review.coreboot.org/c/coreboot/+/77637
Reviewed-by: Eric Lai <ericllai@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/drivers/mipi')
-rw-r--r-- | src/drivers/mipi/panel-CMN_P097PFG_SSD2858.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/drivers/mipi/panel-CMN_P097PFG_SSD2858.c b/src/drivers/mipi/panel-CMN_P097PFG_SSD2858.c index 637533e648..0336b63afe 100644 --- a/src/drivers/mipi/panel-CMN_P097PFG_SSD2858.c +++ b/src/drivers/mipi/panel-CMN_P097PFG_SSD2858.c @@ -21,7 +21,7 @@ struct panel_serializable_data P097PFG_SSD2858 = { .init = { PANEL_GENERIC(0xff, 0x00), /* LOCKCNT=0x1f4, MRX=0, POSTDIV=1 (/2} }, MULT=0x49 - * 27 Mhz => 985.5 Mhz */ + * 27 MHz => 985.5 MHz */ PANEL_GENERIC(0x00, 0x08, 0x01, 0xf4, 0x01, 0x49), /* MTXDIV=1, SYSDIV=3 (=> 4) */ PANEL_GENERIC(0x00, 0x0c, 0x00, 0x00, 0x00, 0x03), @@ -34,7 +34,7 @@ struct panel_serializable_data P097PFG_SSD2858 = { PANEL_GENERIC(0x10, 0x08, 0x01, 0x20, 0x08, 0x45), PANEL_GENERIC(0x10, 0x1c, 0x00, 0x00, 0x00, 0x00), PANEL_GENERIC(0x20, 0x0c, 0x00, 0x00, 0x00, 0x04), - /* Pixel clock 985.5 Mhz * 0x49/0x4b = 959 Mhz */ + /* Pixel clock 985.5 MHz * 0x49/0x4b = 959 MHz */ PANEL_GENERIC(0x20, 0x10, 0x00, 0x4b, 0x00, 0x49), PANEL_GENERIC(0x20, 0xa0, 0x00, 0x00, 0x00, 0x00), /* EOT=1, LPE = 0, LSOUT=4 lanes, LPD=25 */ |