Re: [PATCH v4 1/1] of: unittest: overlay: ensure proper alignment of copied FDT

From: Guenter Roeck
Date: Thu Apr 08 2021 - 17:54:45 EST


On 4/8/21 2:28 PM, Rob Herring wrote:
>
> Applying now so this gets into linux-next this week.
>
The patch doesn't apply on top of today's -next; it conflicts
with "of: properly check for error returned by fdt_get_name()".

I reverted that patch and applied this one, and the DT unittests
run with it on openrisc. I do get a single test failure, but I that
is a different problem (possibly with the test case itself).

### dt-test ### FAIL of_unittest_dma_ranges_one():923 of_dma_get_range: wrong DMA addr 0x00000000
(expecting 100000000) on node /testcase-data/address-tests/bus@80000000/device@1000

Tested-by: Guenter Roeck <linux@xxxxxxxxxxxx>

Guenter