summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Zhu <r65037@freescale.com>2014-07-09 16:37:37 +0800
committerRichard Zhu <r65037@freescale.com>2014-07-09 16:38:51 +0800
commit02a092b8e5dfd6226498b53fcd26fb350bd31e5c (patch)
tree88a62d061f9fce25e3d9a10097b349d80f45742a
parent9500361d12307778e640f4d094c7b1b7e54f0c12 (diff)
ENGR00322021-1 pcie: pcie dbi reg can not be accessed
fixed the but that the pcie dbi reg can't be accessed on the 2014.04 version. Signed-off-by: Richard Zhu <r65037@freescale.com>
-rw-r--r--include/linux/mfd/syscon/imx6q-iomuxc-gpr.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/mfd/syscon/imx6q-iomuxc-gpr.h b/include/linux/mfd/syscon/imx6q-iomuxc-gpr.h
index 653e7712ddeb..fe571d48ab90 100644
--- a/include/linux/mfd/syscon/imx6q-iomuxc-gpr.h
+++ b/include/linux/mfd/syscon/imx6q-iomuxc-gpr.h
@@ -277,6 +277,7 @@
#define IMX6Q_GPR10_DCIC1_MUX_CTL_LVDS1 (0x2 << 0)
#define IMX6Q_GPR10_DCIC1_MUX_CTL_HDMI (0x3 << 0)
+#define IMX6Q_GPR12_PCIE_TEST_PD BIT(30)
#define IMX6Q_GPR12_ARMP_IPG_CLK_EN BIT(27)
#define IMX6Q_GPR12_ARMP_AHB_CLK_EN BIT(26)
#define IMX6Q_GPR12_ARMP_ATB_CLK_EN BIT(25)