From: Eric Nelson Date: Thu, 2 Oct 2014 19:16:47 +0000 (-0700) Subject: nitrogen6x: config: enable "i2c edid" X-Git-Tag: v2014.10~3^2~19^2~5 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=5dbdc3cf3cd870ef799fd8e412f8b82915c98b65;p=u-boot nitrogen6x: config: enable "i2c edid" Enable the "i2c edid" command to query data from an attached HDMI monitor. Usage is typically this: U-Boot > i2c dev 1 U-Boot > i2c edid 0x50 ... Signed-off-by: Eric Nelson --- diff --git a/include/configs/nitrogen6x.h b/include/configs/nitrogen6x.h index 82dc0fc975..b911d06da7 100644 --- a/include/configs/nitrogen6x.h +++ b/include/configs/nitrogen6x.h @@ -63,6 +63,7 @@ #define CONFIG_SYS_I2C #define CONFIG_SYS_I2C_MXC #define CONFIG_SYS_I2C_SPEED 100000 +#define CONFIG_I2C_EDID /* MMC Configs */ #define CONFIG_FSL_ESDHC