From patchwork Thu Oct 4 12:46:48 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Linus Walleij X-Patchwork-Id: 11984 Return-Path: X-Original-To: patchwork@peony.canonical.com Delivered-To: patchwork@peony.canonical.com Received: from fiordland.canonical.com (fiordland.canonical.com [91.189.94.145]) by peony.canonical.com (Postfix) with ESMTP id 540E21D50FF for ; Thu, 4 Oct 2012 12:47:03 +0000 (UTC) Received: from mail-ie0-f180.google.com (mail-ie0-f180.google.com [209.85.223.180]) by fiordland.canonical.com (Postfix) with ESMTP id D5E39A18C9A for ; Thu, 4 Oct 2012 12:47:02 +0000 (UTC) Received: by mail-ie0-f180.google.com with SMTP id e10so804935iej.11 for ; Thu, 04 Oct 2012 05:47:02 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-forwarded-to:x-forwarded-for:delivered-to:received-spf:from:to:cc :subject:date:message-id:x-mailer:mime-version:content-type :x-gm-message-state; bh=IcJBXiewPub6YNcQCPlxVh2WGbPBkgwHX1Dp19yfVA4=; b=pzVzli+5NdQJJnA8vXlIzYsnxwlhbML/KAiEWyRd8nL8kjuJU1emR4NTyXiQn86jHR Pw/Tj45NgF2qYdfFgH+wuOEF6R9z9RSf9x5k20MJe0cqjeEXTOtj4rMnkuzTUbbDxZAC da3lFUSIh/kk/nQTo4wD7AXVd5ISvpqifH9VcK780V9SebeQBUfjvjbgEXhvfH1J1ovL IPVDegYbG5M47IePcn1rna+tVhiHvKxagVCogRd/Fc0EOuFdL3QUC8b6zBTexiy6ek9y LjDzVrrx95HrXGwMn+V/F4AbzaSu9KejMVxSsZMjXuHdmeKN+4K3dj7/B1d8MEurXIko UwjA== Received: by 10.42.109.194 with SMTP id m2mr4123443icp.48.1349354822126; Thu, 04 Oct 2012 05:47:02 -0700 (PDT) X-Forwarded-To: linaro-patchwork@canonical.com X-Forwarded-For: patch@linaro.org linaro-patchwork@canonical.com Delivered-To: patches@linaro.org Received: by 10.50.184.232 with SMTP id ex8csp63999igc; Thu, 4 Oct 2012 05:47:01 -0700 (PDT) Received: by 10.14.194.2 with SMTP id l2mr7372765een.12.1349354820888; Thu, 04 Oct 2012 05:47:00 -0700 (PDT) Received: from eu1sys200aog119.obsmtp.com (eu1sys200aog119.obsmtp.com [207.126.144.147]) by mx.google.com with SMTP id y5si2087550eel.55.2012.10.04.05.46.55 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 04 Oct 2012 05:47:00 -0700 (PDT) Received-SPF: neutral (google.com: 207.126.144.147 is neither permitted nor denied by best guess record for domain of linus.walleij@stericsson.com) client-ip=207.126.144.147; Authentication-Results: mx.google.com; spf=neutral (google.com: 207.126.144.147 is neither permitted nor denied by best guess record for domain of linus.walleij@stericsson.com) smtp.mail=linus.walleij@stericsson.com Received: from beta.dmz-us.st.com ([167.4.1.35]) (using TLSv1) by eu1sys200aob119.postini.com ([207.126.147.11]) with SMTP ID DSNKUG2FP48tNZilJwwzwtUFoPaDjBPTQ/lL@postini.com; Thu, 04 Oct 2012 12:47:00 UTC Received: from zeta.dmz-us.st.com (ns4.st.com [167.4.16.71]) by beta.dmz-us.st.com (STMicroelectronics) with ESMTP id 056A43A; Thu, 4 Oct 2012 12:46:22 +0000 (GMT) Received: from relay1.stm.gmessaging.net (unknown [10.230.100.17]) by zeta.dmz-us.st.com (STMicroelectronics) with ESMTP id A46E949; Thu, 4 Oct 2012 08:30:21 +0000 (GMT) Received: from exdcvycastm022.EQ1STM.local (alteon-source-exch [10.230.100.61]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (Client CN "exdcvycastm022", Issuer "exdcvycastm022" (not verified)) by relay1.stm.gmessaging.net (Postfix) with ESMTPS id B95B524C07C; Thu, 4 Oct 2012 14:46:46 +0200 (CEST) Received: from steludxu4075.lud.stericsson.com (10.230.100.153) by smtp.stericsson.com (10.230.100.30) with Microsoft SMTP Server (TLS) id 8.3.83.0; Thu, 4 Oct 2012 14:46:53 +0200 From: Linus Walleij To: Cc: Anmar Oueja , Patrice Chotard , Linus Walleij Subject: [PATCH] ARM: ux500: 8500: register LCD VSI pinctrl table Date: Thu, 4 Oct 2012 14:46:48 +0200 Message-ID: <1349354808-18299-1-git-send-email-linus.walleij@stericsson.com> X-Mailer: git-send-email 1.7.11.3 MIME-Version: 1.0 X-Gm-Message-State: ALoCoQmvHqKCOPS1plGKitlYS7V2SYytXXrvSuyKNnot0CqzVDbAf/3vh2hOKI1xSb0TSXrrhIS+ From: Patrice Chotard This fixes up the pins used by the VSI interface to the HDMI AV8100 encoder. Signed-off-by: Patrice Chotard Signed-off-by: Linus Walleij --- arch/arm/mach-ux500/board-mop500-pins.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/arch/arm/mach-ux500/board-mop500-pins.c b/arch/arm/mach-ux500/board-mop500-pins.c index a267c6d..8ab8688 100644 --- a/arch/arm/mach-ux500/board-mop500-pins.c +++ b/arch/arm/mach-ux500/board-mop500-pins.c @@ -162,7 +162,10 @@ static struct pinctrl_map __initdata mop500_family_pinmap[] = { DB8500_MUX("lcd_d8_d11_a_1", "lcd", "mcde-tvout"), DB8500_MUX("lcdaclk_b_1", "lcda", "mcde-tvout"), /* Mux in LCD VSI1 and pull it up for MCDE HDMI output */ - DB8500_MUX("lcdvsi1_a_1", "lcd", "av8100-hdmi"), + DB8500_MUX("lcdvsi1_a_1", "lcd", "0-0070"), + DB8500_PIN("GPIO69_E2", in_pu, "0-0070"), + /* LCD VSI1 sleep state */ + DB8500_PIN_SLEEP("GPIO69_E2", slpm_in_wkup_pdis, "0-0070"), /* Mux in i2c0 block, default state */ DB8500_MUX("i2c0_a_1", "i2c0", "nmk-i2c.0"), /* i2c0 sleep state */