summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBibek Basu <bbasu@nvidia.com>2014-11-25 10:08:37 +0530
committerMatthew Pedro <mapedro@nvidia.com>2014-12-01 10:27:44 -0800
commit0073a3919fa67f1aab8daf97ed51b3ac4c2b1dc5 (patch)
tree43efa2ca2533608c0f2c90750696c60b5bcc4930
parente9b32d4342a9ee9308729ae0c725d421869a0538 (diff)
ARM: tegra: pinmux: correct clk3 & pcc1 group
pcc1 & clk3_req_pee1 pins are moved to correct group Bug 1551864 Change-Id: Icf106aac866eec02afe7e703f879e5e7f6d722be Signed-off-by: Bibek Basu <bbasu@nvidia.com> Reviewed-on: http://git-master/r/655140 GVS: Gerrit_Virtual_Submit Reviewed-by: Venkat Moganty <vmoganty@nvidia.com> Reviewed-by: Matthew Pedro <mapedro@nvidia.com>
-rw-r--r--drivers/pinctrl/pinctrl-tegra124.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/pinctrl/pinctrl-tegra124.c b/drivers/pinctrl/pinctrl-tegra124.c
index 24ed49f58eac..6e4ac7775055 100644
--- a/drivers/pinctrl/pinctrl-tegra124.c
+++ b/drivers/pinctrl/pinctrl-tegra124.c
@@ -2016,8 +2016,8 @@ static const char * const rsvd2_groups[] = {
"gen1_i2c_scl_pc4",
"gen1_i2c_sda_pc5",
- "clk2_out_pee0",
- "clk2_req_pee1",
+ "clk3_out_pee0",
+ "clk3_req_pee1",
"pc7",
"pi5",
"pj0",
@@ -3173,7 +3173,7 @@ static const struct tegra_pingroup tegra124_groups[] = {
PINGROUP(sdmmc4_dat6_paa6, SDMMC4, SPI3, GMI, RSVD4, SDMMC4, 0x3278, N, Y, N),
PINGROUP(sdmmc4_dat7_paa7, SDMMC4, RSVD1, GMI, RSVD4, SDMMC4, 0x327c, N, Y, N),
PINGROUP(cam_mclk_pcc0, VI, VI_ALT1, VI_ALT3, SDMMC2, VI, 0x3284, N, N, N),
- PINGROUP(pcc1, I2S4, RSVD1, RSVD3, SDMMC2, I2S4, 0x3288, N, N, N),
+ PINGROUP(pcc1, I2S4, RSVD2, RSVD3, SDMMC2, I2S4, 0x3288, N, N, N),
PINGROUP(pbb0, VGP6, VIMCLK2, SDMMC2, VIMCLK2_ALT, VGP6, 0x328c, N, N, N),
PINGROUP(cam_i2c_scl_pbb1, VGP1, I2C3, RSVD3, SDMMC2, VGP1, 0x3290, Y, N, N),
PINGROUP(cam_i2c_sda_pbb2, VGP2, I2C3, RSVD3, SDMMC2, VGP2, 0x3294, Y, N, N),