From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 5016C21127E; Mon, 31 Mar 2025 14:23:08 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1743430989; cv=none; b=AU+gG9sxJkswvVkBrxSy8GLdPBQEdUXUym51KVFwrS/j1a8daJzXAJO4xg6CorYF6p19mtg4rIbuZJYpbxzqv1OZZRS6Spqwazzq2oWmFOzafN+2bit+TIPBS4/2U6kzohwIn0ivp5yrW99lV1HHwzFWCeq2tmrDcpuKFw+2it4= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1743430989; c=relaxed/simple; bh=09cF1DDuW9O5QO9g7DxuD6Lrf2Qs3ubzxujS8A/3Rho=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=CMupXp5h89gOYZO1Q8PyhvZ0ImFCINu+mBKfP3mTKf4QztpmkJ/lV9D2M1Q3Y5mzzrUuF29OifqSRkqpl9LO5Aol07YX1XCzKySj6hs5jAuGhupV/wXx6bmV8+K2692zcC7CEKBop5m9bqlX1lnTx0IRNUnEcGyFLB1fDDBL8uQ= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=dcEBVVtr; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="dcEBVVtr" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 8E376C4CEE3; Mon, 31 Mar 2025 14:23:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1743430988; bh=09cF1DDuW9O5QO9g7DxuD6Lrf2Qs3ubzxujS8A/3Rho=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=dcEBVVtrXNVyIuBDQsTheOM4Xd3dziRMcK5I8XsO2poo+r1C5pIvRN8yUdTU+DxDe WVcGhg6IHdrACDrXUvFb27qiwe8x95oLJuehpxDjI/cON8U5vjGARPLBzeDEWuHK1m +F/xyMnBAacXdH5yRg16xoxLmcEGY2AVTCDywYiIqBl0xG9ukDzylYdeslWFCOcnvC NAgluqK9YH9X6C3JCz4NI5r85CjJPnvFdnLsaVcWj8PDAoKQ3i1rHJ6grKSfDd9j8/ TAxa5EIMtAejT+R1Cg9yHZdCRP81v2rX+44JA27zaC6miRvybCWThk5UO6TrLIT0wA Ldd++XibU6H2A== Date: Mon, 31 Mar 2025 09:23:07 -0500 From: "Rob Herring (Arm)" To: Prabhakar Cc: Michael Turquette , Catalin Marinas , linux-arm-kernel@lists.infradead.org, linux-mmc@vger.kernel.org, Wolfram Sang , Stephen Boyd , linux-serial@vger.kernel.org, Fabrizio Castro , Magnus Damm , Linus Walleij , Lad Prabhakar , linux-renesas-soc@vger.kernel.org, linux-gpio@vger.kernel.org, Krzysztof Kozlowski , linux-clk@vger.kernel.org, devicetree@vger.kernel.org, Biju Das , Greg Kroah-Hartman , Geert Uytterhoeven , Jiri Slaby , Ulf Hansson , Conor Dooley , linux-kernel@vger.kernel.org, Will Deacon Subject: Re: [PATCH 08/15] dt-bindings: clock: renesas: Document RZ/V2N SoC CPG Message-ID: <174343098722.2720962.4671608983688904024.robh@kernel.org> References: <20250326143945.82142-1-prabhakar.mahadev-lad.rj@bp.renesas.com> <20250326143945.82142-9-prabhakar.mahadev-lad.rj@bp.renesas.com> Precedence: bulk X-Mailing-List: linux-mmc@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20250326143945.82142-9-prabhakar.mahadev-lad.rj@bp.renesas.com> On Wed, 26 Mar 2025 14:39:38 +0000, Prabhakar wrote: > From: Lad Prabhakar > > Document the device tree bindings for the Renesas RZ/V2N (R9A09G056) > SoC Clock Pulse Generator (CPG). > > Update `renesas,rzv2h-cpg.yaml` to include the compatible string for > RZ/V2N SoC and adjust the title and description accordingly. > > Additionally, introduce `renesas,r9a09g056-cpg.h` to define core clock > constants for the RZ/V2N SoC. Note the existing RZ/V2H(P) family-specific > clock driver will be reused for this SoC. > > Signed-off-by: Lad Prabhakar > --- > .../bindings/clock/renesas,rzv2h-cpg.yaml | 5 ++-- > .../dt-bindings/clock/renesas,r9a09g056-cpg.h | 24 +++++++++++++++++++ > 2 files changed, 27 insertions(+), 2 deletions(-) > create mode 100644 include/dt-bindings/clock/renesas,r9a09g056-cpg.h > Acked-by: Rob Herring (Arm)