Re: [PATCH] of: unittest: Use bigger address cells to catch parser regressions

2020-08-03 Thread Rob Herring
On Mon, Aug 3, 2020 at 8:25 AM Nicolas Saenz Julienne wrote: > > Getting address and size cells for dma-ranges/ranges parsing is tricky > and shouldn't rely on the node's count_cells() method. The function > starts looking for cells on the parent node, as its supposed to work > with device nodes,

[PATCH] of: unittest: Use bigger address cells to catch parser regressions

2020-08-03 Thread Nicolas Saenz Julienne
Getting address and size cells for dma-ranges/ranges parsing is tricky and shouldn't rely on the node's count_cells() method. The function starts looking for cells on the parent node, as its supposed to work with device nodes, which doesn't work when input with bus nodes, as generally done when