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 4CFA6386429; Wed, 15 Apr 2026 20:32:23 +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=1776285143; cv=none; b=RXkVsnFfqDfxhXP/dhia97T7KqyvPK5JgCiqAfTtQl2nTNdyPmu3vJjC6HXPR/vTT04rjAVi5jDXlakfwX2cdZ1kwR0yU/COz3u21p3TLYyqY+voyKcVntnIVWnemfgQNZW1//76gkuGHPEN4Lc+oRn0ZCpvPDOeXq7k9b3ia5o= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1776285143; c=relaxed/simple; bh=MHiLBFsHQIV8mvvYE/oH/0iKnPKpnuF1VTyzFvOvIuo=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=LDPSFY+i9wbt48DgYkGG/YJqLxelbIJ9R9bKkwKR94G6Vdga6ecuZvz9S3TCt7AlmR1wOiZs+gX+OLyL6ciYak4Lp3C2cOXBKSYwP+WbYGs5RVkaBjWlT44v/NYVTvE4paTKI+RFM9LRxo6WsbFskDE5sbOmA/ohkPjva+d93l8= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=OhRRQj/3; 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="OhRRQj/3" Received: by smtp.kernel.org (Postfix) with ESMTPSA id AD8C9C19424; Wed, 15 Apr 2026 20:32:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1776285142; bh=MHiLBFsHQIV8mvvYE/oH/0iKnPKpnuF1VTyzFvOvIuo=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=OhRRQj/3LGN04D+e/wBtac8n7L9R1Xjj2Kd6rSPg0QyxTLsMiPFY0Z7fqWCPF+O11 WZ2fxxkidoNn6Cav3OwhBToZehNxso0OCa1wr7t89hn2qKffr8ayPtMWW+WrPn7Bnr o+UfmirkStMbU4APNisqYi3Goefn2fihZRfDqeaF7s7B64g5WU151nJoI1DugIHhya Hz2xAJAfLZUagDPo4aGteVkoQs9ox9ryaIk24TjlJ+1DzheggMK+W7H25xOOuqyCW8 NQzeVQ8/z+9e/6oO9StLky6jid8aCSs4lqDqgzPycPvWzRy5NyXZzpZXfL2QJO9ONC DOBpLbGmn00KA== Date: Wed, 15 Apr 2026 15:32:20 -0500 From: "Rob Herring (Arm)" To: John Madieu Cc: Claudiu Beznea , Mark Brown , Jaroslav Kysela , Krzysztof Kozlowski , Philipp Zabel , Frank Li , Takashi Iwai , Geert Uytterhoeven , Biju Das , linux-renesas-soc@vger.kernel.org, devicetree@vger.kernel.org, Fabrizio Castro , Vinod Koul , linux-sound@vger.kernel.org, Stephen Boyd , Conor Dooley , Thomas Gleixner , Michael Turquette , dmaengine@vger.kernel.org, linux-kernel@vger.kernel.org, Liam Girdwood , linux-clk@vger.kernel.org, John Madieu , Magnus Damm , Lad Prabhakar , Kuninori Morimoto Subject: Re: [PATCH v2 01/24] dt-bindings: clock: renesas: Add audio clock inputs for RZ/V2H family Message-ID: <177628514044.330919.749712456850235739.robh@kernel.org> References: <20260402090524.9137-1-john.madieu.xa@bp.renesas.com> <20260402090524.9137-2-john.madieu.xa@bp.renesas.com> Precedence: bulk X-Mailing-List: devicetree@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: <20260402090524.9137-2-john.madieu.xa@bp.renesas.com> On Thu, 02 Apr 2026 11:05:00 +0200, John Madieu wrote: > RZ/V2H, RZ/V2N, and RZ/G3E support external audio clock inputs > (AUDIO_CLKA, AUDIO_CLKB, AUDIO_CLKC) that can be used by the Audio Clock > Generator (ADG) to derive internal audio clocks. These clocks are optional > and their frequencies are set by the board. > > Update the bindings to allow these optional clocks for all RZ/V2H family > SoCs. > > Signed-off-by: John Madieu > --- > > Changes: > > v2: Remove maxItems as it not needed with items lists. > > .../devicetree/bindings/clock/renesas,rzv2h-cpg.yaml | 8 ++++++++ > 1 file changed, 8 insertions(+) > Acked-by: Rob Herring (Arm)