From 3e25f85d68d10249473d422c4c19dc30ea55e8b0 Mon Sep 17 00:00:00 2001 From: Martin Roth Date: Mon, 4 Sep 2023 15:37:07 -0600 Subject: drivers/ipmi to lib: Fix misspellings & capitalization issues Signed-off-by: Martin Roth Change-Id: I926ec4c1c00339209ef656995031026935e52558 Reviewed-on: https://review.coreboot.org/c/coreboot/+/77637 Reviewed-by: Eric Lai Tested-by: build bot (Jenkins) --- src/drivers/mipi/panel-CMN_P097PFG_SSD2858.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/drivers/mipi') 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 */ -- cgit v1.2.3