From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 E64D9F4ED; Mon, 1 Jul 2024 17:26:28 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1719854789; cv=none; b=gfdr3lb8y52eIGS3g8S2OHn8u5GD4jg9ZtDcGPqE6u8K9JRWNQr/0B2Enny2rfW8WBdnLKirSMOdfDMIwmhFkENbD84ACGairRhp71R70WeNbrOxw06gT1cN7gs0zfK/ObToEwEokoZfyG9UfOaZboTi19q55VMJdjY+J//xPdI= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1719854789; c=relaxed/simple; bh=/tGI0wDh0FZOcJPLb7Y56quvwZ87KDaB9YsD6KJsBJo=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=W1okmCaR+mi2UKefBF/QjcGu9M2b6dN7I3GWhWwaurkGfyCXHqi9zHEDMIP2Ar0qJoZv0IUYxR2oHZUBplnKecz0JDZd9ed3SxD5bruJFh5/Epy3AuqwBi9Fk6tL2p6iRT/GWDCoj8Sh1l/dtQRVDDoOf0/Et7n75gF/xOGU/QU= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=PQ4cA+tR; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="PQ4cA+tR" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 3ABB8C116B1; Mon, 1 Jul 2024 17:26:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1719854788; bh=/tGI0wDh0FZOcJPLb7Y56quvwZ87KDaB9YsD6KJsBJo=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=PQ4cA+tRy28Qy+mS8NDV3R/k/RPTtjTv0F1HTGXrMq4iEJK4KKHTRd7GoRYgwX5lG uLaMdo0so/hPvkU6S6sY/5sc9b7ENF50WanUfPN61ywgAl0pq78R48Le2owseps3bK CpHbNjmCdx3Jw45NAiUKdFugGMl/S2dm/aS3t8qIYx1aeJOsq67lxmxzKW2WJ/Ua0B UmoobqynglxyVQ6nUigLQKEm9eWIvib/nS46anIph1bAXhWKF2RY7uX9qEXNWKavYe 9Z8oYTWCSZurGIi0/5sXgeLuuPhB9SDmSNLfcPo8sXSnlh8xkDVZq5Mmd0GcC/pBS1 dwbHG0/fSxrUA== Date: Mon, 1 Jul 2024 11:26:27 -0600 From: Rob Herring To: Frank Li Cc: Madalin Bucur , Sean Anderson , "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , Krzysztof Kozlowski , Conor Dooley , "open list:FREESCALE QORIQ DPAA FMAN DRIVER" , "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" , open list , imx@lists.linux.dev Subject: Re: [PATCH 1/2] dt-bindings: net: fsl,fman: allow dma-coherence property Message-ID: <20240701172627.GA141559-robh@kernel.org> References: <20240628213711.3114790-1-Frank.Li@nxp.com> Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20240628213711.3114790-1-Frank.Li@nxp.com> On Fri, Jun 28, 2024 at 05:37:10PM -0400, Frank Li wrote: > Add dma-coherence property to fix below warning. 'dma-coherent property' or 'DMA coherence property'. > arch/arm64/boot/dts/freescale/fsl-ls1028a-kontron-sl28-var1.dtb: dma-controller@8380000: '#dma-cells' is a required property That doesn't look related... > from schema $id: http://devicetree.org/schemas/dma/fsl-qdma.yaml# > > Signed-off-by: Frank Li > --- > Documentation/devicetree/bindings/net/fsl,fman.yaml | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/Documentation/devicetree/bindings/net/fsl,fman.yaml b/Documentation/devicetree/bindings/net/fsl,fman.yaml > index 7908f67413dea..f0261861f3cb2 100644 > --- a/Documentation/devicetree/bindings/net/fsl,fman.yaml > +++ b/Documentation/devicetree/bindings/net/fsl,fman.yaml > @@ -78,6 +78,8 @@ properties: > - description: The first element is associated with the event interrupts. > - description: the second element is associated with the error interrupts. > > + dma-coherent: true > + > fsl,qman-channel-range: > $ref: /schemas/types.yaml#/definitions/uint32-array > description: > -- > 2.34.1 >