Re: [PATCH] bus: ti-sysc: fix uclass driver id

2021-03-15 Thread Simon Glass
Hi Dario, On Tue, 16 Mar 2021 at 10:18, Dario Binacchi wrote: > > The module defines a duplicate uclass driver for UCLASS_SIMPLE_BUS, but > it is not allowed. This breaks of-platdata and makes the result > non-deterministic. > Since it must be an uclass driver to work properly, a new class id has

[PATCH] bus: ti-sysc: fix uclass driver id

2021-03-15 Thread Dario Binacchi
The module defines a duplicate uclass driver for UCLASS_SIMPLE_BUS, but it is not allowed. This breaks of-platdata and makes the result non-deterministic. Since it must be an uclass driver to work properly, a new class id has been added. Signed-off-by: Dario Binacchi --- drivers/bus/ti-sysc.c