[PATCH 3/5] imx8mm-cl-iot-gate: Retrieve the MAC address from EEPROM

2022-04-12 Thread sbabic
> From: Fabio Estevam > Currently the eth0 MAC address is randomly assigned. > Retrieve the MAC address from EEPROM. > Signed-off-by: Fabio Estevam < Applied to u-boot-imx, master, thanks ! Best regards, Stefano Babic -- =

Re: [PATCH 3/5] imx8mm-cl-iot-gate: Retrieve the MAC address from EEPROM

2022-04-12 Thread Fabio Estevam
Hi Sean, On 12/04/2022 12:56, Sean Anderson wrote: Hi Fabio, On 3/19/22 8:22 AM, Fabio Estevam wrote: From: Fabio Estevam Currently the eth0 MAC address is randomly assigned. Retrieve the MAC address from EEPROM. A bit of a plug, but can you try [1]? For your board, I believe your device

Re: [PATCH 3/5] imx8mm-cl-iot-gate: Retrieve the MAC address from EEPROM

2022-04-12 Thread Fabio Estevam
Hi Stefano, On 12/04/2022 12:33, Stefano Babic wrote: Hi Fabio, I get an error by applying your patches: aarch64: + imx8mm-cl-iot-gate-optee Ops, I missed to update imx8mm-cl-iot-gate-optee_defconfig. I have sent v2 with the correction. Thanks, Fabio Estevam

Re: [PATCH 3/5] imx8mm-cl-iot-gate: Retrieve the MAC address from EEPROM

2022-04-12 Thread Sean Anderson
Hi Fabio, On 3/19/22 8:22 AM, Fabio Estevam wrote: > From: Fabio Estevam > > Currently the eth0 MAC address is randomly assigned. > > Retrieve the MAC address from EEPROM. A bit of a plug, but can you try [1]? For your board, I believe your device tree would be something like {

Re: [PATCH 3/5] imx8mm-cl-iot-gate: Retrieve the MAC address from EEPROM

2022-04-12 Thread Stefano Babic
Hi Fabio, I get an error by applying your patches: aarch64: + imx8mm-cl-iot-gate-optee += WARNING == +This board does not use CONFIG_DM_SERIAL (Driver Model +for Serial drivers). Please update the board to use +CONFIG_DM_SERIAL before the v2023.04

[PATCH 3/5] imx8mm-cl-iot-gate: Retrieve the MAC address from EEPROM

2022-03-19 Thread Fabio Estevam
From: Fabio Estevam Currently the eth0 MAC address is randomly assigned. Retrieve the MAC address from EEPROM. Signed-off-by: Fabio Estevam < --- arch/arm/dts/imx8mm-cl-iot-gate.dts | 12 - .../imx8mm-cl-iot-gate/imx8mm-cl-iot-gate.c | 51 +++