diff options
author | Bryan O'Donoghue <bryan.odonoghue@linaro.org> | 2019-01-18 17:40:13 +0000 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2019-01-28 20:55:46 +0100 |
commit | ce36f56aca33fcfb736f213d5b187fff59b6dd4f (patch) | |
tree | cd3bc64db7ec98c96dca5ba5c62baa01c626d55d /configs/warp7_defconfig | |
parent | 4b319237ad8518a57e69dd72bf1fe20007f7396f (diff) | |
download | u-boot-ce36f56aca33fcfb736f213d5b187fff59b6dd4f.tar.gz u-boot-ce36f56aca33fcfb736f213d5b187fff59b6dd4f.tar.bz2 u-boot-ce36f56aca33fcfb736f213d5b187fff59b6dd4f.zip |
warp7: defconfig: Switch to DM for I2C
This commit switches to DM I2C for warp7 and warp7_bl33 defconfigs.
Signed-off-by: Bryan O'Donoghue <bryan.odonoghue@linaro.org>
Reviewed-by: Peng Fan <peng.fan@nxp.com>
Cc: Peng Fan <peng.fan@nxp.com>
Cc: Fabio Estevam <fabio.estevam@nxp.com>
Cc: Stefano Babic <sbabic@denx.de>
Diffstat (limited to 'configs/warp7_defconfig')
-rw-r--r-- | configs/warp7_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/warp7_defconfig b/configs/warp7_defconfig index 44d7742ca9..25cf2786df 100644 --- a/configs/warp7_defconfig +++ b/configs/warp7_defconfig @@ -58,3 +58,4 @@ CONFIG_DEFAULT_DEVICE_TREE="imx7s-warp" CONFIG_PINCTRL=y CONFIG_PINCTRL_IMX7=y CONFIG_DM_GPIO=y +CONFIG_DM_I2C=y |