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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id D4424C83F22 for ; Sun, 20 Jul 2025 22:31:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=6+0+5DlE3IcsP+Qa5P4BxA61LX/lxRwjYJTTa3T7S4U=; b=afs9/zqCDeq4A3 fCafNsFByKxtb5bLrlySrw0J0mV0cvJjjiT8pR+dM5M6e9d42tytbfID98OCx0J3KMDNKtd1gEhEh 9InD0eq+/rYG2MXWzjRRCv1gW67lnvEcW+naCkV4wvPpnIQr/egUN3PaLkdMHukA1KL+AscLPgWIu 11BfJw7kazudXsIEw1Ecu5Ay+EMOWDc/skVGheZP5WsXeLsVOCGQ/hvtq/+uD+7n7eLleO0CceWVR rcf24GfO6R13nENPvQOR7NoLSDaUaW4mgszkm6bWb3kIJ8L3xKRRpripLVKVgUQV2u3KyxTZiv2sU m42X9EOhSbkjUl0LBgfw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.98.2 #2 (Red Hat Linux)) id 1udcZD-0000000FmZ5-1L2J; Sun, 20 Jul 2025 22:31:35 +0000 Received: from tor.source.kernel.org ([2600:3c04:e001:324:0:1991:8:25]) by bombadil.infradead.org with esmtps (Exim 4.98.2 #2 (Red Hat Linux)) id 1udcZC-0000000FmYu-2ZAt; Sun, 20 Jul 2025 22:31:34 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by tor.source.kernel.org (Postfix) with ESMTP id 0A5BB60051; Sun, 20 Jul 2025 22:31:34 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 90F18C4CEE7; Sun, 20 Jul 2025 22:31:33 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1753050693; bh=50iTg/SAsC7EhohLsSHiAG2N4JR8waxyUPKg3blf/d8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=iIE5+0nREUkQvqWy8homaCWmQE3s2zz3WH1Eb3qCG40Otsm5ZTRc+5AnFpKULX9+e osNJPXQPubkkRHKCnZgbuIokYe8dDlP1T+oxRrM2z7zgNEesM/U8vbzfEGmJNDNuyc wlhomREK1io+vaSYHWf3CXnB0uCF27zLVZybUeINF2/2nQWiozYDKuiIyHw2KpueHg SzacHO6cfAAmRofkLE/kQ4HxeI9LMTBD356TeKYA0QxQG2+bFRhsjOGt9kCPUO5Fg5 gr2Amws4KLywEFZGTpzV2agGaspvIJ/0euQ5arTjjSH7q8vPuVt0QYOmbVf6g6KtNq ticKY/n0+zv5A== Date: Sun, 20 Jul 2025 17:31:32 -0500 From: "Rob Herring (Arm)" To: Chuan Liu Cc: linux-clk@vger.kernel.org, Michael Turquette , linux-kernel@vger.kernel.org, Neil Armstrong , Jerome Brunet , Conor Dooley , Stephen Boyd , Krzysztof Kozlowski , Martin Blumenstingl , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-amlogic@lists.infradead.org, Kevin Hilman Subject: Re: [PATCH 1/2] dt-bindings: clock: add video clock indices for Amlogic S4 SoC Message-ID: <175305069251.2909158.8930383532423770218.robh@kernel.org> References: <20250715-add_video_clk-v1-0-40e7f633f361@amlogic.com> <20250715-add_video_clk-v1-1-40e7f633f361@amlogic.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20250715-add_video_clk-v1-1-40e7f633f361@amlogic.com> X-BeenThere: linux-amlogic@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-amlogic" Errors-To: linux-amlogic-bounces+linux-amlogic=archiver.kernel.org@lists.infradead.org On Tue, 15 Jul 2025 20:51:38 +0800, Chuan Liu wrote: > Add indices for video encoder, demodulator and CVBS clocks. > > Signed-off-by: Chuan Liu > --- > include/dt-bindings/clock/amlogic,s4-peripherals-clkc.h | 14 ++++++++++++++ > 1 file changed, 14 insertions(+) > Acked-by: Rob Herring (Arm) _______________________________________________ linux-amlogic mailing list linux-amlogic@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-amlogic