diff mbox

OMAP: DSS2: DSI: enable interface for omap4

Message ID 1303356675-25451-1-git-send-email-vikram.pandita@ti.com (mailing list archive)
State Accepted
Delegated to: Tomi Valkeinen
Headers show

Commit Message

vikram pandita April 21, 2011, 3:31 a.m. UTC
From: Vikram Pandita <vikram.pandita@ti.com>

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: Vikram Pandita <vikram.pandita@ti.com>
Cc: Archit Taneja <archit@ti.com>
Cc: Tomi Valkeinen <tomi.valkeinen@ti.com>
---
 drivers/video/omap2/dss/Kconfig |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

Comments

archit taneja April 21, 2011, 9:17 a.m. UTC | #1
Hi,

On Thursday 21 April 2011 09:01 AM, Pandita, Vikram wrote:
> From: Vikram Pandita<vikram.pandita@ti.com>
>
> 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.
>

This looks fine. There isn't a defconfig in mainline kernel with only 
ARCH_OMAP4, hence we missed this out.

Archit

> Signed-off-by: Vikram Pandita<vikram.pandita@ti.com>
> Cc: Archit Taneja<archit@ti.com>
> Cc: Tomi Valkeinen<tomi.valkeinen@ti.com>
> ---
>   drivers/video/omap2/dss/Kconfig |    2 +-
>   1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/drivers/video/omap2/dss/Kconfig b/drivers/video/omap2/dss/Kconfig
> index 7a49a75..6b3e2da 100644
> --- a/drivers/video/omap2/dss/Kconfig
> +++ b/drivers/video/omap2/dss/Kconfig
> @@ -80,7 +80,7 @@ config OMAP2_DSS_SDI
>
>   config OMAP2_DSS_DSI
>   	bool "DSI support"
> -	depends on ARCH_OMAP3
> +	depends on ARCH_OMAP3 || ARCH_OMAP4
>           default n
>   	help
>   	  MIPI DSI (Display Serial Interface) support.

--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Tomi Valkeinen April 26, 2011, 7:18 a.m. UTC | #2
On Wed, 2011-04-20 at 20:31 -0700, Vikram Pandita wrote:
> From: Vikram Pandita <vikram.pandita@ti.com>
> 
> 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: Vikram Pandita <vikram.pandita@ti.com>
> Cc: Archit Taneja <archit@ti.com>
> Cc: Tomi Valkeinen <tomi.valkeinen@ti.com>
> ---
>  drivers/video/omap2/dss/Kconfig |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)

Thanks, applied.

 Tomi


--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/drivers/video/omap2/dss/Kconfig b/drivers/video/omap2/dss/Kconfig
index 7a49a75..6b3e2da 100644
--- a/drivers/video/omap2/dss/Kconfig
+++ b/drivers/video/omap2/dss/Kconfig
@@ -80,7 +80,7 @@  config OMAP2_DSS_SDI
 
 config OMAP2_DSS_DSI
 	bool "DSI support"
-	depends on ARCH_OMAP3
+	depends on ARCH_OMAP3 || ARCH_OMAP4
         default n
 	help
 	  MIPI DSI (Display Serial Interface) support.