Re: [PATCH] imx: mx6cuboxi: Disable CONFIG_IMX_THERMAL

2020-10-29 Thread Simon Glass
Hi, On Thu, 29 Oct 2020 at 10:15, Tom Rini wrote: > > On Thu, Oct 29, 2020 at 01:11:15PM -0300, Walter Lozano wrote: > > > > On 29/10/20 12:19, Tom Rini wrote: > > > On Thu, Oct 29, 2020 at 07:14:55AM +0200, Baruch Siach wrote: > > > > Hi Simon, > > > > > > > > Adding Walter to Cc. > > > > > > >

Re: [PATCH] imx: mx6cuboxi: Disable CONFIG_IMX_THERMAL

2020-10-29 Thread Tom Rini
On Thu, Oct 29, 2020 at 01:11:15PM -0300, Walter Lozano wrote: > > On 29/10/20 12:19, Tom Rini wrote: > > On Thu, Oct 29, 2020 at 07:14:55AM +0200, Baruch Siach wrote: > > > Hi Simon, > > > > > > Adding Walter to Cc. > > > > > > On Thu, Oct 29 2020, Simon Glass wrote: > > > > This feature is

Re: [PATCH] imx: mx6cuboxi: Disable CONFIG_IMX_THERMAL

2020-10-29 Thread Walter Lozano
On 29/10/20 12:19, Tom Rini wrote: On Thu, Oct 29, 2020 at 07:14:55AM +0200, Baruch Siach wrote: Hi Simon, Adding Walter to Cc. On Thu, Oct 29 2020, Simon Glass wrote: This feature is incompatble with of-platdata since it uses the U_BOOT_DEVICE() macro. With of-platdata the only devices

Re: [PATCH] imx: mx6cuboxi: Disable CONFIG_IMX_THERMAL

2020-10-29 Thread Tom Rini
On Thu, Oct 29, 2020 at 07:14:55AM +0200, Baruch Siach wrote: > Hi Simon, > > Adding Walter to Cc. > > On Thu, Oct 29 2020, Simon Glass wrote: > > This feature is incompatble with of-platdata since it uses the > > U_BOOT_DEVICE() macro. With of-platdata the only devices permitted are > > those

Re: [PATCH] imx: mx6cuboxi: Disable CONFIG_IMX_THERMAL

2020-10-28 Thread Baruch Siach
Hi Simon, Adding Walter to Cc. On Thu, Oct 29 2020, Simon Glass wrote: > This feature is incompatble with of-platdata since it uses the > U_BOOT_DEVICE() macro. With of-platdata the only devices permitted are > those created by dtoc. > > Drop this option for now, until the driver can be

[PATCH] imx: mx6cuboxi: Disable CONFIG_IMX_THERMAL

2020-10-28 Thread Simon Glass
This feature is incompatble with of-platdata since it uses the U_BOOT_DEVICE() macro. With of-platdata the only devices permitted are those created by dtoc. Drop this option for now, until the driver can be corrected. Signed-off-by: Simon Glass --- include/configs/mx6cuboxi.h | 2 -- 1 file