Re: [PATCH v3 12/13] test: Load mac address using RTC

2022-04-29 Thread Tom Rini
On Mon, Apr 18, 2022 at 03:36:58PM -0400, Sean Anderson wrote: > This uses the nvmem API to load a mac address from an RTC. > > Signed-off-by: Sean Anderson > Reviewed-by: Simon Glass > --- > > (no changes since v1) > > arch/sandbox/dts/test.dts | 9 - > drivers/rtc/i2c_rtc_emul.c

[PATCH v3 12/13] test: Load mac address using RTC

2022-04-18 Thread Sean Anderson
This uses the nvmem API to load a mac address from an RTC. Signed-off-by: Sean Anderson Reviewed-by: Simon Glass --- (no changes since v1) arch/sandbox/dts/test.dts | 9 - drivers/rtc/i2c_rtc_emul.c | 10 ++ 2 files changed, 18 insertions(+), 1 deletion(-) diff --git