fdtdec: Support compatible string list for reserved memory
authorThierry Reding <treding@nvidia.com>
Fri, 3 Sep 2021 13:16:19 +0000 (15:16 +0200)
committerTom Warren <twarren@nvidia.com>
Wed, 13 Oct 2021 21:18:30 +0000 (14:18 -0700)
commit46cb067803bef50cb8a1334a56897d05b5f85e02
treefaafb8dd57963a9cb6359ccd7cd9f2beee04af84
parent4bf88ba76abb224b3ca258a2f502384ec6c86bd6
fdtdec: Support compatible string list for reserved memory

Reserved memory nodes can have a compatible string list to identify the
type of reserved memory that they represent. Support specifying an
optional compatible string list when creating these nodes.

Signed-off-by: Thierry Reding <treding@nvidia.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Warren <twarren@nvidia.com>
arch/arm/cpu/armv8/fsl-layerscape/soc.c
arch/riscv/lib/fdt_fixup.c
board/nvidia/p2371-2180/p2371-2180.c
board/nvidia/p2771-0000/p2771-0000.c
board/nvidia/p3450-0000/p3450-0000.c
include/fdtdec.h
lib/fdtdec.c
lib/fdtdec_test.c
lib/optee/optee.c
test/dm/fdtdec.c