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 B8CD1C4332F for ; Tue, 15 Mar 2022 22:27:49 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238650AbiCOW3A (ORCPT ); Tue, 15 Mar 2022 18:29:00 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42040 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235864AbiCOW27 (ORCPT ); Tue, 15 Mar 2022 18:28:59 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id F08E531205; Tue, 15 Mar 2022 15:27:45 -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 ams.source.kernel.org (Postfix) with ESMTPS id A2FD4B81906; Tue, 15 Mar 2022 22:27:44 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 4812FC340E8; Tue, 15 Mar 2022 22:27:43 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1647383263; bh=CCHXKaV6VaJlX68acVE6TzhowGRMZ8DAhLZPZnnE5e4=; h=In-Reply-To:References:Subject:From:Cc:To:Date:From; b=bkT8faJ5s4C5maxW+tUl6Ueb0mktcbXMHd6gGeC7E3zp5jnSQd4A8oct/aFChoCUQ cHQzj+IM3p1TSMFUEYEWenKbAQwSXu0FqpSWHCZoszFDD7bBDhQuqTOlVci1I7DKaB Xzp4PSIRM68RfB8OVgnFMJJj+ysIfZXOhuqCTkk+Vcyt3XTjnfumrGtWf6EDhEDdDC sL89jtxc7RCiBm9ISZsN4saKSKPct5Uh9XxEJU69HKNG+2UHyrGa8u7Q6AnfO6yi3M gDKaEaxStTZXYnbK+CXCWKFuuB98Bg/Kd3OdtMcWjZyvicIp4i7lLLD+L5hgMw8HKd 3TDQGWvLlthvQ== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable In-Reply-To: <20220315191255.221473-3-miquel.raynal@bootlin.com> References: <20220315191255.221473-1-miquel.raynal@bootlin.com> <20220315191255.221473-3-miquel.raynal@bootlin.com> Subject: Re: [PATCH v5 2/8] dt-bindings: clock: r9a06g032-sysctrl: Reference the DMAMUX subnode From: Stephen Boyd Cc: Milan Stevanovic , Jimmy Lalande , Pascal Eberhard , Thomas Petazzoni , Herve Codina , Clement Leger , Andy Shevchenko , Viresh Kumar , Miquel Raynal , Rob Herring To: Gareth Williams , Geert Uytterhoeven , Magnus Damm , Michael Turquette , Miquel Raynal , Phil Edworthy , Vinod Koul , dmaengine@vger.kernel.org, linux-clk@vger.kernel.org, linux-renesas-soc@vger.kernel.org Date: Tue, 15 Mar 2022 15:27:41 -0700 User-Agent: alot/0.10 Message-Id: <20220315222743.4812FC340E8@smtp.kernel.org> Precedence: bulk List-ID: X-Mailing-List: linux-clk@vger.kernel.org Quoting Miquel Raynal (2022-03-15 12:12:49) > 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. >=20 > Signed-off-by: Miquel Raynal > Reviewed-by: Rob Herring > --- Acked-by: Stephen Boyd