]> rtime.felk.cvut.cz Git - sojka/nv-tegra/linux-3.10.git/commitdiff
ARM: tegra: fix safe func for pin PH0
authorBibek Basu <bbasu@nvidia.com>
Fri, 23 Aug 2013 11:44:43 +0000 (17:14 +0530)
committerDan Willemsen <dwillemsen@nvidia.com>
Sat, 14 Sep 2013 20:43:14 +0000 (13:43 -0700)
correct the fsafe value for pin GPIO_PH0

Bug 1275005

Change-Id: I1417a3d8350330a05ccd1fb6f57eeabefea3e7d9
Signed-off-by: Bibek Basu <bbasu@nvidia.com>
Reviewed-on: http://git-master/r/265514
Reviewed-by: Laxman Dewangan <ldewangan@nvidia.com>
arch/arm/mach-tegra/pinmux-t12-tables.c

index 757824b7ad7d5aadbf4b6c293609b5fcdac16729..90dd2d6a132a4eba992a787f6ffa5ae902e03f4f 100644 (file)
@@ -398,8 +398,8 @@ const struct tegra_drive_pingroup_desc tegra_soc_drive_pingroups[TEGRA_MAX_DRIVE
        PINGROUP(GPIO_PG5,      PG5,    GMI,    RSVD0,          RSVD1,          GMI,            SPI4,           RSVD,           INPUT,  0x3204),\
        PINGROUP(GPIO_PG6,      PG6,    GMI,    RSVD0,          RSVD1,          GMI,            SPI4,           RSVD,           INPUT,  0x3208),\
        PINGROUP(GPIO_PG7,      PG7,    GMI,    RSVD0,          RSVD1,          GMI,            SPI4,           RSVD,           INPUT,  0x320c),\
-       PINGROUP(GPIO_PH0,      PH0,    GMI,    PWM0,           TRACE,          GMI,            DTV,            RSVD,           INPUT,  0x3210),\
-       PINGROUP(GPIO_PH1,      PH1,    GMI,    PWM1,           TMDS,           GMI,            DISPLAYA,       RSVD,           INPUT,  0x3214),\
+       PINGROUP(GPIO_PH0,      PH0,    GMI,    PWM0,           TRACE,          GMI,            DTV,            GMI,            INPUT,  0x3210),\
+       PINGROUP(GPIO_PH1,      PH1,    GMI,    PWM1,           TMDS,           GMI,            DISPLAYA,       GMI,            INPUT,  0x3214),\
        PINGROUP(GPIO_PH2,      PH2,    GMI,    PWM2,           TMDS,           GMI,            CLDVFS,         GMI,            INPUT,  0x3218),\
        PINGROUP(GPIO_PH3,      PH3,    GMI,    PWM3,           SPI4,           GMI,            CLDVFS,         GMI,            INPUT,  0x321c),\
        PINGROUP(GPIO_PH4,      PH4,    GMI,    SDMMC2,         RSVD1,          GMI,            RSVD3,          GMI,            INPUT,  0x3220),\