diff options
author | Krzysztof Kozlowski <[email protected]> | 2023-01-06 09:12:02 +0100 |
---|---|---|
committer | Bjorn Helgaas <[email protected]> | 2023-02-14 11:40:53 -0600 |
commit | ff0132f7cf11307deb79a37622b11a16c0a294ed (patch) | |
tree | 31a821579247a7c55ce79722dd6f33b28ece275f | |
parent | 7952e71653d986f73c5517e50920866d580d2394 (diff) |
dt-bindings: PCI: qcom: Add MSM8998 specific compatible
Add new compatible for MSM8998 (compatible with MSM8996) to allow further
customizing if needed and to accurately describe the hardware.
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Krzysztof Kozlowski <[email protected]>
Signed-off-by: Bjorn Helgaas <[email protected]>
Acked-by: Rob Herring <[email protected]>
-rw-r--r-- | Documentation/devicetree/bindings/pci/qcom,pcie.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/pci/qcom,pcie.yaml b/Documentation/devicetree/bindings/pci/qcom,pcie.yaml index 09a4e3c330f1..612feec05267 100644 --- a/Documentation/devicetree/bindings/pci/qcom,pcie.yaml +++ b/Documentation/devicetree/bindings/pci/qcom,pcie.yaml @@ -36,6 +36,9 @@ properties: - qcom,pcie-sm8450-pcie0 - qcom,pcie-sm8450-pcie1 - qcom,pcie-ipq6018 + - items: + - const: qcom,pcie-msm8998 + - const: qcom,pcie-msm8996 reg: minItems: 4 |