dm: sandbox: i2c: Use new emulator parent uclass
authorSimon Glass <sjg@chromium.org>
Sun, 18 Nov 2018 15:14:34 +0000 (08:14 -0700)
committerSimon Glass <sjg@chromium.org>
Thu, 29 Nov 2018 16:30:05 +0000 (09:30 -0700)
commit031a650e1309a086f6794cde35b1b1b851a9e926
treea2b6743e36597b2aec9411144028943b254e85ac
parentb7c25b11b6a1e3f840464224309b72a91b65bc56
dm: sandbox: i2c: Use new emulator parent uclass

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>
arch/sandbox/dts/sandbox.dts
arch/sandbox/dts/sandbox64.dts
arch/sandbox/dts/sandbox_pmic.dtsi
arch/sandbox/dts/test.dts
drivers/i2c/sandbox_i2c.c
drivers/power/pmic/i2c_pmic_emul.c
test/dm/i2c.c
test/dm/rtc.c