u-boot-brain/arch/sandbox
Heinrich Schuchardt d0a30a8ae2 sandbox: i2c_emul_find() No emulators for device 'rtc@43'
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: 031a650e13 ("dm: sandbox: i2c: Use new emulator parent uclass")
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Reviewed-by: Simon Glass <sjg@chromium.org>
Dropped unnecessary #address/size-cells property in i2c_emul:
Signed-off-by: Simon Glass <sjg@chromium.org>
2019-01-14 17:47:13 -07:00
..
cpu sandbox: Correct SDL build flags 2019-01-14 17:47:13 -07:00
dts sandbox: i2c_emul_find() No emulators for device 'rtc@43' 2019-01-14 17:47:13 -07:00
include/asm sandbox: add memset_io(..), memcpy_fromio(..) and memcpy_toio(..) 2019-01-14 17:47:13 -07:00
lib efi: sandbox: Add required linker sections 2018-06-03 15:27:21 +02:00
config.mk sandbox: Correct SDL build flags 2019-01-14 17:47:13 -07:00
Kconfig sandbox: Add 64-bit sandbox 2018-02-18 15:53:48 -07:00
Makefile sandbox: Use 'extras' to specify 'head' files 2018-12-05 06:01:34 -07:00