aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/google/kukui/panel_params/panel-AUO_NT51021D8P.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/google/kukui/panel_params/panel-AUO_NT51021D8P.c')
-rw-r--r--src/mainboard/google/kukui/panel_params/panel-AUO_NT51021D8P.c41
1 files changed, 41 insertions, 0 deletions
diff --git a/src/mainboard/google/kukui/panel_params/panel-AUO_NT51021D8P.c b/src/mainboard/google/kukui/panel_params/panel-AUO_NT51021D8P.c
new file mode 100644
index 0000000000..8fca7df162
--- /dev/null
+++ b/src/mainboard/google/kukui/panel_params/panel-AUO_NT51021D8P.c
@@ -0,0 +1,41 @@
+/*
+ * This file is part of the coreboot project.
+ *
+ * Copyright 2019 Huaqin Telecom Inc.
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; version 2 of the License.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ */
+
+#include "../panel.h"
+
+struct panel_serializable_data AUO_NT51021D8P = {
+ .edid = {
+ .ascii_string = "NT51021D8P",
+ .manufacturer_name = "AUO",
+ .panel_bits_per_color = 8,
+ .panel_bits_per_pixel = 24,
+ .mode = {
+ .pixel_clock = 159420,
+ .lvds_dual_channel = 0,
+ .refresh = 60,
+ .ha = 1200, .hbl = 141, .hso = 80, .hspw = 1,
+ .va = 1920, .vbl = 61, .vso = 35, .vspw = 1,
+ .phsync = '-', .pvsync = '-',
+ .x_mm = 107, .y_mm = 132,
+ },
+ },
+ .init = {
+ INIT_DCS_CMD(0x11),
+ INIT_DELAY_CMD(0x78),
+ INIT_DCS_CMD(0x29),
+ INIT_DELAY_CMD(0x14),
+ INIT_END_CMD,
+ },
+};