summaryrefslogtreecommitdiffstats
path: root/include/configs/zynq_zybo.h
diff options
context:
space:
mode:
authorMichal Simek <monstr@monstr.eu>2016-02-13 10:49:03 +0100
committerMichal Simek <michal.simek@xilinx.com>2016-02-22 16:37:51 +0100
commitfdcdde567c1bd4f4c4b81dc1432933d8f88feef4 (patch)
tree83a65fdc9617f706cdaab469b084c88e6bcae1a4 /include/configs/zynq_zybo.h
parentbaec7df738532347f4617dce40ad5944c5cefc8a (diff)
downloadtalos-obmc-uboot-fdcdde567c1bd4f4c4b81dc1432933d8f88feef4.tar.gz
talos-obmc-uboot-fdcdde567c1bd4f4c4b81dc1432933d8f88feef4.zip
ARM: zynq: Enable EDID for zybo
Zybo contains on board HDMI that's why enable EDID. Doing it via config because zynq i2c driver hasn't been moved to DM yet and enabling via Kconfig requires DM_I2C. This will be moved that driver is moved to DM. Signed-off-by: Michal Simek <monstr@monstr.eu> Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'include/configs/zynq_zybo.h')
-rw-r--r--include/configs/zynq_zybo.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/configs/zynq_zybo.h b/include/configs/zynq_zybo.h
index eab05fd1a3..0882fe36bd 100644
--- a/include/configs/zynq_zybo.h
+++ b/include/configs/zynq_zybo.h
@@ -14,6 +14,11 @@
#define CONFIG_SYS_NO_FLASH
#define CONFIG_ZYNQ_USB
+#define CONFIG_ZYNQ_I2C0
+#define CONFIG_ZYNQ_I2C1
+#define CONFIG_SYS_I2C_EEPROM_ADDR_LEN 1
+#define CONFIG_DISPLAY
+#define CONFIG_I2C_EDID
/* Define ZYBO PS Clock Frequency to 50MHz */
#define CONFIG_ZYNQ_PS_CLK_FREQ 50000000UL
OpenPOWER on IntegriCloud