Merge branch 'next-tpm' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris...
[sfrench/cifs-2.6.git] / Documentation / devicetree / bindings / pci / layerscape-pci.txt
index 66df1e81e0b8d218ad39396e41be2c2d2e504f5c..9b2b8d66d1f4e12d7e7571477adfa89f30708988 100644 (file)
@@ -13,11 +13,12 @@ information.
 
 Required properties:
 - compatible: should contain the platform identifier such as:
-        "fsl,ls1021a-pcie", "snps,dw-pcie"
-        "fsl,ls2080a-pcie", "fsl,ls2085a-pcie", "snps,dw-pcie"
+        "fsl,ls1021a-pcie"
+        "fsl,ls2080a-pcie", "fsl,ls2085a-pcie"
         "fsl,ls2088a-pcie"
         "fsl,ls1088a-pcie"
         "fsl,ls1046a-pcie"
+        "fsl,ls1043a-pcie"
         "fsl,ls1012a-pcie"
 - reg: base addresses and lengths of the PCIe controller register blocks.
 - interrupts: A list of interrupt outputs of the controller. Must contain an
@@ -35,7 +36,7 @@ Required properties:
 Example:
 
        pcie@3400000 {
-               compatible = "fsl,ls1021a-pcie", "snps,dw-pcie";
+               compatible = "fsl,ls1021a-pcie";
                reg = <0x00 0x03400000 0x0 0x00010000   /* controller registers */
                       0x40 0x00000000 0x0 0x00002000>; /* configuration space */
                reg-names = "regs", "config";