Skip to content

Commit a711253

Browse files
krzkkwilczynski
authored andcommitted
dt-bindings: PCI: qcom: Correct clocks for SM8150
PCI node in Qualcomm SM8150 should have exactly 8 clocks, including the ref clock. Suggested-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org> Link: https://lore.kernel.org/linux-pci/20231208105155.36097-3-krzysztof.kozlowski@linaro.org Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Signed-off-by: Krzysztof Wilczyński <kwilczynski@kernel.org> Acked-by: Rob Herring <robh@kernel.org>
1 parent f2ab5a2 commit a711253

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

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

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -555,6 +555,32 @@ allOf:
555555
contains:
556556
enum:
557557
- qcom,pcie-sm8150
558+
then:
559+
properties:
560+
clocks:
561+
minItems: 8
562+
maxItems: 8
563+
clock-names:
564+
items:
565+
- const: pipe # PIPE clock
566+
- const: aux # Auxiliary clock
567+
- const: cfg # Configuration clock
568+
- const: bus_master # Master AXI clock
569+
- const: bus_slave # Slave AXI clock
570+
- const: slave_q2a # Slave Q2A clock
571+
- const: tbu # PCIe TBU clock
572+
- const: ref # REFERENCE clock
573+
resets:
574+
maxItems: 1
575+
reset-names:
576+
items:
577+
- const: pci # PCIe core reset
578+
579+
- if:
580+
properties:
581+
compatible:
582+
contains:
583+
enum:
558584
- qcom,pcie-sm8250
559585
then:
560586
oneOf:

0 commit comments

Comments
 (0)