diff options
| author | Ansuel Smith <[email protected]> | 2020-06-15 21:06:01 +0000 |
|---|---|---|
| committer | Lorenzo Pieralisi <[email protected]> | 2020-07-07 15:08:20 +0000 |
| commit | b11b8cc161de027343ba6ae0c88a2ad5231a430f (patch) | |
| tree | 19053ca769dcca876e51796d548d0b1ac9cf8a89 | |
| parent | PCI: qcom: Add missing reset for ipq806x (diff) | |
| download | kernel-b11b8cc161de027343ba6ae0c88a2ad5231a430f.tar.gz kernel-b11b8cc161de027343ba6ae0c88a2ad5231a430f.zip | |
dt-bindings: PCI: qcom: Add ext reset
Document ext reset used in ipq8064 SoC by qcom PCIe driver.
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Ansuel Smith <[email protected]>
Signed-off-by: Lorenzo Pieralisi <[email protected]>
Acked-by: Rob Herring <[email protected]>
Acked-by: Stanimir Varbanov <[email protected]>
| -rw-r--r-- | Documentation/devicetree/bindings/pci/qcom,pcie.txt | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Documentation/devicetree/bindings/pci/qcom,pcie.txt b/Documentation/devicetree/bindings/pci/qcom,pcie.txt index becdbdc0fffa..6efcef040741 100644 --- a/Documentation/devicetree/bindings/pci/qcom,pcie.txt +++ b/Documentation/devicetree/bindings/pci/qcom,pcie.txt @@ -179,6 +179,7 @@ - "pwr" PWR reset - "ahb" AHB reset - "phy_ahb" PHY AHB reset + - "ext" EXT reset - reset-names: Usage: required for ipq8074 @@ -287,8 +288,9 @@ <&gcc PCIE_HCLK_RESET>, <&gcc PCIE_POR_RESET>, <&gcc PCIE_PCI_RESET>, - <&gcc PCIE_PHY_RESET>; - reset-names = "axi", "ahb", "por", "pci", "phy"; + <&gcc PCIE_PHY_RESET>, + <&gcc PCIE_EXT_RESET>; + reset-names = "axi", "ahb", "por", "pci", "phy", "ext"; pinctrl-0 = <&pcie_pins_default>; pinctrl-names = "default"; }; |
