
8 Jan
2019
8 Jan
'19
1:38 a.m.
On Sat, 5 Jan 2019 at 14:30, Heinrich Schuchardt xypron.glpk@gmx.de 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 xypron.glpk@gmx.de
arch/sandbox/dts/sandbox.dts | 8 ++++---- arch/sandbox/dts/sandbox64.dts | 6 ++++-- 2 files changed, 8 insertions(+), 6 deletions(-)
Thanks
Reviewed-by: Simon Glass sjg@chromium.org