2019-08-15 08:49:47

by Bao Xiaowei

[permalink] [raw]
Subject: [PATCH 08/10] dt-bindings: PCI: Add the pf-offset property

Add the pf-offset property for multiple PF.

Signed-off-by: Xiaowei Bao <[email protected]>
---
Documentation/devicetree/bindings/pci/designware-pcie.txt | 1 +
1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/pci/designware-pcie.txt b/Documentation/devicetree/bindings/pci/designware-pcie.txt
index 5561a1c..d658687 100644
--- a/Documentation/devicetree/bindings/pci/designware-pcie.txt
+++ b/Documentation/devicetree/bindings/pci/designware-pcie.txt
@@ -43,6 +43,7 @@ RC mode:

EP mode:
- max-functions: maximum number of functions that can be configured
+- pf-offset: the offset of each PF's config space

Example configuration:

--
2.9.5


2019-08-27 16:28:26

by Rob Herring (Arm)

[permalink] [raw]
Subject: Re: [PATCH 08/10] dt-bindings: PCI: Add the pf-offset property

On Thu, 15 Aug 2019 16:37:14 +0800, Xiaowei Bao wrote:
> Add the pf-offset property for multiple PF.
>
> Signed-off-by: Xiaowei Bao <[email protected]>
> ---
> Documentation/devicetree/bindings/pci/designware-pcie.txt | 1 +
> 1 file changed, 1 insertion(+)
>

Reviewed-by: Rob Herring <[email protected]>