hdmitx: uboot2023 sync kernel5.15 edid.h [1/1]

PD#SWPL-184061

Problem:
edid.h has difference between uboot2023 and kernel 5.15

Solution:
uboot2023 sync kernel5.15 edid.h

Verify:
s7d

Test:
DRM-TX-117

Change-Id: Ie2cff19d79e40143c5dc670e9fadff0d23f5c287
Signed-off-by: Wenjie Qiao <wenjie.qiao@amlogic.com>
diff --git a/include/amlogic/media/vout/hdmitx_common/hdmitx_edid.h b/include/amlogic/media/vout/hdmitx_common/hdmitx_edid.h
index 6d64769..7932698 100644
--- a/include/amlogic/media/vout/hdmitx_common/hdmitx_edid.h
+++ b/include/amlogic/media/vout/hdmitx_common/hdmitx_edid.h
@@ -212,6 +212,11 @@
 	bool ifdb_present;
 	/* IFDB, currently only use below node */
 	u8 additional_vsif_num;
+	/*
+	 * Whether the current edid is valid
+	 * 0:edid is invalid
+	 * 1:edid is valid
+	 */
 	u8 edid_parsing;
 	/*blk0 check sum*/
 	u8 blk0_chksum;