projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4c8e5db
)
MLK-12081 ARM: dts: imx6qp-sabresd: remove the power on gpio
author
Richard Zhu
<hongxing.zhu@nxp.com>
Mon, 28 Dec 2015 06:11:26 +0000
(14:11 +0800)
committer
Nitin Garg
<nitin.garg@nxp.com>
Mon, 19 Mar 2018 19:49:38 +0000
(14:49 -0500)
In regulator implementation, the gpio power on is used
as the fixed regulator, it is already manipulated by
the regulator driver, and always enabled.
Remove the power on gpio in pcie dts
Signed-off-by: Richard Zhu <hongxing.zhu@nxp.com>
arch/arm/boot/dts/imx6qp-sabresd.dts
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/imx6qp-sabresd.dts
b/arch/arm/boot/dts/imx6qp-sabresd.dts
index
1088cf2
..
7f72aa8
100644
(file)
--- a/
arch/arm/boot/dts/imx6qp-sabresd.dts
+++ b/
arch/arm/boot/dts/imx6qp-sabresd.dts
@@
-155,7
+155,6
@@
};
&pcie {
- power-on-gpio = <&gpio3 19 0>;
reset-gpio = <&gpio7 12 0>;
status = "okay";
};