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 40EA1392C27; Wed, 25 Feb 2026 10:30:08 +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=1772015409; cv=none; b=TzTUW2Ga7K0E9+66P/1I6EMEvz18RDvu7AOC4t4koDms/4cAzZft6mgCKa7yA3pH7Uazc1UUIlX+phI53M/TDAgrKvcOV6O2UuxoP71/tO2nlq9q1vgv3t6/Aefjc8EXcVV10brSdPnIX16K5yiajv147Cuw3zbqgDlKCZVkdUk= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772015409; c=relaxed/simple; bh=yvsBqcgbBxN3PsC9TQJxXhhlhJlGMx/bZ4A6gDi5mYg=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=OEJi9gtSHZUC5qg8/Z/ov5ta8H0E2LJrNLjPnm0ilPeztmpppcryVTT5VS6Mqx6cOHy7E6HvgW4SisTwBXK6OMvI2tzkW8Afr+UkhmDiB7i3RHZdHKzXO13hvT3a/yxKiyduwDuiMkA04rnHbRZ70FO0j579EZkC4yxXJLE2oQM= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=MAsB6zgE; 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="MAsB6zgE" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 203BAC116D0; Wed, 25 Feb 2026 10:30:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1772015408; bh=yvsBqcgbBxN3PsC9TQJxXhhlhJlGMx/bZ4A6gDi5mYg=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=MAsB6zgEa3O9fbPh7dwCcqqTclghdnqipBOuMPspWVWuoNxQDb3//fq8tRK8ArZmq 0CUZxHj4fr33OgI2iG3/4ZHFr+1uh2vNlhTzaHqgmWSmkTD/PT8/Wxvuz+LvVAamH0 xtDUT64UKE2u0xQBZdLJfyD8w8NRDotV8r9xKJYP5r78sa7UB3zDNVI2Pw1/MBOMxg Pl/tV2Rx/AfRRppX5INg0Vzju3JCCAoMPeoGWCTU1jOWcFGSg+r3kZbdsQg2LULAGA OlB5Bdf43aCqAOo9uix2itads2FzNKm0dCOAKaLH+wpf3BoxrUMwlZ2Ia7NaiVkhA3 ra/C1ac+C0j2A== Date: Wed, 25 Feb 2026 16:00:04 +0530 From: Vinod Koul To: Inochi Amaoto Cc: Eugeniy Paltsev , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Chen Wang , Paul Walmsley , Palmer Dabbelt , Albert Ou , Alexandre Ghiti , Alexander Sverdlin , Longbin Li , Ze Huang , dmaengine@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, sophgo@lists.linux.dev, linux-riscv@lists.infradead.org, Yixun Lan Subject: Re: [PATCH v3 1/3] dt-bindings: dma: snps,dw-axi-dmac: Add CV1800B compatible Message-ID: References: <20260120013706.436742-1-inochiama@gmail.com> <20260120013706.436742-2-inochiama@gmail.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: <20260120013706.436742-2-inochiama@gmail.com> On 20-01-26, 09:37, Inochi Amaoto wrote: > The DMA controller on CV1800B needs to use the DMA phandle args > as the channel number instead of hardware handshake number, so > add a new compatible for the DMA controller on CV1800B. Applied this manually, please check if that is okay after push > > Signed-off-by: Inochi Amaoto > --- > Documentation/devicetree/bindings/dma/snps,dw-axi-dmac.yaml | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Documentation/devicetree/bindings/dma/snps,dw-axi-dmac.yaml b/Documentation/devicetree/bindings/dma/snps,dw-axi-dmac.yaml > index a393a33c8908..0b5c8314e25e 100644 > --- a/Documentation/devicetree/bindings/dma/snps,dw-axi-dmac.yaml > +++ b/Documentation/devicetree/bindings/dma/snps,dw-axi-dmac.yaml > @@ -20,6 +20,7 @@ properties: > enum: > - snps,axi-dma-1.01a > - intel,kmb-axi-dma > + - sophgo,cv1800b-axi-dma > - starfive,jh7110-axi-dma > - starfive,jh8100-axi-dma > > -- > 2.52.0 -- ~Vinod