On Sat, 5 Jan 2019 at 14:30, Heinrich Schuchardt <[email protected]> wrote: > > when running the date command on sandbox_defconfig an error occurs: > > ./u-boot -D u-boot.dtb > > => date > i2c_emul_find() No emulators for device 'rtc@43' > ## Get date failed > > Correct the references to the emulator devices in the sandbox device trees > using test.dts as a reference. > > Fixes: 031a650e1309 ("dm: sandbox: i2c: Use new emulator parent uclass") > Signed-off-by: Heinrich Schuchardt <[email protected]> > --- > arch/sandbox/dts/sandbox.dts | 8 ++++---- > arch/sandbox/dts/sandbox64.dts | 6 ++++-- > 2 files changed, 8 insertions(+), 6 deletions(-)
Thanks Reviewed-by: Simon Glass <[email protected]> _______________________________________________ U-Boot mailing list [email protected] https://lists.denx.de/listinfo/u-boot

