Skip to content

Commit 736ae5c

Browse files
AnsuelLorenzo Pieralisi
authored andcommitted
dt-bindings: PCI: qcom: Add missing clks
Document missing clks used in ipq8064 SoC. 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]>
1 parent 8b6f033 commit 736ae5c

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

Documentation/devicetree/bindings/pci/qcom,pcie.txt

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,8 @@
9090
Definition: Should contain the following entries
9191
- "core" Clocks the pcie hw block
9292
- "phy" Clocks the pcie PHY block
93+
- "aux" Clocks the pcie AUX block
94+
- "ref" Clocks the pcie ref block
9395
- clock-names:
9496
Usage: required for apq8084/ipq4019
9597
Value type: <stringlist>
@@ -277,8 +279,10 @@
277279
<0 0 0 4 &intc 0 39 IRQ_TYPE_LEVEL_HIGH>; /* int_d */
278280
clocks = <&gcc PCIE_A_CLK>,
279281
<&gcc PCIE_H_CLK>,
280-
<&gcc PCIE_PHY_CLK>;
281-
clock-names = "core", "iface", "phy";
282+
<&gcc PCIE_PHY_CLK>,
283+
<&gcc PCIE_AUX_CLK>,
284+
<&gcc PCIE_ALT_REF_CLK>;
285+
clock-names = "core", "iface", "phy", "aux", "ref";
282286
resets = <&gcc PCIE_ACLK_RESET>,
283287
<&gcc PCIE_HCLK_RESET>,
284288
<&gcc PCIE_POR_RESET>,

0 commit comments

Comments
 (0)