Re: dm driver probe and dm question

2022-02-27 Thread Heinrich Schuchardt
On 2/26/22 20:11, Tim Harvey wrote: On Fri, Feb 25, 2022 at 11:31 PM Heinrich Schuchardt wrote: On 2/26/22 02:51, Tim Harvey wrote: Greetings, I've got an octeontx board which uses driver model (CONFIG_DM/CONFIG_DM_I2C) but I find that the 'i2c_octeon' driver does not probe automatically on

Re: dm driver probe and dm question

2022-02-26 Thread Tim Harvey
On Fri, Feb 25, 2022 at 11:31 PM Heinrich Schuchardt wrote: > > On 2/26/22 02:51, Tim Harvey wrote: > > Greetings, > > > > I've got an octeontx board which uses driver model > > (CONFIG_DM/CONFIG_DM_I2C) but I find that the 'i2c_octeon' driver does > > not probe automatically on boot until I do so

Re: dm driver probe and dm question

2022-02-25 Thread Heinrich Schuchardt
On 2/26/22 02:51, Tim Harvey wrote: Greetings, I've got an octeontx board which uses driver model (CONFIG_DM/CONFIG_DM_I2C) but I find that the 'i2c_octeon' driver does not probe automatically on boot until I do something like an 'i2c dev 0 && i2c probe'. What would cause the i2c_octeon driver

dm driver probe and dm question

2022-02-25 Thread Tim Harvey
Greetings, I've got an octeontx board which uses driver model (CONFIG_DM/CONFIG_DM_I2C) but I find that the 'i2c_octeon' driver does not probe automatically on boot until I do something like an 'i2c dev 0 && i2c probe'. What would cause the i2c_octeon driver to not automatically probe? Here is a