Hi Fabio, On Mo, 2024-11-04 at 09:30 -0300, Fabio Estevam wrote: > Hi Christoph, > > On Mon, Nov 4, 2024 at 7:52 AM Christoph Stoidner > <[email protected]> wrote: > > > > The phyCORE-i.MX 93 is available with a 1GB ram chip or a 2GB ram > > chip. > > Add the ram timings for the 2GB chip, in form of a diff compared > > to the existing LPDDR4X 1GB timings. With that, the SPL can select > > the > > appropriate timings at startup. > > > > Signed-off-by: Christoph Stoidner <[email protected]> > > Cc: Mathieu Othacehe <[email protected]>, Christoph Stoidner > > <[email protected]>, Tom Rini <[email protected]>, Yannic Moog > > <[email protected]>, Primoz Fiser <[email protected]>, Andrej > > Picej <[email protected]>, Wadim Egorov <[email protected]> > > As Teresa pointed out, the correct way to add Cc is as follows: > > Cc: Mathieu Othacehe <[email protected]> > Cc: Christoph Stoidner <[email protected]> > ... etc > > You can even put the Cc list below the --- line so it does not appear > in the commit log. >
Thanks for the hint. I will do so for my next patches. > Please run checkpatch on all the patches too. There is a warning on > this one that is easy to fix: > > ./scripts/checkpatch.pl > ~/Downloads/1-3-board-phytec-phycore-imx93-Add-2GB-LPDDR4X-RAM- > timings.patch > CHECK: Please don't use multiple blank lines > #879: FILE: board/phytec/phycore_imx93/lpddr4_timing.c:1350: > > + > > total: 0 errors, 0 warnings, 1 checks, 1051 lines checked Actually I saw that warning, but since the file was automatically generated I decided to not change it. But honestly, we have meanwhile a few manual changes in that file. So I will fix it and inlucde it in a v2. Thanks, Christoph

