Skip to content

Commit

Permalink
dt-bindings: PCI: qcom: Add support for SDM845 PCIe
Browse files Browse the repository at this point in the history
Add compatible and necessary clocks and resets definitions for the
SDM845 PCIe controller.

Signed-off-by: Bjorn Andersson <[email protected]>
Signed-off-by: Lorenzo Pieralisi <[email protected]>
Reviewed-by: Rob Herring <[email protected]>
Reviewed-by: Vinod Koul <[email protected]>
Reviewed-by: Andrew Murray <[email protected]>
  • Loading branch information
andersson authored and Lorenzo Pieralisi committed Jan 10, 2020
1 parent e42617b commit 5d28bee
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions Documentation/devicetree/bindings/pci/qcom,pcie.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
- "qcom,pcie-ipq4019" for ipq4019
- "qcom,pcie-ipq8074" for ipq8074
- "qcom,pcie-qcs404" for qcs404
- "qcom,pcie-sdm845" for sdm845

- reg:
Usage: required
Expand Down Expand Up @@ -126,6 +127,18 @@
- "master_bus" AXI Master clock
- "slave_bus" AXI Slave clock

-clock-names:
Usage: required for sdm845
Value type: <stringlist>
Definition: Should contain the following entries
- "aux" Auxiliary clock
- "cfg" Configuration clock
- "bus_master" Master AXI clock
- "bus_slave" Slave AXI clock
- "slave_q2a" Slave Q2A clock
- "tbu" PCIe TBU clock
- "pipe" PIPE clock

- resets:
Usage: required
Value type: <prop-encoded-array>
Expand Down Expand Up @@ -188,6 +201,12 @@
- "pwr" PWR reset
- "ahb" AHB reset

- reset-names:
Usage: required for sdm845
Value type: <stringlist>
Definition: Should contain the following entries
- "pci" PCIe core reset

- power-domains:
Usage: required for apq8084 and msm8996/apq8096
Value type: <prop-encoded-array>
Expand Down

0 comments on commit 5d28bee

Please sign in to comment.