sandbox: Disable I2C emulators in SPL
authorSimon Glass <sjg@chromium.org>
Thu, 21 Jan 2021 20:57:09 +0000 (13:57 -0700)
committerSimon Glass <sjg@chromium.org>
Sat, 30 Jan 2021 21:25:41 +0000 (14:25 -0700)
commitd85f2c4f2970d0ec2f5f075de734afd11200d153
treea5744e9350348842699d6866c0f69f6ff1703374
parentdfb5bfbc208699ae1b5fc8e17f65d862be3b4612
sandbox: Disable I2C emulators in SPL

These cannot work with of-platdata since they currently need the
devicetree at runtime. Disable the emulators and the sandbox I2C driver
that needs them. We can enable these later, if needed for testing.

Switch the of_plat_parent test over to use a simple bus instead.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Heiko Schocher <hs@denx.de>
arch/sandbox/dts/sandbox.dtsi
configs/sandbox_spl_defconfig
drivers/i2c/Makefile
test/dm/of_platdata.c