From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 209F3C00144 for ; Mon, 1 Aug 2022 19:59:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:Message-ID: Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:References: List-Owner; bh=lfG2w/bv4up3BJt3cW1ilydiCS8R7XIrOcxg8RJFbUg=; b=r0eF6+0fyFxpBO k6UQNG1L1YlBejuxcVb+tPqB6IIG5w+hMrLrOd//a2825cFLZiIG9ONODka9COgeJVqjDnFU7AjOJ B4ZuZNKpax/C891jBPfxQwpVaKJngA/z5u0nldEqiHLYrA88laVrAJSduD8545ixRqbCPKgNAM6X+ Vbmy00Sm7G2BF737PBWFNapaoEpXOc1CyVkOmCLdhrZI4jHFtBAzS1Diq+xQ6VpCsf3HFVWjc/3o8 KzKhTUH8OO03HdlyN/X7RHlFuc9n0yNHwHEz9z+zYchuCwpWc//bokT9Z9iXpPTpApSeKSphSksAV UUsgwulvbtpo23eUDQ8A==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1oIbYt-00A6of-OF; Mon, 01 Aug 2022 19:58:47 +0000 Received: from dfw.source.kernel.org ([139.178.84.217]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1oIbYq-00A6lw-A9 for linux-arm-kernel@lists.infradead.org; Mon, 01 Aug 2022 19:58:46 +0000 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id E564160BBB; Mon, 1 Aug 2022 19:58:42 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 171DCC433C1; Mon, 1 Aug 2022 19:58:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1659383922; bh=bYJ0bSRA0g70/0Gy+QE2z5n6tE03ra3n2Vh9gv/i9rg=; h=Date:From:To:Cc:Subject:In-Reply-To:From; b=BUjLjhr16fTup+1WV0cV8ihRyjcASfi0gXV4QDqgSvhOFboSh8meclZWuuuYehsnx DG/wqnsR5EeKpoOW7fbyiKF0qLtgcngvVHsNCVKIaodiM8/dr11QOEW2WM41P/K2sC I9ZvPF4evUyjb0o85MG7LOHrqEuKCfWxaiQSBoXTBrOooGkZCrERvCUuqLtlvy2MHU 0vxwGoKAQfVIN8joqnw0MIZ5S+ByZ3QLjmb3d93KXdxa2ZBOPZyEEb0gf08McCSss3 9aWWxivmc6TJsJveLWOJWYLn+2mZbkeIqmUsguF/kKK0betFYWLGXq7KzIZraGGxXY Dejt4tUEP/UNQ== Date: Mon, 1 Aug 2022 14:58:40 -0500 From: Bjorn Helgaas To: Rob Herring Cc: Will Deacon , Bjorn Helgaas , Krzysztof Kozlowski , linux-pci@vger.kernel.org, linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] dt-bindings: PCI: host-generic-pci: Allow IOMMU and MSI properties Message-ID: <20220801195840.GA621358@bhelgaas> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20220728175137.1172841-1-robh@kernel.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220801_125844_677530_DA1448C5 X-CRM114-Status: GOOD ( 16.89 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Thu, Jul 28, 2022 at 11:51:37AM -0600, Rob Herring wrote: > Allow 'iommu-map', 'iommu-map-mask', and 'msi-parent' properties for > generic host. This fixes unevaluated property warnings on Arm Juno, AMD > Seattle, and FSL LS1028a. > > Signed-off-by: Rob Herring I assume you'll merge this, Rob? Let me know if you want me to. > --- > Documentation/devicetree/bindings/pci/host-generic-pci.yaml | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/Documentation/devicetree/bindings/pci/host-generic-pci.yaml b/Documentation/devicetree/bindings/pci/host-generic-pci.yaml > index 6bcaa8f2c3cf..d25423aa7167 100644 > --- a/Documentation/devicetree/bindings/pci/host-generic-pci.yaml > +++ b/Documentation/devicetree/bindings/pci/host-generic-pci.yaml > @@ -106,6 +106,9 @@ properties: > maxItems: 3 > > dma-coherent: true > + iommu-map: true > + iommu-map-mask: true > + msi-parent: true > > required: > - compatible > -- > 2.34.1 > > > _______________________________________________ > linux-arm-kernel mailing list > linux-arm-kernel@lists.infradead.org > http://lists.infradead.org/mailman/listinfo/linux-arm-kernel _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel