linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCHv4 1/4] dt-bindings: add DT binding for the layerscape PCIe controller with EP mode
@ 2019-01-08  3:09 Xiaowei Bao
  2019-01-08  3:09 ` [PATCHv4 2/4] arm64: dts: Add the PCIE EP node in dts Xiaowei Bao
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Xiaowei Bao @ 2019-01-08  3:09 UTC (permalink / raw)
  To: bhelgaas, robh+dt, mark.rutland, shawnguo, leoyang.li, kishon,
	lorenzo.pieralisi, arnd, gregkh, minghuan.Lian, mingkai.hu,
	roy.zang, kstewart, cyrille.pitchen, pombredanne, shawn.lin,
	niklas.cassel, linux-pci, devicetree, linux-kernel,
	linux-arm-kernel, linuxppc-dev
  Cc: Xiaowei Bao

Add the documentation for the Device Tree binding for the layerscape PCIe
controller with EP mode.

Signed-off-by: Xiaowei Bao <xiaowei.bao@nxp.com>
---
v2:
 - Add the SoC specific compatibles.
v3:
 - modify the commit message.
v4:
 - no change.

 .../devicetree/bindings/pci/layerscape-pci.txt     |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/Documentation/devicetree/bindings/pci/layerscape-pci.txt b/Documentation/devicetree/bindings/pci/layerscape-pci.txt
index 9b2b8d6..e20ceaa 100644
--- a/Documentation/devicetree/bindings/pci/layerscape-pci.txt
+++ b/Documentation/devicetree/bindings/pci/layerscape-pci.txt
@@ -13,6 +13,7 @@ information.
 
 Required properties:
 - compatible: should contain the platform identifier such as:
+  RC mode:
         "fsl,ls1021a-pcie"
         "fsl,ls2080a-pcie", "fsl,ls2085a-pcie"
         "fsl,ls2088a-pcie"
@@ -20,6 +21,8 @@ Required properties:
         "fsl,ls1046a-pcie"
         "fsl,ls1043a-pcie"
         "fsl,ls1012a-pcie"
+  EP mode:
+	"fsl,ls1046a-pcie-ep", "fsl,ls-pcie-ep"
 - reg: base addresses and lengths of the PCIe controller register blocks.
 - interrupts: A list of interrupt outputs of the controller. Must contain an
   entry for each entry in the interrupt-names property.
-- 
1.7.1


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2019-01-16  3:51 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-08  3:09 [PATCHv4 1/4] dt-bindings: add DT binding for the layerscape PCIe controller with EP mode Xiaowei Bao
2019-01-08  3:09 ` [PATCHv4 2/4] arm64: dts: Add the PCIE EP node in dts Xiaowei Bao
2019-01-08  3:09 ` [PATCHv4 3/4] pci: layerscape: Add the EP mode support Xiaowei Bao
2019-01-08  3:09 ` [PATCHv4 4/4] misc: pci_endpoint_test: Add the layerscape EP device support Xiaowei Bao
2019-01-11 14:31 ` [PATCHv4 1/4] dt-bindings: add DT binding for the layerscape PCIe controller with EP mode Rob Herring
2019-01-16  3:50   ` Xiaowei Bao

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).