Re: [PATCH] ARM: dts: am33xx: Move the cppi41dma node so it's probed early

2014-04-23 Thread Ezequiel Garcia
On Apr 23, Sebastian Andrzej Siewior wrote: > On 04/22/2014 04:19 PM, Ezequiel Garcia wrote: > > The DMA controller is needed for the USB controller to be correctly > > registered. Therefore, if the DMA node is located at the end an unecessary > > probe deferral is produced systematically. > > > >

Re: [PATCH] ARM: dts: am33xx: Move the cppi41dma node so it's probed early

2014-04-23 Thread Sebastian Andrzej Siewior
On 04/22/2014 04:19 PM, Ezequiel Garcia wrote: > The DMA controller is needed for the USB controller to be correctly > registered. Therefore, if the DMA node is located at the end an unecessary > probe deferral is produced systematically. > > This is easily fixed by moving the node at the begginin

[PATCH] ARM: dts: am33xx: Move the cppi41dma node so it's probed early

2014-04-22 Thread Ezequiel Garcia
The DMA controller is needed for the USB controller to be correctly registered. Therefore, if the DMA node is located at the end an unecessary probe deferral is produced systematically. This is easily fixed by moving the node at the beggining of the child list, so it's probed first. Signed-off-by