Message ID | 20231229151744.203828-1-david@ixit.cz |
---|---|
State | New |
Headers | show |
Series | dt-bindings: PCI: qcom: delimit number of iommu-map entries | expand |
diff --git a/Documentation/devicetree/bindings/pci/qcom,pcie.yaml b/Documentation/devicetree/bindings/pci/qcom,pcie.yaml index eadba38171e1..c6111278162f 100644 --- a/Documentation/devicetree/bindings/pci/qcom,pcie.yaml +++ b/Documentation/devicetree/bindings/pci/qcom,pcie.yaml @@ -61,8 +61,7 @@ properties: minItems: 1 maxItems: 8 - iommu-map: - maxItems: 2 + iommu-map: true # Common definitions for clocks, clock-names and reset. # Platform constraints are described later.
The code or specific SoC doesn't seem to limit the number of iommu-map entries. Signed-off-by: David Heidelberg <david@ixit.cz> --- Documentation/devicetree/bindings/pci/qcom,pcie.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-)