summaryrefslogtreecommitdiff
path: root/arch/arm/mach-mx6
diff options
context:
space:
mode:
authorChristian Hemp <c.hemp@phytec.de>2013-03-04 08:39:19 +0100
committerJustin Waters <justin.waters@timesys.com>2013-11-07 12:19:29 -0500
commit925108ccc4d1d7df861ea44aaaeaef7883940a72 (patch)
tree618ffb811c4f1008ef5e74829bc5cedc34643295 /arch/arm/mach-mx6
parentb0609d2290fe9eba9817e0b8eab73637965e0691 (diff)
phyFLEX-i.MX6: Set pice reset gpio
Set the reset GPIO for pcie correct Signed-off-by: Christian Hemp <c.hemp@phytec.de>
Diffstat (limited to 'arch/arm/mach-mx6')
-rw-r--r--arch/arm/mach-mx6/board-mx6q_phyflex.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-mx6/board-mx6q_phyflex.c b/arch/arm/mach-mx6/board-mx6q_phyflex.c
index b96822e11b94..4c3e434547e9 100644
--- a/arch/arm/mach-mx6/board-mx6q_phyflex.c
+++ b/arch/arm/mach-mx6/board-mx6q_phyflex.c
@@ -953,7 +953,7 @@ static void __init mx6_phyflex_fixup(struct machine_desc *desc, struct tag *tags
static const struct imx_pcie_platform_data mx6_phyflex_pcie_data __initconst = {
- .pcie_rst = IMX_GPIO_NR(1, 21),
+ .pcie_rst = IMX_GPIO_NR(2, 23),
.pcie_pwr_en = -EINVAL,
.pcie_wake_up = IMX_GPIO_NR(1, 7),
.pcie_dis = -EINVAL,