Re: [PATCH v3 1/3] dm: i2c: allow disabling driver model in SPL

2021-02-20 Thread Heiko Schocher
Hello Igor, On 09.02.21 12:52, Igor Opaniuk wrote: > From: Igor Opaniuk > > At present if U-Boot proper uses driver model for I2C, then SPL has to > also. While this is desirable, it places a significant barrier to moving > to driver model in some cases. For example, with a space-constrained SPL

Re: [PATCH v3 1/3] dm: i2c: allow disabling driver model in SPL

2021-02-10 Thread Tom Rini
On Tue, Feb 09, 2021 at 01:52:43PM +0200, Igor Opaniuk wrote: > From: Igor Opaniuk > > At present if U-Boot proper uses driver model for I2C, then SPL has to > also. While this is desirable, it places a significant barrier to moving > to driver model in some cases. For example, with a space-cons

[PATCH v3 1/3] dm: i2c: allow disabling driver model in SPL

2021-02-09 Thread Igor Opaniuk
From: Igor Opaniuk At present if U-Boot proper uses driver model for I2C, then SPL has to also. While this is desirable, it places a significant barrier to moving to driver model in some cases. For example, with a space-constrained SPL it may be necessary to enable CONFIG_SPL_OF_PLATDATA which in