From b1af16a4242d42feb0150c3a8c6fef41c75961d9 Mon Sep 17 00:00:00 2001 From: Hung-Te Lin Date: Tue, 13 Aug 2019 12:19:00 +0800 Subject: mb/google/kukui: Report panel manufacturer name The src/lib/edid now supports reporting manufacturer name so we should define that in MIPI panels and print out in initialization. BUG=None TEST=emerge-kukui coreboot; boots properly Change-Id: If844da84ecca31307127b14c66bbe17c408699f3 Signed-off-by: Hung-Te Lin Reviewed-on: https://review.coreboot.org/c/coreboot/+/34853 Tested-by: build bot (Jenkins) Reviewed-by: Julius Werner --- src/mainboard/google/kukui/panel_kukui.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/mainboard/google/kukui/panel_kukui.c') diff --git a/src/mainboard/google/kukui/panel_kukui.c b/src/mainboard/google/kukui/panel_kukui.c index eb2f228b69..a1541853f2 100644 --- a/src/mainboard/google/kukui/panel_kukui.c +++ b/src/mainboard/google/kukui/panel_kukui.c @@ -39,7 +39,8 @@ static void power_on_ssd2858(void) static struct panel_description P097PFG_SSD2858 = { .power_on = power_on_ssd2858, .edid = { - .ascii_string = "CMN P097PFG", + .ascii_string = "P097PFG", + .manufacturer_name = "CMN", .panel_bits_per_color = 8, .panel_bits_per_pixel = 24, .mode = { -- cgit v1.2.3