Skip to content

Commit 96a17ed

Browse files
qianyu-qcombjorn-helgaas
authored andcommitted
dt-bindings: PCI: qcom,pcie-x1e80100: Set clocks minItems for the fifth Glymur PCIe Controller
On the Qualcomm Glymur platform, the fifth PCIe host is compatible with the DWC controller present on the X1E80100 platform, but does not have cnoc_sf_axi clock. Hence, set minItems of clocks and clock-names to six. Signed-off-by: Qiang Yu <[email protected]> Signed-off-by: Pankaj Patil <[email protected]> Signed-off-by: Bjorn Helgaas <[email protected]> Acked-by: Rob Herring (Arm) <[email protected]> Link: https://patch.msgid.link/[email protected]
1 parent 57a48a2 commit 96a17ed

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,11 @@ properties:
3232
- const: mhi # MHI registers
3333

3434
clocks:
35-
minItems: 7
35+
minItems: 6
3636
maxItems: 7
3737

3838
clock-names:
39+
minItems: 6
3940
items:
4041
- const: aux # Auxiliary clock
4142
- const: cfg # Configuration clock

0 commit comments

Comments
 (0)