[PATCH v2 1/6] board: phytec: Add common PHYTEC SoM detection

2023-10-16 Thread sbabic
> Recent shipped PHYTEC SoMs come with an i2c EEPROM containing > information about the hardware such as board revision and variant. > This can be used for RAM detection and loading device tree overlays > during kernel start. > Signed-off-by: Teresa Remmet > Reviewed-by: Yannic Moog >

Re: [PATCH v2 1/6] board: phytec: Add common PHYTEC SoM detection

2023-10-07 Thread Fabio Estevam
On Mon, Aug 28, 2023 at 9:32 AM Yannic Moog wrote: > > On Thu, 2023-08-17 at 10:57 +0200, Teresa Remmet wrote: > > Recent shipped PHYTEC SoMs come with an i2c EEPROM containing > > information about the hardware such as board revision and variant. > > This can be used for RAM detection and

Re: [PATCH v2 1/6] board: phytec: Add common PHYTEC SoM detection

2023-08-28 Thread Yannic Moog
On Thu, 2023-08-17 at 10:57 +0200, Teresa Remmet wrote: > Recent shipped PHYTEC SoMs come with an i2c  EEPROM containing > information about the hardware such as board revision and variant. > This can be used for RAM detection and loading device tree overlays > during kernel start. > >

[PATCH v2 1/6] board: phytec: Add common PHYTEC SoM detection

2023-08-17 Thread Teresa Remmet
Recent shipped PHYTEC SoMs come with an i2c EEPROM containing information about the hardware such as board revision and variant. This can be used for RAM detection and loading device tree overlays during kernel start. Signed-off-by: Teresa Remmet --- Changes in v2: - none ---