summaryrefslogtreecommitdiff
path: root/arch/arm/include/asm/trusted_foundations.h
diff options
context:
space:
mode:
authorAlexandre Courbot <acourbot@nvidia.com>2014-02-07 13:35:01 +0900
committerStephen Warren <swarren@nvidia.com>2014-02-18 13:46:02 -0700
commita553b7f536de9cf48cee7db410ff6c9108b67344 (patch)
tree2dfad4e76b41003b73a3370f8f5399fe4be0c383 /arch/arm/include/asm/trusted_foundations.h
parent38dbfb59d1175ef458d006556061adeaa8751b72 (diff)
ARM: trusted_foundations: fix vendor prefix typos
of_register_trusted_foundations() and the firmware Kconfig used the wrong vendor prefix for Trusted Logic Mobility. Signed-off-by: Alexandre Courbot <acourbot@nvidia.com> Acked-by: Olof Johansson <olof@lixom.net> Signed-off-by: Stephen Warren <swarren@nvidia.com>
Diffstat (limited to 'arch/arm/include/asm/trusted_foundations.h')
-rw-r--r--arch/arm/include/asm/trusted_foundations.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/include/asm/trusted_foundations.h b/arch/arm/include/asm/trusted_foundations.h
index 3bd36e2c5f2e..997862fd5d77 100644
--- a/arch/arm/include/asm/trusted_foundations.h
+++ b/arch/arm/include/asm/trusted_foundations.h
@@ -59,7 +59,7 @@ static inline void of_register_trusted_foundations(void)
* If we find the target should enable TF but does not support it,
* fail as the system won't be able to do much anyway
*/
- if (of_find_compatible_node(NULL, NULL, "tl,trusted-foundations"))
+ if (of_find_compatible_node(NULL, NULL, "tlm,trusted-foundations"))
register_trusted_foundations(NULL);
}
#endif /* CONFIG_TRUSTED_FOUNDATIONS */