From patchwork Thu Feb 24 13:34:20 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tomi Valkeinen X-Patchwork-Id: 587421 X-Patchwork-Delegate: tomi.valkeinen@nokia.com Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter1.kernel.org (8.14.4/8.14.3) with ESMTP id p1ODYbJ0000545 for ; Thu, 24 Feb 2011 13:34:37 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754443Ab1BXNef (ORCPT ); Thu, 24 Feb 2011 08:34:35 -0500 Received: from bear.ext.ti.com ([192.94.94.41]:49196 "EHLO bear.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753296Ab1BXNef (ORCPT ); Thu, 24 Feb 2011 08:34:35 -0500 Received: from dlep36.itg.ti.com ([157.170.170.91]) by bear.ext.ti.com (8.13.7/8.13.7) with ESMTP id p1ODYYKx000803 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Thu, 24 Feb 2011 07:34:34 -0600 Received: from dlep26.itg.ti.com (localhost [127.0.0.1]) by dlep36.itg.ti.com (8.13.8/8.13.8) with ESMTP id p1ODYYYI024544 for ; Thu, 24 Feb 2011 07:34:34 -0600 (CST) Received: from dlee73.ent.ti.com (localhost [127.0.0.1]) by dlep26.itg.ti.com (8.13.8/8.13.8) with ESMTP id p1ODYYgp009317 for ; Thu, 24 Feb 2011 07:34:34 -0600 (CST) Received: from dlelxv22.itg.ti.com (172.17.1.197) by DLEE73.ent.ti.com (157.170.170.88) with Microsoft SMTP Server id 8.3.106.1; Thu, 24 Feb 2011 07:34:34 -0600 Received: from deskari.norway.design.ti.com (h88-7.vpn.ti.com [172.24.88.7]) by dlelxv22.itg.ti.com (8.13.8/8.13.8) with ESMTP id p1ODYUZ4018645; Thu, 24 Feb 2011 07:34:33 -0600 From: Tomi Valkeinen To: CC: Tomi Valkeinen Subject: [PATCH 3/4] OMAP: DSS2: FEATURES: Remove DSI & SDI from OMAP2 Date: Thu, 24 Feb 2011 15:34:20 +0200 Message-ID: <1298554461-9879-3-git-send-email-tomi.valkeinen@ti.com> X-Mailer: git-send-email 1.7.1 In-Reply-To: <1298554461-9879-1-git-send-email-tomi.valkeinen@ti.com> References: <1298554461-9879-1-git-send-email-tomi.valkeinen@ti.com> MIME-Version: 1.0 Sender: linux-omap-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.6 (demeter1.kernel.org [140.211.167.41]); Thu, 24 Feb 2011 13:34:37 +0000 (UTC) diff --git a/drivers/video/omap2/dss/dss_features.c b/drivers/video/omap2/dss/dss_features.c index f4367f6..fe22d11 100644 --- a/drivers/video/omap2/dss/dss_features.c +++ b/drivers/video/omap2/dss/dss_features.c @@ -66,8 +66,7 @@ static const struct dss_reg_field omap3_dss_reg_fields[] = { static const enum omap_display_type omap2_dss_supported_displays[] = { /* OMAP_DSS_CHANNEL_LCD */ - OMAP_DISPLAY_TYPE_DPI | OMAP_DISPLAY_TYPE_DBI | - OMAP_DISPLAY_TYPE_SDI | OMAP_DISPLAY_TYPE_DSI, + OMAP_DISPLAY_TYPE_DPI | OMAP_DISPLAY_TYPE_DBI, /* OMAP_DSS_CHANNEL_DIGIT */ OMAP_DISPLAY_TYPE_VENC,