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 F2429C433EF for ; Tue, 12 Apr 2022 12:48:24 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1354007AbiDLMuc (ORCPT ); Tue, 12 Apr 2022 08:50:32 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57438 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1354991AbiDLMr6 (ORCPT ); Tue, 12 Apr 2022 08:47:58 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D6E256565; Tue, 12 Apr 2022 05:14:12 -0700 (PDT) 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 7DED16169F; Tue, 12 Apr 2022 12:14:12 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 0BB61C385A6; Tue, 12 Apr 2022 12:14:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1649765651; bh=Nz2SivOgqlG94fI51wSS3/fqaxpQqqMbgq6mFjBnfhc=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Qrh9ykgZpyWAFIO88oxLto2fn19HoGfiBaiZ4cOtod3cwS0HeWyAuYPltV2ykS/qv YWPIHwjlXZLQDQHc2bClxbX1qByGJL4QIdqwDIrxpuhepmaXv4N451rs6QxjrQ8VfS /ehFtlVC+zvJyMU/knr9RD/App7sp5y9yx8n+BXP/p5QPoelTg+seujwvJU6D0la5k Lhqe9FQOnIfXc7CLV4bDuhytXb99MQxH9A9HCozngcRPkq0lRUHYRtkzp12Xcam00w +0F4bqyigCrV0YQV2YriTIgLQcw8N3lMKZ4mpTTm8huKnea4Zc09jq1Ce+8dg7q6UK EaT3vUvBgXznw== Date: Tue, 12 Apr 2022 17:44:07 +0530 From: Vinod Koul To: Miquel Raynal Cc: Magnus Damm , Gareth Williams , Phil Edworthy , Geert Uytterhoeven , linux-renesas-soc@vger.kernel.org, dmaengine@vger.kernel.org, Milan Stevanovic , Jimmy Lalande , Pascal Eberhard , Thomas Petazzoni , Herve Codina , Clement Leger , Stephen Boyd , Michael Turquette , linux-clk@vger.kernel.org, Viresh Kumar , Andy Shevchenko , Ilpo Jarvinen , Rob Herring , devicetree@vger.kernel.org, Geert Uytterhoeven Subject: Re: [PATCH v9 3/9] dt-bindings: dmaengine: Introduce RZN1 DMA compatible Message-ID: References: <20220412102138.45975-1-miquel.raynal@bootlin.com> <20220412102138.45975-4-miquel.raynal@bootlin.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220412102138.45975-4-miquel.raynal@bootlin.com> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On 12-04-22, 12:21, Miquel Raynal wrote: > Just like for the NAND controller that is also on this SoC, let's > provide a SoC generic and a more specific couple of compatibles for the > DMA controller. Acked-By: Vinod Koul -- ~Vinod