drivers/lcd/tda19988.c: Remove EDID definitions. Use definitions from new edid.h.

This commit is contained in:
Gregory Nutt
2019-01-15 12:48:46 -06:00
parent 9df0a387ba
commit 536735420b
3 changed files with 6 additions and 19 deletions
+4
View File
@@ -111,6 +111,8 @@
#define EDID_STDTIMING_6 48
#define EDID_STDTIMING_7 50
#define EDID_STDTIMING_8 52
#define EDID_STDTIMING_NUMBER 8
#define EDID_STDTIMING_SIZE 2
/* Bytes 54-125: Descriptor Blocks */
@@ -119,6 +121,8 @@
#define EDID_DESCRIPTOR_2 72
#define EDID_DESCRIPTOR_3 90
#define EDID_DESCRIPTOR_4 108
#define EDID_DESCRIPTOR_NUMBER 4
#define EDID_DESCRIPTOR_SIZE 18
/* Bits 126-127: Trailer */