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 X-Spam-Level: X-Spam-Status: No, score=-16.3 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id CD767C433E9 for ; Wed, 27 Jan 2021 10:39:07 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 7AC7D2078D for ; Wed, 27 Jan 2021 10:39:07 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S313996AbhAZW6p (ORCPT ); Tue, 26 Jan 2021 17:58:45 -0500 Received: from mail.kernel.org ([198.145.29.99]:34316 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2390065AbhAZRQV (ORCPT ); Tue, 26 Jan 2021 12:16:21 -0500 Received: by mail.kernel.org (Postfix) with ESMTPSA id A7B6420829; Tue, 26 Jan 2021 17:15:39 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1611681340; bh=CNUsfkSJIRFb1fE4bIdw+xuP6VYc/2fRsDn+vBfaKrY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=N26+U4iQTOHQVlPVSltiH0hTBsB7Gtl5RYJf58GdThDounY/UXHWx+GvEW0EUqwcx 7gGOeTubf7/L7EmyjAznggYB5r1LFGvCGebNQVGV0yIbcGw6PGLlqY3IH7lWzCmGId e9F2JmSef+GandQvMhNhbGUqQZEZa7kMTSkJLvxbcS0b7d7mUhwNRuGa9h9C7iCEr2 AFuZmBg8BPVQxuTxv5LLSAaDGrzQyR04Ki6uXk5wFKqI5BGnkivMI8IzEUfrGyXKQ4 YsguA+PMY1EhYJX+rq52E00pJk6I/uBWS8QvVMiF2MfElXnpNbvcVbBuCIerpAEaHv qsm3C+VFx6PmQ== Date: Tue, 26 Jan 2021 22:45:36 +0530 From: Vinod Koul To: Paul Cercueil Cc: Rob Herring , od@zcrc.me, dmaengine@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-mips@vger.kernel.org Subject: Re: [PATCH 1/2] dt-bindings: dma: ingenic: Add compatible strings for JZ4760(B) SoCs Message-ID: <20210126171536.GR2771@vkoul-mobl> References: <20210120105322.16116-1-paul@crapouillou.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210120105322.16116-1-paul@crapouillou.net> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On 20-01-21, 10:53, Paul Cercueil wrote: > Add ingenic,jz4760-dma and ingenic,jz4760b-dma compatible strings to > support the DMA engines present in the JZ4760 and JZ4760B SoCs. Applied, thanks > > Signed-off-by: Paul Cercueil > --- > Documentation/devicetree/bindings/dma/ingenic,dma.yaml | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/Documentation/devicetree/bindings/dma/ingenic,dma.yaml b/Documentation/devicetree/bindings/dma/ingenic,dma.yaml > index 6a2043721b95..ac4d59494fc8 100644 > --- a/Documentation/devicetree/bindings/dma/ingenic,dma.yaml > +++ b/Documentation/devicetree/bindings/dma/ingenic,dma.yaml > @@ -17,6 +17,8 @@ properties: > enum: > - ingenic,jz4740-dma > - ingenic,jz4725b-dma > + - ingenic,jz4760-dma > + - ingenic,jz4760b-dma > - ingenic,jz4770-dma > - ingenic,jz4780-dma > - ingenic,x1000-dma > -- > 2.29.2 -- ~Vinod