Skip to content

Commit bf0920a

Browse files
Prudhvi YarlagaddaZiyue Zhang
authored andcommitted
FROMLIST: dt-bindings: PCI: qcom: Document the Glymur PCIe Controller
On the Qualcomm Glymur platform the PCIe host is compatible with the DWC controller present on the X1E80100 platform. So document the PCIe controllers found on Glymur and use the X1E80100 compatible string as a fallback in the schema. Signed-off-by: Prudhvi Yarlagadda <[email protected]> Signed-off-by: Wenbin Yao <[email protected]> Acked-by: Rob Herring (Arm) <[email protected]>
1 parent 4788df0 commit bf0920a

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,12 @@ description:
1616

1717
properties:
1818
compatible:
19-
const: qcom,pcie-x1e80100
19+
oneOf:
20+
- const: qcom,pcie-x1e80100
21+
- items:
22+
- enum:
23+
- qcom,glymur-pcie
24+
- const: qcom,pcie-x1e80100
2025

2126
reg:
2227
minItems: 6

0 commit comments

Comments
 (0)