Skip to content
Snippets Groups Projects
Commit 096eb3f5 authored by Tom Wai-Hong Tam's avatar Tom Wai-Hong Tam Committed by Tom Rini
Browse files

fdt: edid: Enable fdt_add_edid() function when CONFIG_LCD defined


This function can be used for LCDs as well as monitors.

Signed-off-by: default avatarTom Wai-Hong Tam <waihong@chromium.org>
Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
parent 735987c5
No related branches found
No related tags found
No related merge requests found
......@@ -1315,7 +1315,7 @@ int fdt_set_status_by_alias(void *fdt, const char* alias,
return fdt_set_node_status(fdt, offset, status, error_code);
}
#if defined(CONFIG_VIDEO)
#if defined(CONFIG_VIDEO) || defined(CONFIG_LCD)
int fdt_add_edid(void *blob, const char *compat, unsigned char *edid_buf)
{
int noff;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment