From mboxrd@z Thu Jan 1 00:00:00 1970 From: Archit Taneja Subject: Re: [PATCH] OMAP: DSS2: DSI: enable interface for omap4 Date: Thu, 21 Apr 2011 14:47:42 +0530 Message-ID: <4DAFF636.4030205@ti.com> References: <1303356675-25451-1-git-send-email-vikram.pandita@ti.com> Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from bear.ext.ti.com ([192.94.94.41]:35918 "EHLO bear.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752400Ab1DUJMW (ORCPT ); Thu, 21 Apr 2011 05:12:22 -0400 Received: from dbdp20.itg.ti.com ([172.24.170.38]) by bear.ext.ti.com (8.13.7/8.13.7) with ESMTP id p3L9CJEk016492 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Thu, 21 Apr 2011 04:12:21 -0500 In-Reply-To: <1303356675-25451-1-git-send-email-vikram.pandita@ti.com> Sender: linux-omap-owner@vger.kernel.org List-Id: linux-omap@vger.kernel.org To: "Pandita, Vikram" Cc: "linux-omap@vger.kernel.org" , "Valkeinen, Tomi" Hi, On Thursday 21 April 2011 09:01 AM, Pandita, Vikram wrote: > From: Vikram Pandita > > 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 > Cc: Archit Taneja > Cc: Tomi Valkeinen > --- > 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.