From patchwork Fri Dec 29 15:32:58 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: David Heidelberg X-Patchwork-Id: 758877 Received: from ixit.cz (ip-89-177-23-149.bb.vodafone.cz [89.177.23.149]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id B72D912B68; Fri, 29 Dec 2023 15:33:14 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=ixit.cz Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=ixit.cz Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=ixit.cz header.i=@ixit.cz header.b="O4dcZzNV" Received: from newone.congress.ccc.de (unknown [151.217.64.190]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by ixit.cz (Postfix) with ESMTPSA id B034016392E; Fri, 29 Dec 2023 16:33:11 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ixit.cz; s=dkim; t=1703863992; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=P/5ISZ6OJ0Mvq7F8hX2ojwDxgD+/zwnsH6ub40eIdx8=; b=O4dcZzNVigyMN8pjMFbpmZw2sxFdkMilPQQL9gvMAiFOzBUQyL6FxZlZ7xnTdj4ei3BG80 a3/MM8uKzUJq+q1jXs0UFByxghyCvkqMFxsy/VpbKY3eYqL9ju8k6rqGsDBpfEpMmKvmjJ qwyTuV+uLBahaARY9MDXn79v6lVPRWk= From: David Heidelberg To: Bjorn Andersson , Konrad Dybcio , Lorenzo Pieralisi , =?utf-8?q?Krzysztof_Wilczy=C5=84?= =?utf-8?q?ski?= , Rob Herring , Bjorn Helgaas , Krzysztof Kozlowski , Conor Dooley , Manivannan Sadhasivam , Abel Vesa , Johan Hovold Cc: David Heidelberg , Krzysztof Kozlowski , linux-arm-msm@vger.kernel.org, linux-pci@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH v2] dt-bindings: PCI: qcom: delimit number of iommu-map entries Date: Fri, 29 Dec 2023 16:32:58 +0100 Message-ID: <20231229153310.206764-1-david@ixit.cz> X-Mailer: git-send-email 2.43.0 Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 The code or specific SoC doesn't seem to limit the number of iommu-map entries. Fixes: 1a24edc38dbf ("dt-bindings: PCI: qcom: Add SM8550 compatible") Signed-off-by: David Heidelberg --- v2: added Fixes tag Documentation/devicetree/bindings/pci/qcom,pcie.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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.