
29 Nov
2018
29 Nov
'18
6:39 p.m.
Update the device tree, sandbox i2c driver and tests to use the new emulation parent to hold emulators.
Signed-off-by: Simon Glass sjg@chromium.org ---
Changes in v2: None
arch/sandbox/dts/sandbox.dts | 25 +++++++---- arch/sandbox/dts/sandbox_pmic.dtsi | 71 +++++++++++++++--------------- arch/sandbox/dts/test.dts | 30 +++++++++---- drivers/i2c/sandbox_i2c.c | 20 +-------- drivers/power/pmic/i2c_pmic_emul.c | 2 +- test/dm/i2c.c | 2 +- test/dm/rtc.c | 9 ++-- 7 files changed, 82 insertions(+), 77 deletions(-)
Applied to u-boot-dm/master, thanks!