projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9d8f44f
)
arm: mvebu: PCIe Device Tree informations for OpenBlocks AX3-4
author
Thomas Petazzoni
<
[email protected]
>
Tue, 9 Apr 2013 21:06:35 +0000
(23:06 +0200)
committer
Jason Cooper
<
[email protected]
>
Mon, 15 Apr 2013 14:53:25 +0000
(14:53 +0000)
The PlatHome OpenBlocks AX3-4 has an internal mini-PCIe slot that can
be used to plug mini-PCIe devices. We therefore enable the PCIe
interface that corresponds to this slot.
Signed-off-by: Thomas Petazzoni <
[email protected]
>
Signed-off-by: Jason Cooper <
[email protected]
>
arch/arm/boot/dts/armada-xp-openblocks-ax3-4.dts
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/armada-xp-openblocks-ax3-4.dts
b/arch/arm/boot/dts/armada-xp-openblocks-ax3-4.dts
index b5c5f4d436881f4f0dc6aa5995efd4e53cdb450d..9d04f04d4e39eae0a2eb5e059bdab179e01223c7 100644
(file)
--- a/
arch/arm/boot/dts/armada-xp-openblocks-ax3-4.dts
+++ b/
arch/arm/boot/dts/armada-xp-openblocks-ax3-4.dts
@@
-168,5
+168,14
@@
bank-width = <2>;
};
};
+
+ pcie-controller {
+ status = "okay";
+ /* Internal mini-PCIe connector */
+ pcie@1,0 {
+ /* Port 0, Lane 0 */
+ status = "okay";
+ };
+ };
};
};