mirror of
https://github.com/hardkernel/kernel_common_drivers.git
synced 2026-06-25 12:03:48 +09:00
585c0cfeeb
PD#SWPL-194835
PD#OTT-70185
Problem:
The source lacks the SPD infoframe
Solution:
Add source product description infoframe
Find your board dts file, and add below
&amhdmitx {
/* customer name, max 8 bytes */
vendor_name = "CUS_NAME";
/* customer product description, max 16 bytes */
product_desc = "CUS_PRODUCT_NAME";
}; /* end of amhdmitx */
Verify:
s5/ax201
Test:
DRM-TX-38
Change-Id: I6ed3ea8090bb42fe26503b657efb2bbcf422ab44
Signed-off-by: zongdong.jiao <zongdong.jiao@amlogic.com>