Commit 5d744181 authored by Vikram Pandita's avatar Vikram Pandita Committed by Tomi Valkeinen

OMAP: DSS2: DSI: enable interface for omap4

By default, the DSI is not getting enabled for omap4.
OMAP2PLUS does not catch this issue since it has ARCH_OMAP3.

The issue is only seen when using defconfig with ARCH_OMAP4 only.
Signed-off-by: default avatarVikram Pandita <vikram.pandita@ti.com>
Cc: Archit Taneja <archit@ti.com>
Cc: Tomi Valkeinen <tomi.valkeinen@ti.com>
Signed-off-by: default avatarTomi Valkeinen <tomi.valkeinen@ti.com>
parent ea290333
...@@ -80,7 +80,7 @@ config OMAP2_DSS_SDI ...@@ -80,7 +80,7 @@ config OMAP2_DSS_SDI
config OMAP2_DSS_DSI config OMAP2_DSS_DSI
bool "DSI support" bool "DSI support"
depends on ARCH_OMAP3 depends on ARCH_OMAP3 || ARCH_OMAP4
default n default n
help help
MIPI DSI (Display Serial Interface) support. MIPI DSI (Display Serial Interface) support.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment