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 0AB96CD98D8 for ; Sat, 13 Jun 2026 15:27:32 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:Content-Transfer-Encoding: MIME-Version:References:In-Reply-To:Message-ID:Date:Subject:Cc:To:From: Reply-To:Content-Type:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=Qfmrng3DnbktvIrJiPEUp9aJsdV4m0j1H0W5+7lcKh4=; b=E721tuzyGsnsy6rXpB28B27i8I TDKofybL4e6p+WSNBn+CIADPA5/EfmvChh0oDNYEXgBUhk6Q+Eig6YMOHs1n8JHuQ7sXZVWZ9Nh+M nlzWlkuUoEQCHXTqwozP0qcXPZGyTx/FCvz9/v2RXY0eQDkDp8lD/ra8enBa8vQA1TKCBmIJaJcwD snz+qYjywXGU/a2BXP1QF2aEjWLMb4K0T5DKnITLp2QVlGMzWUjOHsYsfRmo5xGKV9dqAJG769wAE hStzKvrLtqqLtyepSaZqJNb29R013BJbcM1lT2/szMyFxZ/OyPbGGI0xgGLAo58Dw4sJoVFx4A0mB 5dMvDABA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.99.1 #2 (Red Hat Linux)) id 1wYQGa-0000000CNy7-3eNk; Sat, 13 Jun 2026 15:27:24 +0000 Received: from leonov.paulk.fr ([185.233.101.22]) by bombadil.infradead.org with esmtps (Exim 4.99.1 #2 (Red Hat Linux)) id 1wYQGY-0000000CNxF-0MkE for linux-arm-kernel@lists.infradead.org; Sat, 13 Jun 2026 15:27:23 +0000 Received: from laika.paulk.fr (12.234.24.109.rev.sfr.net [109.24.234.12]) by leonov.paulk.fr (Postfix) with ESMTPS id 678A537002F0 for ; Sat, 13 Jun 2026 15:27:15 +0000 (UTC) Received: by laika.paulk.fr (Postfix, from userid 65534) id 6CBF0B45524; Sat, 13 Jun 2026 15:27:10 +0000 (UTC) Received: from collins (unknown [192.168.1.64]) by laika.paulk.fr (Postfix) with ESMTP id 1C25BB4551C; Sat, 13 Jun 2026 15:26:58 +0000 (UTC) From: Paul Kocialkowski To: linux-media@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-sunxi@lists.linux.dev, linux-kernel@vger.kernel.org Cc: Yong Deng , Paul Kocialkowski , Mauro Carvalho Chehab , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Chen-Yu Tsai , Jernej Skrabec , Samuel Holland , Michael Turquette , Stephen Boyd , Brian Masney , Maxime Ripard Subject: [PATCH v10 2/6] clk: sunxi-ng: v3s: Remove exported clock definitions Date: Sat, 13 Jun 2026 17:26:51 +0200 Message-ID: <20260613152655.212490-3-paulk@sys-base.io> X-Mailer: git-send-email 2.54.0 In-Reply-To: <20260613152655.212490-1-paulk@sys-base.io> References: <20260613152655.212490-1-paulk@sys-base.io> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.9.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20260613_082722_302209_06BDA786 X-CRM114-Status: GOOD ( 11.34 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org V3s MBUS and DRAM clock definitions are now exported in the dt-bindings header. We can remove the duplicated definitons in the clock driver. Signed-off-by: Paul Kocialkowski --- drivers/clk/sunxi-ng/ccu-sun8i-v3s.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/drivers/clk/sunxi-ng/ccu-sun8i-v3s.h b/drivers/clk/sunxi-ng/ccu-sun8i-v3s.h index 345cdbbab362..c933ef016570 100644 --- a/drivers/clk/sunxi-ng/ccu-sun8i-v3s.h +++ b/drivers/clk/sunxi-ng/ccu-sun8i-v3s.h @@ -39,14 +39,10 @@ /* The first bunch of module clocks are exported */ -#define CLK_DRAM 58 - /* All the DRAM gates are exported */ /* Some more module clocks are exported */ -#define CLK_MBUS 72 - /* And the GPU module clock is exported */ #define CLK_PLL_DDR1 74 -- 2.54.0