Skip to content

Commit e748870

Browse files
Prudhvi YarlagaddaMani-Sadhasivam
authored andcommitted
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 <quic_pyarlaga@quicinc.com> Signed-off-by: Wenbin Yao <wenbin.yao@oss.qualcomm.com> Signed-off-by: Manivannan Sadhasivam <mani@kernel.org> Acked-by: Rob Herring (Arm) <robh@kernel.org> Link: https://patch.msgid.link/20250825-glymur_pcie5-v3-2-5c1d1730c16f@oss.qualcomm.com
1 parent d782e6e commit e748870

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

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)