On 05-01-23, 11:05, Peter Harliman Liem wrote: > ldma_cfg_init() will parse DT to retrieve certain configs. > However, that is called before ldma_dma_init_vXX(), which > will make some initialization to channel configs. It will > thus incorrectly overwrite certain configs that are declared > in DT. > > To fix that, we move DT parsing after initialization. > Function name is renamed to better represent what it does. Applied, thanks -- ~Vinod