[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAGb2v66h1k9Wm5Xr1NMYsOgV--2oaHrTfyVFmUisdKmsG1HBCw@mail.gmail.com>
Date: Sat, 4 Jan 2025 20:13:54 +0800
From: Chen-Yu Tsai <wens@...e.org>
To: Andre Przywara <andre.przywara@....com>
Cc: Krzysztof Kozlowski <krzk@...nel.org>, Vasily Khoruzhick <anarsoul@...il.com>, Rob Herring <robh@...nel.org>,
Krzysztof Kozlowski <krzk+dt@...nel.org>, Conor Dooley <conor+dt@...nel.org>,
Jernej Skrabec <jernej.skrabec@...il.com>, Samuel Holland <samuel@...lland.org>,
Michael Turquette <mturquette@...libre.com>, Stephen Boyd <sboyd@...nel.org>,
Maxime Ripard <mripard@...nel.org>, Roman Beranek <me@...y.cz>, devicetree@...r.kernel.org,
linux-arm-kernel@...ts.infradead.org, linux-sunxi@...ts.linux.dev,
linux-kernel@...r.kernel.org, linux-clk@...r.kernel.org,
Dragan Simic <dsimic@...jaro.org>, Frank Oltmanns <frank@...manns.dev>,
Stuart Gathman <stuart@...hman.org>
Subject: Re: [PATCH v2 1/4] dt-bindings: clock: sunxi: Export PLL_VIDEO_2X and PLL_MIPI
On Sat, Jan 4, 2025 at 8:04 PM Andre Przywara <andre.przywara@....com> wrote:
>
> On Sat, 4 Jan 2025 11:33:23 +0100
> Krzysztof Kozlowski <krzk@...nel.org> wrote:
>
> > On 04/01/2025 11:23, Chen-Yu Tsai wrote:
> > > On Sat, Jan 4, 2025 at 3:40 PM Vasily Khoruzhick <anarsoul@...il.com> wrote:
> > >>
> > >> Export PLL_VIDEO_2X and PLL_MIPI, these will be used to explicitly
> > >> select TCON0 clock parent in dts
> > >>
> > >> Fixes: ca1170b69968 ("clk: sunxi-ng: a64: force select PLL_MIPI in TCON0 mux")
> > >> Reviewed-by: Dragan Simic <dsimic@...jaro.org>
> > >> Reviewed-by: Chen-Yu Tsai <wens@...e.org>
> > >> Tested-by: Frank Oltmanns <frank@...manns.dev> # on PinePhone
> > >> Tested-by: Stuart Gathman <stuart@...hman.org> # on OG Pinebook
> > >> Signed-off-by: Vasily Khoruzhick <anarsoul@...il.com>
> > >> ---
> > >> include/dt-bindings/clock/sun50i-a64-ccu.h | 2 ++
> > >> 1 file changed, 2 insertions(+)
> > >>
> > >> diff --git a/include/dt-bindings/clock/sun50i-a64-ccu.h b/include/dt-bindings/clock/sun50i-a64-ccu.h
> > >> index 175892189e9d..4f220ea7a23c 100644
> > >> --- a/include/dt-bindings/clock/sun50i-a64-ccu.h
> > >> +++ b/include/dt-bindings/clock/sun50i-a64-ccu.h
> > >> @@ -44,7 +44,9 @@
> > >> #define _DT_BINDINGS_CLK_SUN50I_A64_H_
> > >>
> > >> #define CLK_PLL_VIDEO0 7
> > >> +#define CLK_PLL_VIDEO0_2X 8
> > >> #define CLK_PLL_PERIPH0 11
> > >> +#define CLK_PLL_MIPI 17
> > >
> > > You can't really split code movement into two patches.
> > >
> > > With this patch applied the clk driver will fail to build because
> > > the macros are now redefined in both header files.
> >
> > Are you sure? The values seem the same to me... I don't see how this
> > could fail.
>
> Yes, IIRC the C standard allows repeated definitions with the same
> value. And I definitely tested this before (and hence recommended this
> approach to Vasily) and it compiled without any warnings here.
Hmm. Didn't know that. Good to know, and I just tried it on my end.
Thanks
ChenYu
> Cheers,
> Andre
>
> >
> > >
> > > Barring recombining the patches, please add a patch before this
> > > adding #ifndef's around the two macros that are moved.
> > >
> >
> > No, not necessary, just churn,
> >
> >
> > Best regards,
> > Krzysztof
> >
>
Powered by blists - more mailing lists