diff options
| author | Vidya Sagar <vidyas@nvidia.com> | 2018-09-01 09:40:13 -0400 |
|---|---|---|
| committer | mobile promotions <svcmobile_promotions@nvidia.com> | 2018-12-12 09:33:01 -0500 |
| commit | 52e4c64319fcfe1267a418f7596dbedee5e8f3ab (patch) | |
| tree | fe5d545cd4a8977eaab6fb97dd59b7f202226875 /Documentation/devicetree | |
| parent | 173cf81fb4f4b358557e27c66844b6b95a7a26ab (diff) | |
PCI: tegra: Enable endpoint mode support
Enables endpoint mode support adhering to K-4.14
endpoint mode framework
Bug 2312059
Change-Id: I7869de4cb2bc27a901203d25dc82868717d3ef16
Signed-off-by: Vidya Sagar <vidyas@nvidia.com>
Reviewed-on: https://git-master.nvidia.com/r/1811201
(cherry picked from commit 8a5c307a9ac051e0f5a1f311e3cd0a8686f03473 in dev-kernel)
Signed-off-by: Stephen Warren <swarren@nvidia.com>
Reviewed-on: https://git-master.nvidia.com/r/1967123
GVS: Gerrit_Virtual_Submit
Reviewed-by: Bibek Basu <bbasu@nvidia.com>
Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com>
Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
Diffstat (limited to 'Documentation/devicetree')
| -rw-r--r-- | Documentation/devicetree/bindings/pci/nvidia,tegra19x-pcie-ep.txt | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/Documentation/devicetree/bindings/pci/nvidia,tegra19x-pcie-ep.txt b/Documentation/devicetree/bindings/pci/nvidia,tegra19x-pcie-ep.txt index 5fbabb018..262d03ca7 100644 --- a/Documentation/devicetree/bindings/pci/nvidia,tegra19x-pcie-ep.txt +++ b/Documentation/devicetree/bindings/pci/nvidia,tegra19x-pcie-ep.txt | |||
| @@ -9,8 +9,12 @@ Required properties: | |||
| 9 | registers. Must contain an entry for each entry in the reg-names property. | 9 | registers. Must contain an entry for each entry in the reg-names property. |
| 10 | - reg-names: Must include the following entries: | 10 | - reg-names: Must include the following entries: |
| 11 | "appl": Controller's application logic registers | 11 | "appl": Controller's application logic registers |
| 12 | "config": configuration space region | 12 | "window1": First address space aperture window available for PCIe controller |
| 13 | "atu_dma": iATU and DMA register | 13 | "config": configuration space region (either window1 or window2 can be used |
| 14 | for mapping. But in this case, window1 is used) | ||
| 15 | "atu_dma": iATU and DMA register (either window1 or window2 can be used | ||
| 16 | for mapping. But in this case, window1 is used) | ||
| 17 | "window2": Second address space aperture window available for PCIe controller | ||
| 14 | - interrupts: A list of interrupt outputs of the controller. Must contain an | 18 | - interrupts: A list of interrupt outputs of the controller. Must contain an |
| 15 | entry for each entry in the interrupt-names property. | 19 | entry for each entry in the interrupt-names property. |
| 16 | - interrupt-names: Must include the following entries: | 20 | - interrupt-names: Must include the following entries: |
