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 37FD8C433F5 for ; Wed, 27 Apr 2022 08:49:37 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1358818AbiD0Iwp (ORCPT ); Wed, 27 Apr 2022 04:52:45 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56318 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S240362AbiD0Iwp (ORCPT ); Wed, 27 Apr 2022 04:52:45 -0400 Received: from relay5-d.mail.gandi.net (relay5-d.mail.gandi.net [217.70.183.197]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B3D2619ADB9; Wed, 27 Apr 2022 01:49:31 -0700 (PDT) Received: (Authenticated sender: miquel.raynal@bootlin.com) by mail.gandi.net (Postfix) with ESMTPSA id CA1571C000E; Wed, 27 Apr 2022 08:49:26 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=gm1; t=1651049370; 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=RrKuvPRFGTpXImUQtTwUc5H6AI8mSMbZRABTAhNaqFw=; b=e+I2mTbKdT9VesCwy7NkduOQ4XWUHgZ8Nan02rnmmptW4sTewDOUAuL+ut6g5o8X5AhJ+n oGOEy6wBz7vqPs70U/FSv+0bOmRSKjp/njE0LIoh7o8h3N2t4u0lYjQj4LmBmD6Gp3ZJjZ D38KZgctkoa/mJUj3Dc9jc8IBQwOG1ZY8ZRyMY3DMzJFG6L7e8IN1ognYZhKwQ/OShOxlq DF9shRzIw1JrA0RJSq4ybQv64ngYIh5EYpRf8zzyk1EZnFkjWjopcLq6LoWMPCcGpj6mHs StI4eYC96SHUMYr0LRDVYL9+I7KwzYdLTF3m7LW81kDsxGOPfT7qCwDmbsNQag== Date: Wed, 27 Apr 2022 10:49:25 +0200 From: Miquel Raynal To: Geert Uytterhoeven Cc: Magnus Damm , Gareth Williams , Phil Edworthy , Vinod Koul , Linux-Renesas , dmaengine , Milan Stevanovic , Jimmy Lalande , Pascal Eberhard , Thomas Petazzoni , Herve Codina , Clement Leger , Stephen Boyd , Michael Turquette , linux-clk , Viresh Kumar , Andy Shevchenko , Ilpo Jarvinen , Rob Herring , "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" Subject: Re: [PATCH v11 2/9] dt-bindings: clock: r9a06g032-sysctrl: Reference the DMAMUX subnode Message-ID: <20220427104925.44c143f7@xps13> In-Reply-To: References: <20220421085112.78858-1-miquel.raynal@bootlin.com> <20220421085112.78858-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 Mon, 25 Apr 2022 18:08:19 +0200: > On Thu, Apr 21, 2022 at 10:51 AM Miquel Raynal > wrote: > > This system controller contains several registers that have nothing to > > do with the clock handling, like the DMA mux register. Describe this > > part of the system controller as a subnode. > > > > Signed-off-by: Miquel Raynal > > Reviewed-by: Rob Herring > > Acked-by: Stephen Boyd =20 >=20 > Reviewed-by: Geert Uytterhoeven Thanks for all the feedback received so far! > > --- a/Documentation/devicetree/bindings/clock/renesas,r9a06g032-sysctrl= .yaml > > +++ b/Documentation/devicetree/bindings/clock/renesas,r9a06g032-sysctrl= .yaml > > @@ -39,6 +39,17 @@ properties: > > '#power-domain-cells': > > const: 0 > > > > + '#address-cells': > > + const: 1 > > + > > + '#size-cells': > > + const: 1 > > + > > +patternProperties: > > + "^dma-router@[a-f0-9]+$": =20 >=20 > For now this must be @a0, right? Yes! Cheers, Miqu=C3=A8l