On Sat, 5 Jan 2019 at 14:30, Heinrich Schuchardt <xypron.g...@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.g...@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 <s...@chromium.org>

Applied to u-boot-dm/next, thanks!
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot

Reply via email to