diff options
author | Tim Harvey <tharvey@gateworks.com> | 2015-04-08 12:54:41 -0700 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2015-04-22 14:39:08 +0200 |
commit | f6747cda78c974cacb0dfd3973512ea264fdf880 (patch) | |
tree | 0418e2c965b529dafb565a35e36731818a5b537c /include/configs | |
parent | 8cc25eb8779697e5c9492d0d2cac297a6e6be4f4 (diff) | |
download | talos-obmc-uboot-f6747cda78c974cacb0dfd3973512ea264fdf880.tar.gz talos-obmc-uboot-f6747cda78c974cacb0dfd3973512ea264fdf880.zip |
imx: ventana: config: enable edid support
Enable the 'i2c edid' command to query and display data from an attached
HDMI monitor of LVDS display with an EDID device.
Example:
Ventana > i2c dev 2 && i2c edid 0x50
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/gw_ventana.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/gw_ventana.h b/include/configs/gw_ventana.h index 658f574973..797072e069 100644 --- a/include/configs/gw_ventana.h +++ b/include/configs/gw_ventana.h @@ -98,6 +98,7 @@ #define CONFIG_SYS_I2C_SPEED 100000 #define CONFIG_I2C_GSC 0 #define CONFIG_I2C_PMIC 1 +#define CONFIG_I2C_EDID /* MMC Configs */ #define CONFIG_FSL_ESDHC |