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 22AC9C433EF for ; Wed, 23 Feb 2022 15:49:59 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S242469AbiBWPuZ (ORCPT ); Wed, 23 Feb 2022 10:50:25 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:39600 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236329AbiBWPuY (ORCPT ); Wed, 23 Feb 2022 10:50:24 -0500 Received: from relay6-d.mail.gandi.net (relay6-d.mail.gandi.net [IPv6:2001:4b98:dc4:8::226]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 22490C1CBB; Wed, 23 Feb 2022 07:49:55 -0800 (PST) Received: (Authenticated sender: miquel.raynal@bootlin.com) by mail.gandi.net (Postfix) with ESMTPSA id DF076C000B; Wed, 23 Feb 2022 15:49:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=gm1; t=1645631394; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=FRTVVuH7ZkeBO5mQFM5u2bcgAhdzZ/tnO0lfsxfyy+U=; b=h8Qtprw2QHzbk3NUuG8hH8iZh7gRIyaiDuJZhrMY7C1mYqYvGq2r/kpoZKPXzQm8wdN1e7 wfZot8j62Cw3VjLlOVuvi3w3UFUfcixDpeCuM2Q2TvxUuWjoWhfGb6crobuKRU+UTfQ9gl bDGJPi/Ht5O2in2JdsdBpBPoR83WXhPqZjVBIsjAIz2r01HfT1m5qwn6pWSEUaRZZn5u3f cQIO3crbh/yLgQWrJxNHMzkFQolBLGn6uM2I530aNnYYMx5eh7cI7xVA+5W7bYNujcx69a f5VWIbI3tlcHiGWJ1g68Pul2DA7rOIPWMd82quAg5zlJHSBubO/0HLqOcDRbLQ== Date: Wed, 23 Feb 2022 16:49:50 +0100 From: Miquel Raynal To: Geert Uytterhoeven Cc: Vinod Koul , Andy Shevchenko , dmaengine , Rob Herring , "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" , Linux-Renesas , Magnus Damm , Gareth Williams , Phil Edworthy , Stephen Boyd , Michael Turquette , linux-clk , Thomas Petazzoni , Milan Stevanovic , Jimmy Lalande , Pascal Eberhard Subject: Re: [PATCH v2 2/8] dt-bindings: dma: Introduce RZN1 DMA compatible Message-ID: <20220223164950.18de06a8@xps13> In-Reply-To: References: <20220222103437.194779-1-miquel.raynal@bootlin.com> <20220222103437.194779-3-miquel.raynal@bootlin.com> Organization: Bootlin X-Mailer: Claws Mail 3.17.7 (GTK+ 2.24.32; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: dmaengine@vger.kernel.org Hi Geert, geert@linux-m68k.org wrote on Wed, 23 Feb 2022 13:21:47 +0100: > On Tue, Feb 22, 2022 at 11:35 AM 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. > > > > Signed-off-by: Miquel Raynal =20 >=20 > > +++ b/Documentation/devicetree/bindings/dma/snps,dma-spear1340.yaml =20 >=20 > Perhaps you want to add the power-domains property? > The RZ/N1 clock driver is also a clock-domain provider. I haven't looked at the power domains yet, but I don't plan to invest time on it right now. Unless I don't understand your request, and you are telling me that someone else added the description and we should now point to the right domain from each new node? > Apart from that: > Reviewed-by: Geert Uytterhoeven Thanks! Miqu=C3=A8l