summaryrefslogtreecommitdiff
path: root/drivers/pinctrl/pinctrl-tegra124.c
diff options
context:
space:
mode:
authorLaxman Dewangan <ldewangan@nvidia.com>2013-12-06 16:36:41 +0530
committerLaxman Dewangan <ldewangan@nvidia.com>2013-12-09 03:34:24 -0800
commit4013f88579fdc2ea4780f7ea64f440c94cba556e (patch)
tree6cd935286f42a6831c40c5af65af1f81f3127e3f /drivers/pinctrl/pinctrl-tegra124.c
parent2443b5c5949eff89decb59e2800392030ea200ff (diff)
pinctrl: tegra: fix the pincontrol group entries for T124
Correct pingroup entries for T124 pincontrol tables. Change-Id: I490d2e79011e415ac03413db73e9bc8aed2e207d Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com> Reviewed-on: http://git-master/r/339204
Diffstat (limited to 'drivers/pinctrl/pinctrl-tegra124.c')
-rw-r--r--drivers/pinctrl/pinctrl-tegra124.c11
1 files changed, 3 insertions, 8 deletions
diff --git a/drivers/pinctrl/pinctrl-tegra124.c b/drivers/pinctrl/pinctrl-tegra124.c
index 9b99bab21eef..aa13f7bbb35d 100644
--- a/drivers/pinctrl/pinctrl-tegra124.c
+++ b/drivers/pinctrl/pinctrl-tegra124.c
@@ -213,7 +213,6 @@
#define TEGRA_PIN_USB_VBUS_EN2_PFF1 _GPIO(249)
#define TEGRA_PIN_PFF2 _GPIO(250)
-
/* All non-GPIO pins follow */
#define NUM_GPIOS (TEGRA_PIN_PFF2 + 1)
#define _PIN(offset) (NUM_GPIOS + (offset))
@@ -1185,8 +1184,6 @@ static const unsigned jtag_rtck_pins[] = {
TEGRA_PIN_JTAG_RTCK,
};
-
-/*FIXME */
static const unsigned drive_ao1_pins[] = {
TEGRA_PIN_KB_ROW0_PR0,
TEGRA_PIN_KB_ROW1_PR1,
@@ -1244,7 +1241,7 @@ static const unsigned drive_at2_pins[] = {
TEGRA_PIN_PG6,
TEGRA_PIN_PG7,
TEGRA_PIN_PI0,
- TEGRA_PIN_PI0,
+ TEGRA_PIN_PI1,
TEGRA_PIN_PI3,
TEGRA_PIN_PI4,
TEGRA_PIN_PI7,
@@ -1938,7 +1935,7 @@ static const char * const pwm0_groups[] = {
"sdmmc1_dat2_py5",
"uart3_rts_n_pc0",
"pu3",
- "gmi_ad8_ph0",
+ "ph0",
"sdmmc3_dat3_pb4",
};
@@ -2003,8 +2000,6 @@ static const char * const rsvd1_groups[] = {
"reset_out_n",
};
-
-
static const char * const rsvd2_groups[] = {
"pv0",
"pv1",
@@ -2315,7 +2310,6 @@ static const char * const rsvd4_groups[] = {
};
static const char * const sdmmc1_groups[] = {
-
"sdmmc1_clk_pz0",
"sdmmc1_cmd_pz1",
"sdmmc1_dat3_py4",
@@ -2651,6 +2645,7 @@ static const char * const vimclk2_alt_groups[] = {
};
static const char * const sata_groups[] = {
+ "dap_mclk1_req_pee2",
"dap1_dout_pn2",
"pff2",
};