Message ID | 20231120070910.16697-1-krzysztof.kozlowski@linaro.org (mailing list archive) |
---|---|
State | Superseded |
Delegated to: | Krzysztof WilczyĆski |
Headers | show |
Series | [v2,1/2] dt-bindings: PCI: qcom: adjust iommu-map for different SoC | expand |
> + minItems: 1
Hello Krzysztof,
the driver will accept 0 just fine, so I think this definition may be wrong.
I sent just generic "dt-bindings: PCI: qcom: delimit number of iommu-map entries" which doesn't care about the numbers (in similar fashion as other bindings having iommu-map).
Tell me what you think.
David
On Fri, Dec 29, 2023 at 04:36:31PM +0100, David wrote: > > + minItems: 1 > Hello Krzysztof, > > the driver will accept 0 just fine, so I think this definition may be wrong. > It's not entirely wrong but the actual SID mapping differs between SoCs. > I sent just generic "dt-bindings: PCI: qcom: delimit number of iommu-map entries" which doesn't care about the numbers (in similar fashion as other bindings having iommu-map). > No, we should not just ignore the MAX limit. If you add <N> number of entries exceeding the max SID assigned to PCIe bus, it will fail. - Mani > Tell me what you think. > > David >
On 29/12/2023 18:17, Manivannan Sadhasivam wrote: > On Fri, Dec 29, 2023 at 04:36:31PM +0100, David wrote: >>> + minItems: 1 >> Hello Krzysztof, >> >> the driver will accept 0 just fine, so I think this definition may be wrong. >> > It's not entirely wrong but the actual SID mapping differs between SoCs. Sure, I think I can live with this. > >> I sent just generic "dt-bindings: PCI: qcom: delimit number of iommu-map entries" which doesn't care about the numbers (in similar fashion as other bindings having iommu-map). >> > No, we should not just ignore the MAX limit. If you add <N> number of entries > exceeding the max SID assigned to PCIe bus, it will fail. > > - Mani Make sense, thanks for explanation. Reviewed-by: David Heidelberg <david@ixit.cz> >> Tell me what you think. >> >> David >>
diff --git a/Documentation/devicetree/bindings/pci/qcom,pcie.yaml b/Documentation/devicetree/bindings/pci/qcom,pcie.yaml index 8bfae8eb79a3..14d25e8a18e4 100644 --- a/Documentation/devicetree/bindings/pci/qcom,pcie.yaml +++ b/Documentation/devicetree/bindings/pci/qcom,pcie.yaml @@ -62,7 +62,8 @@ properties: maxItems: 8 iommu-map: - maxItems: 2 + minItems: 1 + maxItems: 16 # Common definitions for clocks, clock-names and reset. # Platform constraints are described later.