commit | d73afb20cc800118eb9d986fe0fa6b13884e74ad | [log] [tgz] |
---|---|---|
author | Pali Rohár <pali@kernel.org> | Mon Oct 26 23:45:11 2020 +0100 |
committer | Lokesh Vutla <lokeshvutla@ti.com> | Sun Nov 15 15:26:25 2020 +0530 |
tree | 101d8d739c34fdbeec3a5988fd7a60e48b2816a3 | |
parent | 7dbfe08e152aba73acd6a8f14ba623d0fec39e02 [diff] [blame] |
Nokia RX-51: Convert to CONFIG_DM_I2C Use twl4030_i2c_read(), i2c_get_chip_for_busnum() and remove CONFIG_SYS_I2C. Signed-off-by: Pali Rohár <pali@kernel.org>
diff --git a/configs/nokia_rx51_defconfig b/configs/nokia_rx51_defconfig index 1d35352..6310a12 100644 --- a/configs/nokia_rx51_defconfig +++ b/configs/nokia_rx51_defconfig
@@ -60,3 +60,5 @@ # CONFIG_VGA_AS_SINGLE_DEVICE is not set CONFIG_SPLASH_SCREEN=y # CONFIG_GZIP is not set +CONFIG_DM=y +CONFIG_DM_I2C=y