diff options
author | Pali Rohár <pali@kernel.org> | 2020-10-26 23:45:11 +0100 |
---|---|---|
committer | Lokesh Vutla <lokeshvutla@ti.com> | 2020-11-15 15:26:25 +0530 |
commit | 8d8c181703253e8162ed9b2bdfd353bf44448770 (patch) | |
tree | 101d8d739c34fdbeec3a5988fd7a60e48b2816a3 /include/configs/nokia_rx51.h | |
parent | 4fcc084eeb8cd7db77263672c6a43da629a4ed48 (diff) | |
download | u-boot-8d8c181703253e8162ed9b2bdfd353bf44448770.tar.gz u-boot-8d8c181703253e8162ed9b2bdfd353bf44448770.tar.bz2 u-boot-8d8c181703253e8162ed9b2bdfd353bf44448770.zip |
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>
Diffstat (limited to 'include/configs/nokia_rx51.h')
-rw-r--r-- | include/configs/nokia_rx51.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/nokia_rx51.h b/include/configs/nokia_rx51.h index c86c429413..9b89120342 100644 --- a/include/configs/nokia_rx51.h +++ b/include/configs/nokia_rx51.h @@ -77,8 +77,6 @@ /* commands to include */ -#define CONFIG_SYS_I2C - /* * TWL4030 */ |