From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Thu, 2 May 2019 08:11:27 +0200 Subject: [U-Boot] [PATCH] i2c: mxc: Hide kconfig based control in DM_I2C mode In-Reply-To: References: <20190412191848.3123-1-tpiepho@impinj.com> <9d8dcbca-2741-ba4e-2221-d59341137666@denx.de> <1556644895.31309.24.camel@impinj.com> Message-ID: <20190502081127.7991b5e4@crub> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Heiko, On Thu, 2 May 2019 07:39:06 +0200 Heiko Schocher hs at denx.de wrote: ... > > @Anatolij: Is this code needed anymore, as board is moved to DM ? ... > dm_i2c_probe should initialize the i2c bus completly, also we need > not longer the: > > #ifdef CONFIG_DM_I2C > > and remove the else part ... or ? Can you test this change? The DM conversion is not complete yet and I still need the possibility to revert to non-DM code for various video tests to complete the DM_VIDEO/DM_I2C conversion, so that video related stuff works on i.MX boards similar as before the conversion. Unfortunately, I do not have time for this now, this must wait. Sorry. Anatolij