From baf58babc3f4729b57f6d70b23475031076d3d03 Mon Sep 17 00:00:00 2001 From: sreenivasulu velpula Date: Tue, 19 Jun 2012 17:26:40 +0530 Subject: ARM: Tegra: p1852: UARTE pinmux correction UARTE pin directions were set as per the old pinmux sheet. Updated the pinmux as per the sheet revision #18 //syseng/Projects/P1852/PinMux/T30_PinMux_for_P1852.xls Bug 991591 Change-Id: I50cf05659e4970882dffc1cd268718e64c886a23 Signed-off-by: sreenivasulu velpula Reviewed-on: http://git-master/r/109762 Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: Mohit Kataria GVS: Gerrit_Virtual_Submit Reviewed-by: Sandeep Trasi Reviewed-by: Varun Wadekar --- arch/arm/mach-tegra/board-p1852-pinmux.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm/mach-tegra/board-p1852-pinmux.c b/arch/arm/mach-tegra/board-p1852-pinmux.c index 7623f8929db5..8d5edb066817 100644 --- a/arch/arm/mach-tegra/board-p1852-pinmux.c +++ b/arch/arm/mach-tegra/board-p1852-pinmux.c @@ -228,8 +228,8 @@ static __initdata struct tegra_pingroup_config p1852_pinmux_common[] = { DEFAULT_PINMUX(GMI_A19, UARTD, NORMAL, NORMAL, OUTPUT), /* UART5 pinmux */ - DEFAULT_PINMUX(SDMMC4_DAT0, UARTE, NORMAL, NORMAL, INPUT), - DEFAULT_PINMUX(SDMMC4_DAT1, UARTE, NORMAL, NORMAL, OUTPUT), + DEFAULT_PINMUX(SDMMC4_DAT0, UARTE, NORMAL, NORMAL, OUTPUT), + DEFAULT_PINMUX(SDMMC4_DAT1, UARTE, NORMAL, NORMAL, INPUT), DEFAULT_PINMUX(SDMMC4_DAT2, UARTE, NORMAL, NORMAL, INPUT), DEFAULT_PINMUX(SDMMC4_DAT3, UARTE, NORMAL, NORMAL, OUTPUT), -- cgit v1.2.3