[U-Boot] [PATCH 1/1] sandbox: i2c_emul_find() No emulators for device 'rtc at 43'

Simon Glass sjg at chromium.org
Tue Jan 8 00:38:27 UTC 2019


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


More information about the U-Boot mailing list