Hi Peng, > On Thu, Feb 05, 2026 at 09:58:23AM +0800, Chen Huei Lok wrote: > >From: drosdi <[email protected]> > > > >Replace the conditional compilation checks for Agilex and Stratix10 > >with a check for SOC64 in `drivers/fpga/altera.c`. > > Add an explaination on why this change. > > Regards > Peng
Thanks for the comment. The change replaces the Agilex/Stratix10 checks with a SOC64 check because this code applies not only to Stratix10 and Agilex, but also to Agilex7M and Agilex5, which are SOC64 devices. Consolidating the check simplifies the code and ensures it covers all relevant SOC64 platforms. I will reword the commit message and reflect it in v2. Best regards, Lok

