summaryrefslogtreecommitdiff
path: root/configs/peach-pit_defconfig
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2015-08-03 14:19:23 (GMT)
committerSimon Glass <sjg@chromium.org>2015-08-06 03:06:11 (GMT)
commitcc456bd7df06225819258dec9d4a5047e8da4952 (patch)
tree12deef288f1c1bd0bf1af017b89e19608bc0c075 /configs/peach-pit_defconfig
parenta0942a6d3e08490be2871396c977fb5520ecdf33 (diff)
downloadu-boot-fsl-qoriq-cc456bd7df06225819258dec9d4a5047e8da4952.tar.xz
dm: cros_ec: Convert the I2C tunnel code to use driver model
The Chrome OS EC supports tunnelling through to an I2C bus on the EC. This currently uses a copy of the I2C command code and a special 'crosec' sub-command. With driver model we can define an I2C bus which tunnels through to the EC, and use the normal 'i2c' command to access it. This simplifies the code and removes some duplication. Add an I2C driver which tunnels through to the EC. Adjust the EC code to support binding child devices so that it can be set up. Adjust the existing I2C xfer function to fit driver model better. For now the old code remains to allow things to still work. It will be removed in a later patch once the new flow is fully enabled. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'configs/peach-pit_defconfig')
-rw-r--r--configs/peach-pit_defconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/peach-pit_defconfig b/configs/peach-pit_defconfig
index 8f21722..d19bff2 100644
--- a/configs/peach-pit_defconfig
+++ b/configs/peach-pit_defconfig
@@ -12,3 +12,5 @@ CONFIG_CROS_EC_SPI=y
CONFIG_CROS_EC_KEYB=y
CONFIG_USB=y
CONFIG_DM_USB=y
+CONFIG_I2C_MUX=y
+CONFIG_I2C_CROS_EC_TUNNEL=y