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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id A2A94C433EF for ; Mon, 13 Dec 2021 06:25:43 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232178AbhLMGZm (ORCPT ); Mon, 13 Dec 2021 01:25:42 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38700 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232176AbhLMGZm (ORCPT ); Mon, 13 Dec 2021 01:25:42 -0500 Received: from sin.source.kernel.org (sin.source.kernel.org [IPv6:2604:1380:40e1:4800::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id EE686C06173F; Sun, 12 Dec 2021 22:25:41 -0800 (PST) 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 sin.source.kernel.org (Postfix) with ESMTPS id 1ED7ACE0B20; Mon, 13 Dec 2021 06:25:40 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 6E3D4C00446; Mon, 13 Dec 2021 06:25:37 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1639376738; bh=L1hIT+XO170lUVQIX/7fWBAEJb38HWLLhtx4zVYZW+A=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=R2+1gFt+ivU59tiorEA3LrYnK//SIBrOMJRLR/E2h9/uzdUIxeaqOraEmOLNe877H Ml2x7VWCKiF20gn+Tmk2XrtQRIIvTXyG8fgCOyTkfjlFgeQLKwgb/+9h6wP5FoY1Ii B2TuNC0t47I5nICVPsyr/fiRqL4WYJdoYxu+aJSMIarcdq7Efe+uIUu7EjYr77KiA2 OlhXjtResjpnIn5Elvyixe/olhE+6mvqxxRrd6XCInsbSXngnCZJoYDhn3FgY0EVGJ XkBWZMer5HzqxA5+JOyGydAE4ZVhRIUJdti5LWBuR8ygq05w+VG1gb2NVkl6s87Nb0 tFGT1yFkYimkQ== Date: Mon, 13 Dec 2021 11:55:34 +0530 From: Vinod Koul To: Geert Uytterhoeven Cc: Eugeniy Paltsev , Rob Herring , Heng Sia , Damien Le Moal , dmaengine@vger.kernel.org, devicetree@vger.kernel.org, linux-riscv@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] dt-bindings: dma: snps,dw-axi-dmac: Document optional reset Message-ID: References: <20211125152008.162571-1-geert@linux-m68k.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20211125152008.162571-1-geert@linux-m68k.org> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On 25-11-21, 16:20, Geert Uytterhoeven wrote: > "make dtbs_check": > > Documentation/devicetree/bindings/dma/snps,dw-axi-dmac.yaml > arch/riscv/boot/dts/canaan/sipeed_maix_bit.dt.yaml: dma-controller@50000000: 'resets' does not match any of the regexes: 'pinctrl-[0-9]+' > From schema: Documentation/devicetree/bindings/dma/snps,dw-axi-dmac.yaml > > The Synopsys DesignWare AXI DMA Controller on the Canaan K210 SoC > exposes its reset signal. Applied, thanks -- ~Vinod