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 1CE14C19776 for ; Fri, 28 Feb 2025 13:52:51 +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: Content-Type:MIME-Version:References:In-Reply-To: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=bcAp+xuTSUrmrtCGqLsAQk2re32jxV7Wj/FsE+cZSzE=; b=zp96SwpoFD2JtXzT27IToZqH6v efhuuxY/zUUtZZW/EqadCfJzB2THO6FsKUX4ichlohn2slF1+yZI5vrBbfwmrwPhtniCOmNAsmErz EeAUCq+v/l702fYjN5MP5mSWCLuOjeVyMtJIriACqbyZ2sITWkmWG0kvJz7hcy99aKC1rhCCAPgpN cGXxBi5q6+S7NhmsK8EAEzA4DwBsLH5SXPM2spB72tmvlwPx/wOGPtaW2ZFSnv96wQZocWhisUWsF P//klAXpo4I8opEwnxexSaGhp0qaQbgtTOq2+38A+OtrnICIV46sTc+mJ7hDfWwKH/VtCgwGoS4Ky 7fIRSW8Q==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.98 #2 (Red Hat Linux)) id 1to0nB-0000000B8dP-1OhZ; Fri, 28 Feb 2025 13:52:41 +0000 Received: from foss.arm.com ([217.140.110.172]) by bombadil.infradead.org with esmtp (Exim 4.98 #2 (Red Hat Linux)) id 1to0lb-0000000B8Ry-3H53 for linux-arm-kernel@lists.infradead.org; Fri, 28 Feb 2025 13:51:05 +0000 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 5DABB1515; Fri, 28 Feb 2025 05:51:18 -0800 (PST) Received: from donnerap.manchester.arm.com (usa-sjc-imap-foss1.foss.arm.com [10.121.207.14]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 107F03F6A8; Fri, 28 Feb 2025 05:51:00 -0800 (PST) Date: Fri, 28 Feb 2025 13:50:58 +0000 From: Andre Przywara To: Jernej =?UTF-8?B?xaBrcmFiZWM=?= Cc: Michael Turquette , Stephen Boyd , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Chen-Yu Tsai , Samuel Holland , Philipp Zabel , linux-clk@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-sunxi@lists.linux.dev, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2 11/15] clk: sunxi-ng: a523: remaining mod clocks Message-ID: <20250228135058.47f03a66@donnerap.manchester.arm.com> In-Reply-To: <47026132.fMDQidcC6G@jernej-laptop> References: <20250214125359.5204-1-andre.przywara@arm.com> <20250214125359.5204-12-andre.przywara@arm.com> <47026132.fMDQidcC6G@jernej-laptop> Organization: ARM X-Mailer: Claws Mail 3.18.0 (GTK+ 2.24.32; aarch64-unknown-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20250228_055103_914572_2DE155F5 X-CRM114-Status: GOOD ( 24.53 ) 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 On Tue, 18 Feb 2025 20:55:34 +0100 Jernej =C5=A0krabec wrote: Hi, > Dne petek, 14. februar 2025 ob 13:53:55 Srednjeevropski standardni =C4=8D= as je Andre Przywara napisal(a): > > Add the remaining mod clocks, driving various parts of the SoC: the "LE= DC" > > LED controller, the "CSI" camera interface, the "ISP" image processor, > > the DSP clock, and the "fanout" clocks, which allow to put clock signals > > on external pins. > >=20 > > Signed-off-by: Andre Przywara > > --- > > drivers/clk/sunxi-ng/ccu-sun55i-a523.c | 190 +++++++++++++++++++++++++ > > 1 file changed, 190 insertions(+) > >=20 > > diff --git a/drivers/clk/sunxi-ng/ccu-sun55i-a523.c b/drivers/clk/sunxi= -ng/ccu-sun55i-a523.c > > index 59cc31f89ae77..6a4340f1fd041 100644 > > --- a/drivers/clk/sunxi-ng/ccu-sun55i-a523.c > > +++ b/drivers/clk/sunxi-ng/ccu-sun55i-a523.c > > @@ -354,6 +354,7 @@ static SUNXI_CCU_M_DATA_WITH_MUX(apb0_clk, "apb0", = ahb_apb0_parents, 0x520, > > 0, 5, /* M */ > > 24, 2, /* mux */ > > 0); > > +static const struct clk_hw *apb0_hws[] =3D { &apb0_clk.common.hw }; > > =20 > > static const struct clk_parent_data apb1_parents[] =3D { > > { .fw_name =3D "hosc" }, > > @@ -832,6 +833,153 @@ static SUNXI_CCU_M_HW_WITH_MUX_GATE(edp_clk, "edp= ", edp_parents, 0xbb0, > > BIT(31), /* gate */ > > 0); > > =20 > > +static SUNXI_CCU_M_DATA_WITH_MUX_GATE(ledc_clk, "ledc", ir_tx_ledc_par= ents, > > + 0xbf0, > > + 0, 4, /* M */ > > + 24, 1, /* mux */ > > + BIT(31), /* gate */ > > + 0); > > + > > +static const struct clk_hw *csi_top_parents[] =3D { > > + &pll_periph0_300M_clk.hw, > > + &pll_periph0_400M_clk.hw, > > + &pll_periph0_480M_clk.common.hw, > > + &pll_video3_4x_clk.common.hw, > > + &pll_video3_3x_clk.hw, > > +}; > > +static SUNXI_CCU_M_HW_WITH_MUX_GATE(csi_top_clk, "csi-top", csi_top_pa= rents, > > + 0xc04, > > + 0, 5, /* M */ > > + 24, 3, /* mux */ > > + BIT(31), /* gate */ > > + 0); > > + > > +static const struct clk_parent_data csi_mclk_parents[] =3D { > > + { .fw_name =3D "hosc" }, > > + { .hw =3D &pll_video3_4x_clk.common.hw }, > > + { .hw =3D &pll_video0_4x_clk.common.hw }, > > + { .hw =3D &pll_video1_4x_clk.common.hw }, > > + { .hw =3D &pll_video2_4x_clk.common.hw }, > > +}; > > +static SUNXI_CCU_MP_DATA_WITH_MUX_GATE(csi_mclk0_clk, "csi-mclk0", > > + csi_mclk_parents, 0xc08, > > + 0, 5, /* M */ > > + 8, 5, /* P */ > > + 24, 3, /* mux */ > > + BIT(31), /* gate */ > > + 0); =20 >=20 > Missing dual div flag for csi-mclk clocks. Nice one, another case for the new macro ... > > + > > +static SUNXI_CCU_MP_DATA_WITH_MUX_GATE(csi_mclk1_clk, "csi-mclk1", > > + csi_mclk_parents, 0xc0c, > > + 0, 5, /* M */ > > + 8, 5, /* P */ > > + 24, 3, /* mux */ > > + BIT(31), /* gate */ > > + 0); > > + > > +static SUNXI_CCU_MP_DATA_WITH_MUX_GATE(csi_mclk2_clk, "csi-mclk2", > > + csi_mclk_parents, 0xc10, > > + 0, 5, /* M */ > > + 8, 5, /* P */ > > + 24, 3, /* mux */ > > + BIT(31), /* gate */ > > + 0); > > + > > +static SUNXI_CCU_MP_DATA_WITH_MUX_GATE(csi_mclk3_clk, "csi-mclk3", > > + csi_mclk_parents, 0xc14, > > + 0, 5, /* M */ > > + 8, 5, /* P */ > > + 24, 3, /* mux */ > > + BIT(31), /* gate */ > > + 0); > > + > > +static const struct clk_hw *isp_parents[] =3D { > > + &pll_periph0_300M_clk.hw, > > + &pll_periph0_400M_clk.hw, > > + &pll_video2_4x_clk.common.hw, > > + &pll_video3_4x_clk.common.hw, > > +}; > > +static SUNXI_CCU_M_HW_WITH_MUX_GATE(isp_clk, "isp", isp_parents, 0xc20, > > + 0, 5, /* M */ > > + 24, 3, /* mux */ > > + BIT(31), /* gate */ > > + 0); > > + > > +static const struct clk_parent_data dsp_parents[] =3D { > > + { .fw_name =3D "hosc" }, > > + { .fw_name =3D "losc" }, > > + { .fw_name =3D "iosc" }, > > + { .hw =3D &pll_periph0_2x_clk.common.hw }, > > + { .hw =3D &pll_periph0_400M_clk.hw, }, =20 >=20 > Last one should be pll_periph0_480M_clk. Right, spotting the difference between an 8 and a 0 earns you some extra points! Fixed. >=20 > > +}; > > +static SUNXI_CCU_M_DATA_WITH_MUX_GATE(dsp_clk, "dsp", dsp_parents, 0xc= 70, > > + 0, 5, /* M */ > > + 24, 3, /* mux */ > > + BIT(31), /* gate */ > > + 0); > > + > > +static SUNXI_CCU_GATE_DATA(fanout_24M_clk, "fanout-24M", osc24M, > > + 0xf30, BIT(0), 0); > > +static SUNXI_CCU_GATE_DATA_WITH_PREDIV(fanout_12M_clk, "fanout-12M", o= sc24M, > > + 0xf30, BIT(1), 2, 0); > > +static SUNXI_CCU_GATE_HWS_WITH_PREDIV(fanout_16M_clk, "fanout-16M", > > + pll_periph0_480M_hws, > > + 0xf30, BIT(2), 30, 0); > > +static SUNXI_CCU_GATE_HWS_WITH_PREDIV(fanout_25M_clk, "fanout-25M", > > + pll_periph0_2x_hws, > > + 0xf30, BIT(3), 48, 0); > > +static SUNXI_CCU_GATE_HWS_WITH_PREDIV(fanout_50M_clk, "fanout-50M", > > + pll_periph0_2x_hws, > > + 0xf30, BIT(4), 24, 0); > > + > > +/* These clocks have a second divider that is not modelled and forced = to 0. */ =20 >=20 > Any specific reason for that? Laziness? Being annoyed about Allwinner doing those random changes without good reason? I sighed audibly, then added a new macro that uses the dual divider feature. This allows us to get rid of the initialisation of those registers below. Thanks for poking into this ;-) Cheers, Andre > Best regards, > Jernej >=20 > > +#define SUN55I_A523_FANOUT_27M_REG 0xf34 > > +static const struct clk_hw *fanout_27M_parents[] =3D { > > + &pll_video0_4x_clk.common.hw, > > + &pll_video1_4x_clk.common.hw, > > + &pll_video2_4x_clk.common.hw, > > + &pll_video3_4x_clk.common.hw, > > +}; > > +static SUNXI_CCU_M_HW_WITH_MUX_GATE(fanout_27M_clk, "fanout-27M", > > + fanout_27M_parents, 0xf34, > > + 0, 5, /* M */ > > + 24, 2, /* mux */ > > + BIT(31), /* gate */ > > + 0); > > + > > +#define SUN55I_A523_FANOUT_PCLK_REG 0xf38 > > +static SUNXI_CCU_M_HWS_WITH_GATE(fanout_pclk_clk, "fanout-pclk", apb0_= hws, > > + 0xf38, > > + 0, 5, /* M */ > > + BIT(31), /* gate */ > > + 0); > > + > > +static const struct clk_parent_data fanout_parents[] =3D { > > + { .fw_name =3D "osc32k-out" }, > > + { .hw =3D &fanout_12M_clk.common.hw, }, > > + { .hw =3D &fanout_16M_clk.common.hw, }, > > + { .hw =3D &fanout_24M_clk.common.hw, }, > > + { .hw =3D &fanout_25M_clk.common.hw, }, > > + { .hw =3D &fanout_27M_clk.common.hw, }, > > + { .hw =3D &fanout_pclk_clk.common.hw, }, > > + { .hw =3D &fanout_50M_clk.common.hw, }, > > +}; > > +static SUNXI_CCU_MUX_DATA_WITH_GATE(fanout0_clk, "fanout0", fanout_par= ents, > > + 0xf3c, > > + 0, 3, /* mux */ > > + BIT(21), /* gate */ > > + 0); > > +static SUNXI_CCU_MUX_DATA_WITH_GATE(fanout1_clk, "fanout1", fanout_par= ents, > > + 0xf3c, > > + 3, 3, /* mux */ > > + BIT(22), /* gate */ > > + 0); > > +static SUNXI_CCU_MUX_DATA_WITH_GATE(fanout2_clk, "fanout2", fanout_par= ents, > > + 0xf3c, > > + 6, 3, /* mux */ > > + BIT(23), /* gate */ > > + 0); > > + > > /* > > * Contains all clocks that are controlled by a hardware register. They > > * have a (sunxi) .common member, which needs to be initialised by the= common > > @@ -904,6 +1052,23 @@ static struct ccu_common *sun55i_a523_ccu_clks[] = =3D { > > &tcon_tv0_clk.common, > > &tcon_tv1_clk.common, > > &edp_clk.common, > > + &ledc_clk.common, > > + &csi_top_clk.common, > > + &csi_mclk0_clk.common, > > + &csi_mclk1_clk.common, > > + &csi_mclk2_clk.common, > > + &csi_mclk3_clk.common, > > + &isp_clk.common, > > + &dsp_clk.common, > > + &fanout_24M_clk.common, > > + &fanout_12M_clk.common, > > + &fanout_16M_clk.common, > > + &fanout_25M_clk.common, > > + &fanout_27M_clk.common, > > + &fanout_pclk_clk.common, > > + &fanout0_clk.common, > > + &fanout1_clk.common, > > + &fanout2_clk.common, > > }; > > =20 > > static struct clk_hw_onecell_data sun55i_a523_hw_clks =3D { > > @@ -997,6 +1162,23 @@ static struct clk_hw_onecell_data sun55i_a523_hw_= clks =3D { > > [CLK_TCON_TV0] =3D &tcon_tv0_clk.common.hw, > > [CLK_TCON_TV1] =3D &tcon_tv1_clk.common.hw, > > [CLK_EDP] =3D &edp_clk.common.hw, > > + [CLK_LEDC] =3D &ledc_clk.common.hw, > > + [CLK_CSI_TOP] =3D &csi_top_clk.common.hw, > > + [CLK_CSI_MCLK0] =3D &csi_mclk0_clk.common.hw, > > + [CLK_CSI_MCLK1] =3D &csi_mclk1_clk.common.hw, > > + [CLK_CSI_MCLK2] =3D &csi_mclk2_clk.common.hw, > > + [CLK_CSI_MCLK3] =3D &csi_mclk3_clk.common.hw, > > + [CLK_ISP] =3D &isp_clk.common.hw, > > + [CLK_DSP] =3D &dsp_clk.common.hw, > > + [CLK_FANOUT_24M] =3D &fanout_24M_clk.common.hw, > > + [CLK_FANOUT_12M] =3D &fanout_12M_clk.common.hw, > > + [CLK_FANOUT_16M] =3D &fanout_16M_clk.common.hw, > > + [CLK_FANOUT_25M] =3D &fanout_25M_clk.common.hw, > > + [CLK_FANOUT_27M] =3D &fanout_27M_clk.common.hw, > > + [CLK_FANOUT_PCLK] =3D &fanout_pclk_clk.common.hw, > > + [CLK_FANOUT0] =3D &fanout0_clk.common.hw, > > + [CLK_FANOUT1] =3D &fanout1_clk.common.hw, > > + [CLK_FANOUT2] =3D &fanout2_clk.common.hw, > > }, > > }; > > =20 > > @@ -1048,6 +1230,14 @@ static int sun55i_a523_ccu_probe(struct platform= _device *pdev) > > val &=3D ~(BIT(1) | BIT(0)); > > writel(val, reg + SUN55I_A523_PLL_AUDIO0_REG); > > =20 > > + /* Force fanout factors N to 0. */ > > + val =3D readl(reg + SUN55I_A523_FANOUT_27M_REG); > > + val &=3D ~GENMASK(12, 8); > > + writel(val, reg + SUN55I_A523_FANOUT_27M_REG); > > + val =3D readl(reg + SUN55I_A523_FANOUT_PCLK_REG); > > + val &=3D ~GENMASK(9, 5); > > + writel(val, reg + SUN55I_A523_FANOUT_PCLK_REG); > > + > > ret =3D devm_sunxi_ccu_probe(&pdev->dev, reg, &sun55i_a523_ccu_desc); > > if (ret) > > return ret; > > =20 >=20 >=20 >=20 >=20