mach-k3: common_fdt: create a reserved memory node
authorBryan Brattlof <bb@ti.com>
Thu, 27 Feb 2025 17:14:41 +0000 (11:14 -0600)
committerTom Rini <trini@konsulko.com>
Thu, 13 Mar 2025 20:22:57 +0000 (14:22 -0600)
commit096aa229a9e5909e40865454208a6a009dc0c02b
tree0a110792f241a628bc9f3f62b2bddf7065b7c97c
parent5c2ad0799715e7c02aa98d946a04e526fc5802b0
mach-k3: common_fdt: create a reserved memory node

Some device trees may not have a reserved-memory node. Rather than
exiting early we should create a new reserved-memory node along with
the memory carveout for the firmware we (U-Boot) have placed.

Signed-off-by: Bryan Brattlof <bb@ti.com>
Acked-by: Andrew Davis <afd@ti.com>
arch/arm/mach-k3/common_fdt.c