Message ID | 1472561830-20932-2-git-send-email-thomas.petazzoni@free-electrons.com (mailing list archive) |
---|---|
State | New, archived |
Delegated to: | Bjorn Helgaas |
Headers | show |
On Tue, Aug 30, 2016 at 02:57:08PM +0200, Thomas Petazzoni wrote: > This commit updates the Designware PCIe Device Tree binding > documentation to document the optional msi-parent property. This > property allows to point to an external MSI controller, which can > optionally be provided. If provided, this external MSI controller is > used in preference over the internal MSI controller of the Designware > PCIe IP. > > Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> > --- > Documentation/devicetree/bindings/pci/designware-pcie.txt | 2 ++ > 1 file changed, 2 insertions(+) Acked-by: Rob Herring <robh@kernel.org> -- To unsubscribe from this list: send the line "unsubscribe linux-pci" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
diff --git a/Documentation/devicetree/bindings/pci/designware-pcie.txt b/Documentation/devicetree/bindings/pci/designware-pcie.txt index 6c5322c..7a729bb 100644 --- a/Documentation/devicetree/bindings/pci/designware-pcie.txt +++ b/Documentation/devicetree/bindings/pci/designware-pcie.txt @@ -28,6 +28,8 @@ Optional properties: - clock-names: Must include the following entries: - "pcie" - "pcie_bus" +- msi-parent: Pointer to an external MSI controller. If not provided, + the built-in MSI controller is used. Example configuration:
This commit updates the Designware PCIe Device Tree binding documentation to document the optional msi-parent property. This property allows to point to an external MSI controller, which can optionally be provided. If provided, this external MSI controller is used in preference over the internal MSI controller of the Designware PCIe IP. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> --- Documentation/devicetree/bindings/pci/designware-pcie.txt | 2 ++ 1 file changed, 2 insertions(+)