diff options
author | Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com> | 2013-08-13 16:25:24 +0400 |
---|---|---|
committer | Jason Cooper <jason@lakedaemon.net> | 2013-09-30 18:58:47 +0400 |
commit | cc54ccd9a6966708c00ebd8a08acc3e627a432c5 (patch) | |
tree | 94b0ee1ec364b7d104aed10399eaca63a501f963 /Documentation/devicetree/bindings/pci/mvebu-pci.txt | |
parent | 52ba992e201f47b878019f268391aa0e27592906 (diff) | |
download | linux-cc54ccd9a6966708c00ebd8a08acc3e627a432c5.tar.xz |
PCI: mvebu: add support for Marvell Dove SoCs
This patch adds a compatible for the PCIe controller found on Marvell
Dove SoCs. Binding documentation and Kconfig entry are also updated.
Signed-off-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
Diffstat (limited to 'Documentation/devicetree/bindings/pci/mvebu-pci.txt')
-rw-r--r-- | Documentation/devicetree/bindings/pci/mvebu-pci.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/pci/mvebu-pci.txt b/Documentation/devicetree/bindings/pci/mvebu-pci.txt index 8bb3245e1946..08c716b2c6b6 100644 --- a/Documentation/devicetree/bindings/pci/mvebu-pci.txt +++ b/Documentation/devicetree/bindings/pci/mvebu-pci.txt @@ -5,6 +5,7 @@ Mandatory properties: - compatible: one of the following values: marvell,armada-370-pcie marvell,armada-xp-pcie + marvell,dove-pcie marvell,kirkwood-pcie - #address-cells, set to <3> - #size-cells, set to <2> |