Hi, > -----Original Message----- > From: Peng Fan <[email protected]> > Sent: Thursday, September 11, 2025 2:23 PM > To: Yuslaimi, Alif Zakuan <[email protected]>; u- > [email protected] > Cc: Tom Rini <[email protected]>; Lukasz Majewski <[email protected]>; Sean > Anderson <[email protected]>; Jaehoon Chung > <[email protected]>; Chee, Tien Fong <[email protected]>; > Simon Glass <[email protected]>; Marek Vasut > <[email protected]>; Simon Goldschmidt > <[email protected]> > 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 <[email protected]> > > > > Introduce header file to define the clock indexes for the Agilex platform. > > > > Signed-off-by: Alif Zakuan Yuslaimi <[email protected]> > > --- > > 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. Thanks, Alif > Regards > Peng

