Skip to content
Commit 8f76c9d7 authored by Marek Vasut's avatar Marek Vasut
Browse files

ARM: renesas: Scrub duplicate memory nodes from DT on Gen3



Scrub duplicate /memory@* node entries here. Some R-Car DTs might
contain multiple /memory@* nodes, however fdt_fixup_memory_banks()
either generates single /memory node or updates the first /memory
node. Any remaining memory nodes are thus potential duplicates.

However, it is not possible to delete all the memory nodes right
away, since some of those might not be DRAM memory nodes, but some
sort of other memory. Thus, delete only the memory nodes which are
in the R-Car3 DBSC ranges.

Signed-off-by: default avatarMarek Vasut <marek.vasut+renesas@gmail.com>
parent bd83431e
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment