summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Zhu <Richard.Zhu@freescale.com>2015-05-19 12:41:04 +0800
committerRichard Zhu <Richard.Zhu@freescale.com>2015-06-05 15:59:55 +0800
commitdd6ade5bc0c5146a29a1c33e328c88d9d93545d1 (patch)
tree3c150c4e20d54e9a8279b9203e4b410e2c6beb71
parentc8095116b717d37a1525ba133918fe5e58a6912f (diff)
MLK-10923 arm: pci: use the i2c expansion perst on imx6qp
Base on the following commit, use the i2c expansion gpio as the pcie perst on imx6qp ard board. "ab13b0e11c50021905de00a0f3c0df7e0a36a3f0" i2c: imx: add irqf_no_suspend The i2c irq is masked when pcie starts a i2c transfer process during noirq suspend stage. As a result, i2c transfer fails. To solve the problem, IRQF_NO_SUSPEND is added to i2c bus. Signed-off-by: Richard Zhu <Richard.Zhu@freescale.com> (cherry picked from commit df02e66e628b108cb802370924f40dcdcadd6da9)
-rw-r--r--arch/arm/boot/dts/imx6qp-sabreauto.dts2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/imx6qp-sabreauto.dts b/arch/arm/boot/dts/imx6qp-sabreauto.dts
index 51dd7f008615..85260e6b5df6 100644
--- a/arch/arm/boot/dts/imx6qp-sabreauto.dts
+++ b/arch/arm/boot/dts/imx6qp-sabreauto.dts
@@ -26,7 +26,7 @@
};
&pcie {
- reset-gpio = <&gpio1 14 GPIO_ACTIVE_LOW>;
+ reset-gpio = <&max7310_c 5 GPIO_ACTIVE_LOW>;
status = "okay";
};