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

sjg at google.com sjg at google.com
Sat Jan 12 01:24:53 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>

Applied to u-boot-dm/next, thanks!


More information about the U-Boot mailing list