From 28a0170d08b31fd53d106dc3ab189da1f9ff14a2 Mon Sep 17 00:00:00 2001 From: Laxman Dewangan Date: Tue, 26 Jul 2011 18:29:11 +0530 Subject: arm: tegra: cardhu: Fix pinmux warning. The pin PEX_L1_PRSNT_N is configured in wrong option and so generating the warning. Configuring this in correct option. bug 855392 Original-Change-Id: Ia9131d8e2d68eef1dfe02ff663ec9e1a23e180c8 Reviewed-on: http://git-master/r/43228 Reviewed-by: Varun Colbert Tested-by: Varun Colbert Rebase-Id: Re636ff84e9c3fd41afa147d91e454bca70f84581 --- arch/arm/mach-tegra/board-cardhu-pinmux.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'arch/arm/mach-tegra/board-cardhu-pinmux.c') diff --git a/arch/arm/mach-tegra/board-cardhu-pinmux.c b/arch/arm/mach-tegra/board-cardhu-pinmux.c index 0869a09177c3..e4f845ec0a5d 100644 --- a/arch/arm/mach-tegra/board-cardhu-pinmux.c +++ b/arch/arm/mach-tegra/board-cardhu-pinmux.c @@ -439,7 +439,7 @@ static __initdata struct tegra_pingroup_config cardhu_pinmux_cardhu_a03[] = { DEFAULT_PINMUX(PEX_L0_PRSNT_N, PCIE, NORMAL, NORMAL, INPUT), DEFAULT_PINMUX(PEX_L0_CLKREQ_N, PCIE, NORMAL, NORMAL, INPUT), DEFAULT_PINMUX(PEX_L1_CLKREQ_N, RSVD3, PULL_UP, TRISTATE, INPUT), - DEFAULT_PINMUX(PEX_L1_PRSNT_N, NAND, PULL_UP, TRISTATE, INPUT), + DEFAULT_PINMUX(PEX_L1_PRSNT_N, RSVD3, PULL_UP, TRISTATE, INPUT), }; static __initdata struct tegra_pingroup_config cardhu_pinmux_e1198[] = { -- cgit v1.2.3