Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a553b7f5 authored by Alexandre Courbot's avatar Alexandre Courbot Committed by Stephen Warren
Browse files

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: default avatarAlexandre Courbot <acourbot@nvidia.com>
Acked-by: default avatarOlof Johansson <olof@lixom.net>
Signed-off-by: default avatarStephen Warren <swarren@nvidia.com>
parent 38dbfb59
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -20,7 +20,7 @@ config TRUSTED_FOUNDATIONS
	  This option allows the kernel to invoke the secure monitor whenever
	  This option allows the kernel to invoke the secure monitor whenever
	  required on devices using Trusted Foundations. See
	  required on devices using Trusted Foundations. See
	  arch/arm/include/asm/trusted_foundations.h or the
	  arch/arm/include/asm/trusted_foundations.h or the
	  tl,trusted-foundations device tree binding documentation for details
	  tlm,trusted-foundations device tree binding documentation for details
	  on how to use it.
	  on how to use it.


	  Say n if you don't know what this is about.
	  Say n if you don't know what this is about.
+1 −1
Original line number Original line Diff line number Diff line
@@ -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,
	 * 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
	 * 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);
		register_trusted_foundations(NULL);
}
}
#endif /* CONFIG_TRUSTED_FOUNDATIONS */
#endif /* CONFIG_TRUSTED_FOUNDATIONS */