From 8d8c181703253e8162ed9b2bdfd353bf44448770 Mon Sep 17 00:00:00 2001 From: Pali Rohár Date: Mon, 26 Oct 2020 23:45:11 +0100 Subject: Nokia RX-51: Convert to CONFIG_DM_I2C MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Use twl4030_i2c_read(), i2c_get_chip_for_busnum() and remove CONFIG_SYS_I2C. Signed-off-by: Pali Rohár --- include/configs/nokia_rx51.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include') 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 */ -- cgit