> -----Original Message-----
> From: Tom Rini <tr...@konsulko.com>
> Sent: Thursday, September 11, 2025 10:49 PM
> To: Yuslaimi, Alif Zakuan <alif.zakuan.yusla...@altera.com>
> Cc: Peng Fan <peng....@nxp.com>; u-boot@lists.denx.de; Lukasz Majewski
> <lu...@denx.de>; Sean Anderson <sean...@gmail.com>; Jaehoon Chung
> <jh80.ch...@samsung.com>; Chee, Tien Fong <tien.fong.c...@altera.com>;
> Simon Glass <s...@chromium.org>; Marek Vasut
> <marek.vasut+rene...@mailbox.org>; Simon Goldschmidt
> <simon.k.r.goldschm...@gmail.com>
> Subject: Re: [PATCH v2 1/3] include: dt-bindings: clk: agilex: Add Agilex 
> clock
> definitions header file
> 
> On Thu, Sep 11, 2025 at 07:17:32AM +0000, Yuslaimi, Alif Zakuan wrote:
> > Hi,
> >
> > > -----Original Message-----
> > > From: Peng Fan <peng....@nxp.com>
> > > Sent: Thursday, September 11, 2025 2:23 PM
> > > To: Yuslaimi, Alif Zakuan <alif.zakuan.yusla...@altera.com>; u-
> > > b...@lists.denx.de
> > > Cc: Tom Rini <tr...@konsulko.com>; Lukasz Majewski <lu...@denx.de>;
> > > Sean Anderson <sean...@gmail.com>; Jaehoon Chung
> > > <jh80.ch...@samsung.com>; Chee, Tien Fong
> > > <tien.fong.c...@altera.com>; Simon Glass <s...@chromium.org>; Marek
> > > Vasut <marek.vasut+rene...@mailbox.org>; Simon Goldschmidt
> > > <simon.k.r.goldschm...@gmail.com>
> > > Subject: RE: [PATCH v2 1/3] include: dt-bindings: clk: agilex: Add
> > > Agilex clock definitions header file
> > >
> > > [CAUTION: This email is from outside your organization. Unless you
> > > trust the sender, do not click on links or open attachments as it
> > > may be a fraudulent email attempting to steal your information
> > > and/or compromise your computer.]
> > >
> > > > Subject: [PATCH v2 1/3] include: dt-bindings: clk: agilex: Add
> > > > Agilex clock definitions header file
> > > > From: Alif Zakuan Yuslaimi <alif.zakuan.yusla...@altera.com>
> > > >
> > > > Introduce header file to define the clock indexes for the Agilex 
> > > > platform.
> > > >
> > > > Signed-off-by: Alif Zakuan Yuslaimi
> > > > <alif.zakuan.yusla...@altera.com>
> > > > ---
> > > >  include/dt-bindings/clock/agilex-clock.h | 71
> > >
> > > This not landed into linux kernel?
> > >
> >
> > The existing Agilex clock header file in Linux mainline is outdated
> > and missing several clock ID definitions required by the current U-Boot 
> > clock
> driver.
> >
> > To avoid dependency on Linux upstream progress, this patch introduces
> > a self-contained copy of the updated Agilex clock header file within U-Boot.
> >
> > This ensures U-Boot on Agilex can be built and function correctly with
> > the latest values for the clock driver.
> >
> > We can clean this up later once the latest version of the clock header
> > file has been upstreamed into Linux mainline and synced over to U-Boot.
> 
> What's the progress on syncing this to Linux? I am OK with this path IF and 
> only
> IF once this is in upstream Linux any conflicts will be quickly resolved here 
> in U-
> Boot to use the upstream header.

The plan is to submit the same header support upstream to Linux, so both files 
will
be identical eventually. Once Linux upstream and U-Boot sync is complete, we'll 
update
U-Boot to reuse the upstream header and drop our local copy to avoid divergence.

In the meantime, this patch provides the minimal support needed on the U-Boot 
side.
We'll make sure to track Linux changes closely and resolve any conflicts 
promptly.

Alif

Reply via email to