]> git.sur5r.net Git - u-boot/commit
arm: mach-omap2: fdt-common: Add OP-TEE node when firmware node is defined
authorAndrew F. Davis <afd@ti.com>
Mon, 10 Jul 2017 19:45:51 +0000 (14:45 -0500)
committerTom Rini <trini@konsulko.com>
Sun, 23 Jul 2017 02:22:44 +0000 (22:22 -0400)
commit137ae0c4b1c4da281a9c4f533242ed547f916578
treeeba1953160e652a35896df96ed63ef7e213ac2b2
parent03750231a84da904d6d2809a54d3147dee833f26
arm: mach-omap2: fdt-common: Add OP-TEE node when firmware node is defined

If a firmware node is already present in the FDT we will fail to create
one and so fail to add our OP-TEE node, make this fixup first check for
a firmware node and then only try to add one if it is not found.

Signed-off-by: Andrew F. Davis <afd@ti.com>
arch/arm/mach-omap2/fdt-common.c