]> git.baikalelectronics.ru Git - uboot.git/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)
commit3d5e66b9ec4fa7118ab2d4cd10d3c55aa9149bbf
treeeba1953160e652a35896df96ed63ef7e213ac2b2
parent308946791596d923a25163ec49460cbbdf327492
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