From patchwork Tue Sep 15 22:36:20 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Grazvydas Ignotas X-Patchwork-Id: 7189531 Return-Path: X-Original-To: patchwork-linux-omap@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork2.web.kernel.org (Postfix) with ESMTP id BB81BBEEC1 for ; Tue, 15 Sep 2015 22:36:59 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 0C6B7207A0 for ; Tue, 15 Sep 2015 22:36:59 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 3456D2079C for ; Tue, 15 Sep 2015 22:36:58 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751806AbbIOWg5 (ORCPT ); Tue, 15 Sep 2015 18:36:57 -0400 Received: from mail-wi0-f174.google.com ([209.85.212.174]:34797 "EHLO mail-wi0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751465AbbIOWg5 (ORCPT ); Tue, 15 Sep 2015 18:36:57 -0400 Received: by wicfx3 with SMTP id fx3so48515204wic.1 for ; Tue, 15 Sep 2015 15:36:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id; bh=fd673M2oAine9JAaNXXpgpDDnDDD8pOZK5yHeBpfYZg=; b=gb0y+Kws9EHv9I2gNgPtXS98hiWBfC6jK+9ltCmgozzvpNb9NfIsWTpWR6CcSHHnta Sr3+DzT4pAAuO49rfTVE53EnNP+HbRtDriVF1wRvDOwRGEPjw5ij/StAfdSytqSGE0zu MfypApUzKzDwEK4qht0OQvenhIDY/+9bTDu7BE3Njtwn4mVDAeawDt4l2ActRIq2p/pX WT/qsRzqmVWaagWrIc4v+Kvtf4GNGk7Qmc78P8OLiuaHLzfbK6PfbzCy2aoaGy1z3Mtl vwhTdCqDgRHqB1hrO+urRtu7LIQE7a8sliZte4ClG2ETMdwiUrwL+xLejDtXqbeLBTFJ lJ3g== X-Received: by 10.194.113.1 with SMTP id iu1mr5557763wjb.158.1442356616288; Tue, 15 Sep 2015 15:36:56 -0700 (PDT) Received: from localhost.localdomain ([5.20.220.27]) by smtp.gmail.com with ESMTPSA id s9sm23291253wjy.16.2015.09.15.15.36.55 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Tue, 15 Sep 2015 15:36:55 -0700 (PDT) From: Grazvydas Ignotas To: linux-omap@vger.kernel.org Cc: Tony Lindgren , Grazvydas Ignotas Subject: [PATCH] ARM: omap2plus_defconfig: enable GPIO_PCA953X Date: Wed, 16 Sep 2015 01:36:20 +0300 Message-Id: <1442356580-13341-1-git-send-email-notasas@gmail.com> X-Mailer: git-send-email 1.9.1 Sender: linux-omap-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org X-Spam-Status: No, score=-6.8 required=5.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, RCVD_IN_DNSWL_HI, T_DKIM_INVALID, T_RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP This enables tca6424a GPIO expander driver that in turn enables TPD12S015 HDMI ESD protection and level shifter on OMAP5 uevm. In other words, it makes HDMI work on OMAP5 uevm. Signed-off-by: Grazvydas Ignotas --- arch/arm/configs/omap2plus_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/configs/omap2plus_defconfig b/arch/arm/configs/omap2plus_defconfig index 1860f51..13dcd01 100644 --- a/arch/arm/configs/omap2plus_defconfig +++ b/arch/arm/configs/omap2plus_defconfig @@ -240,6 +240,7 @@ CONFIG_SSI_PROTOCOL=m CONFIG_PINCTRL_SINGLE=y CONFIG_DEBUG_GPIO=y CONFIG_GPIO_SYSFS=y +CONFIG_GPIO_PCA953X=m CONFIG_GPIO_PCF857X=y CONFIG_GPIO_TWL4030=y CONFIG_GPIO_PALMAS=y