diff options
author | Bjorn Helgaas <bhelgaas@google.com> | 2017-02-22 00:15:44 +0300 |
---|---|---|
committer | Bjorn Helgaas <bhelgaas@google.com> | 2017-02-22 00:15:44 +0300 |
commit | bcea623c65d5ad3b2f4e51908cffc9423175a10b (patch) | |
tree | c7299fd3a791fa3941a53a4f4651101f0067e251 /Documentation/devicetree/bindings | |
parent | 56195e9d1d68a9c201587cb55b7fdf6d43fb31b6 (diff) | |
parent | 5800790a925b0aefb621ae3da86668c3a2867750 (diff) | |
download | linux-bcea623c65d5ad3b2f4e51908cffc9423175a10b.tar.xz |
Merge branch 'pci/host-rockchip' into next
* pci/host-rockchip:
PCI: rockchip: Set vendor ID from local core config space
PCI: rockchip: Fix rockchip_pcie_probe() error path to free resource list
PCI: rockchip: Mark PM functions as __maybe_unused
PCI: rockchip: Use readl_poll_timeout() instead of open-coding it
PCI: rockchip: Disable RC's ASPM L0s based on DT "aspm-no-l0s"
PCI: rockchip: Add system PM support
Diffstat (limited to 'Documentation/devicetree/bindings')
-rw-r--r-- | Documentation/devicetree/bindings/pci/rockchip-pcie.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/pci/rockchip-pcie.txt b/Documentation/devicetree/bindings/pci/rockchip-pcie.txt index 71aeda1ca055..1453a734c2f5 100644 --- a/Documentation/devicetree/bindings/pci/rockchip-pcie.txt +++ b/Documentation/devicetree/bindings/pci/rockchip-pcie.txt @@ -43,6 +43,8 @@ Required properties: - interrupt-map-mask and interrupt-map: standard PCI properties Optional Property: +- aspm-no-l0s: RC won't support ASPM L0s. This property is needed if + using 24MHz OSC for RC's PHY. - ep-gpios: contain the entry for pre-reset gpio - num-lanes: number of lanes to use - vpcie3v3-supply: The phandle to the 3.3v regulator to use for PCIe. |