From patchwork Sat Oct 15 15:18:33 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Leon Romanovsky X-Patchwork-Id: 119976 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id DE8D5B6F62 for ; Sun, 16 Oct 2011 02:18:57 +1100 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753341Ab1JOPSz (ORCPT ); Sat, 15 Oct 2011 11:18:55 -0400 Received: from mail-ey0-f174.google.com ([209.85.215.174]:47204 "EHLO mail-ey0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753184Ab1JOPSz (ORCPT ); Sat, 15 Oct 2011 11:18:55 -0400 Received: by eye27 with SMTP id 27so1890568eye.19 for ; Sat, 15 Oct 2011 08:18:54 -0700 (PDT) Received: by 10.223.60.73 with SMTP id o9mr11639258fah.18.1318691933900; Sat, 15 Oct 2011 08:18:53 -0700 (PDT) Received: from localhost.localdomain (bzq-84-109-86-120.red.bezeqint.net. [84.109.86.120]) by mx.google.com with ESMTPS id u6sm10926604faf.3.2011.10.15.08.18.51 (version=TLSv1/SSLv3 cipher=OTHER); Sat, 15 Oct 2011 08:18:53 -0700 (PDT) From: Leon Romanovsky To: olof@lixom.net, ccross@android.com Cc: linux-tegra@vger.kernel.org, Leon Romanovsky Subject: [PATCH 1/1] ARM: tegra: paz00: Fix board pinmux table. Date: Sat, 15 Oct 2011 17:18:33 +0200 Message-Id: <1318691913-9597-1-git-send-email-leon@leon.nu> X-Mailer: git-send-email 1.7.3.4 Sender: linux-tegra-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-tegra@vger.kernel.org This fix updates the CDEV1 pinmux for the paz00 board to be as in the Harmony board. Paz00 board is originally based on Harmony design. Signed-off-by: Leon Romanovsky --- arch/arm/mach-tegra/board-paz00-pinmux.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/arm/mach-tegra/board-paz00-pinmux.c b/arch/arm/mach-tegra/board-paz00-pinmux.c index bdd2627..7de8182 100644 --- a/arch/arm/mach-tegra/board-paz00-pinmux.c +++ b/arch/arm/mach-tegra/board-paz00-pinmux.c @@ -27,7 +27,7 @@ static struct tegra_pingroup_config paz00_pinmux[] = { {TEGRA_PINGROUP_ATC, TEGRA_MUX_GMI, TEGRA_PUPD_NORMAL, TEGRA_TRI_NORMAL}, {TEGRA_PINGROUP_ATD, TEGRA_MUX_GMI, TEGRA_PUPD_NORMAL, TEGRA_TRI_NORMAL}, {TEGRA_PINGROUP_ATE, TEGRA_MUX_GMI, TEGRA_PUPD_NORMAL, TEGRA_TRI_NORMAL}, - {TEGRA_PINGROUP_CDEV1, TEGRA_MUX_PLLA_OUT, TEGRA_PUPD_PULL_DOWN, TEGRA_TRI_TRISTATE}, + {TEGRA_PINGROUP_CDEV1, TEGRA_MUX_PLLA_OUT, TEGRA_PUPD_NORMAL, TEGRA_TRI_NORMAL}, {TEGRA_PINGROUP_CDEV2, TEGRA_MUX_PLLP_OUT4, TEGRA_PUPD_PULL_DOWN, TEGRA_TRI_NORMAL}, {TEGRA_PINGROUP_CRTP, TEGRA_MUX_CRT, TEGRA_PUPD_NORMAL, TEGRA_TRI_TRISTATE}, {TEGRA_PINGROUP_CSUS, TEGRA_MUX_PLLC_OUT1, TEGRA_PUPD_PULL_DOWN, TEGRA_TRI_TRISTATE},