[U-Boot] [PATCH v2 09/10] dm: sandbox: i2c: Use new emulator parent uclass
sjg at google.com
sjg at google.com
Thu Nov 29 17:39:17 UTC 2018
Update the device tree, sandbox i2c driver and tests to use the new
emulation parent to hold emulators.
Signed-off-by: Simon Glass <sjg at 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!
More information about the U-Boot
mailing list