projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
74de712
)
ARM: dts: am572x-idk: Add gpios property to control PCIE_RESETn
author
Kishon Vijay Abraham I
<kishon@ti.com>
Fri, 30 Dec 2016 08:07:20 +0000
(13:37 +0530)
committer
Tony Lindgren
<tony@atomide.com>
Fri, 30 Dec 2016 18:59:56 +0000
(10:59 -0800)
Add 'gpios' property to pcie1 dt node and populate it with
GPIO3_23 in order to drive PCIE_RESETn high.
This gets PCIe cards to be detected in AM572X IDK board.
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/boot/dts/am572x-idk.dts
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/am572x-idk.dts
b/arch/arm/boot/dts/am572x-idk.dts
index
4ed40be
..
8350b4b
100644
(file)
--- a/
arch/arm/boot/dts/am572x-idk.dts
+++ b/
arch/arm/boot/dts/am572x-idk.dts
@@
-87,3
+87,7
@@
&sn65hvs882 {
load-gpios = <&gpio3 19 GPIO_ACTIVE_LOW>;
};
+
+&pcie1 {
+ gpios = <&gpio3 23 GPIO_ACTIVE_HIGH>;
+};