[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <miemx3dszewxyu33ymwbrdmyjxa7emay4z3wst6fgbsk6kdpn5@aa434epgrszf>
Date: Thu, 1 May 2025 06:38:20 +0800
From: Inochi Amaoto <inochiama@...il.com>
To: Alexander Sverdlin <alexander.sverdlin@...il.com>,
Inochi Amaoto <inochiama@...il.com>
Cc: linux-clk@...r.kernel.org, devicetree@...r.kernel.org,
sophgo@...ts.linux.dev, linux-kernel@...r.kernel.org, linux-riscv@...ts.infradead.org
Subject: Re: [PATCH 2/3] clk: sophgo: Add support for newly added precise
compatible
On Wed, Apr 30, 2025 at 05:39:52PM +0200, Alexander Sverdlin wrote:
> Hi Inochi!
>
> On Wed, 2025-04-30 at 10:09 +0800, Inochi Amaoto wrote:
> > Add of device id definition for newly added precise compatible.
> >
> > Signed-off-by: Inochi Amaoto <inochiama@...il.com>
> > ---
> > drivers/clk/sophgo/clk-cv1800.c | 3 +++
> > 1 file changed, 3 insertions(+)
> >
> > diff --git a/drivers/clk/sophgo/clk-cv1800.c b/drivers/clk/sophgo/clk-cv1800.c
> > index e0c4dc347579..e10221df6385 100644
> > --- a/drivers/clk/sophgo/clk-cv1800.c
> > +++ b/drivers/clk/sophgo/clk-cv1800.c
> > @@ -1519,8 +1519,11 @@ static int cv1800_clk_probe(struct platform_device *pdev)
> >
> > static const struct of_device_id cv1800_clk_ids[] = {
> > { .compatible = "sophgo,cv1800-clk", .data = &cv1800_desc },
> > + { .compatible = "sophgo,cv1800b-clk", .data = &cv1800_desc },
> > { .compatible = "sophgo,cv1810-clk", .data = &cv1810_desc },
> > + { .compatible = "sophgo,cv1812h-clk", .data = &cv1800_desc },
> ^
> Should it have been "cv1810_desc" instead?
>
Yeah, this is a mistake. I will fix it.
> > { .compatible = "sophgo,sg2000-clk", .data = &sg2000_desc },
> > + { .compatible = "sophgo,sg2002-clk", .data = &sg2000_desc },
> > { }
> > };
> > MODULE_DEVICE_TABLE(of, cv1800_clk_ids);
>
> --
> Alexander Sverdlin.
Powered by blists - more mailing lists