On 03.07.2024 11:47, Andrei Simion wrote:
From: Claudiu Beznea <redacted>
Our main boot sequence is
(1) ROM BOOT -> AT91Bootstrap -> U-Boot -> Linux Kernel.
U-Boot is the stage where we set up the MAC address.
Also we can skip U-Boot and use the following boot sequence :
(2) ROM BOOT -> AT91Boostrap -> Linux Kernel.
Add EEPROMs and nvmem-layout to describe eui48 MAC address region
to be used for case (2).
Signed-off-by: Claudiu Beznea <redacted>
[andrei.simion@microchip.com: Add nvmem-layout to describe eui48 mac region.
Align compatible name with datasheet. Reword commit message.]
Signed-off-by: Andrei Simion <andrei.simion@microchip.com>
Applied to at91-dt, thanks!
Please note that I've adjusted the commit message.
Please have a look and let me know if you disagree with the changes.
Thank you,
Claudiu Beznea