Re: [PATCH] event: add an event for livetree fixups

2024-04-16 Thread Tom Rini
On Mon, Apr 15, 2024 at 11:45:29AM +0100, Caleb Connolly wrote: > > > On 12/04/2024 20:45, Tom Rini wrote: > > On Fri, Apr 12, 2024 at 08:04:02PM +0100, Caleb Connolly wrote: > > > >> Introduce a new EVT_OF_LIVE event to allow for the livetree to be > >> modified before dm_init_and_scan().

Re: [PATCH] event: add an event for livetree fixups

2024-04-15 Thread Caleb Connolly
On 12/04/2024 20:45, Tom Rini wrote: > On Fri, Apr 12, 2024 at 08:04:02PM +0100, Caleb Connolly wrote: > >> Introduce a new EVT_OF_LIVE event to allow for the livetree to be >> modified before dm_init_and_scan(). Boards can perform fixups here to >> handle incompatibilities between U-Boot

Re: [PATCH] event: add an event for livetree fixups

2024-04-12 Thread Tom Rini
On Fri, Apr 12, 2024 at 08:04:02PM +0100, Caleb Connolly wrote: > Introduce a new EVT_OF_LIVE event to allow for the livetree to be > modified before dm_init_and_scan(). Boards can perform fixups here to > handle incompatibilities between U-Boot drivers and upstream DT. > > This will be used by