diff options
author | Laxman Dewangan <ldewangan@nvidia.com> | 2011-07-26 18:29:11 +0530 |
---|---|---|
committer | Dan Willemsen <dwillemsen@nvidia.com> | 2011-11-30 21:47:55 -0800 |
commit | 28a0170d08b31fd53d106dc3ab189da1f9ff14a2 (patch) | |
tree | 4ac652b63071b7f26ccfc3dbd97b0a6f16e9c78b /arch/arm/mach-tegra/board-cardhu-pinmux.c | |
parent | ba41f3ca791201082ff4661b1266255d7925d864 (diff) |
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 <vcolbert@nvidia.com>
Tested-by: Varun Colbert <vcolbert@nvidia.com>
Rebase-Id: Re636ff84e9c3fd41afa147d91e454bca70f84581
Diffstat (limited to 'arch/arm/mach-tegra/board-cardhu-pinmux.c')
-rw-r--r-- | arch/arm/mach-tegra/board-cardhu-pinmux.c | 2 |
1 files changed, 1 insertions, 1 deletions
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[] = { |