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

Commit 89c8cf50 authored by Nick Schutt's avatar Nick Schutt Committed by Gerrit - the friendly Code Review server
Browse files

Add defined(MSM8909) to device tree support.



Change-Id: Ied162d7184bf393ca69d3164c06d7f9de0ae557e
Signed-off-by: default avatarNick Schutt <nickschutt@gmail.com>
Git-commit: aad1feb2ebe806ac9c2b4c354871d02d14c679c7
Git-repo: https://code.google.com/p/tee-mobicore-driver.kernel/


Acked-by: default avatarTony Hamilton <tonyh@qti.qualcomm.com>
Signed-off-by: default avatarKeith Fallows <keithf@codeaurora.org>
parent 50d8a064
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -115,7 +115,7 @@ static inline int smc_fastcall(void *fc_generic, size_t size)
#define MC_CRYPTO_CLOCK_MANAGEMENT
#define MC_CRYPTO_CLOCK_MANAGEMENT
#endif
#endif


#if defined(CONFIG_ARCH_MSM8916)
#if defined(CONFIG_ARCH_MSM8916) || defined(CONFIG_ARCH_MSM8909)
#define MC_USE_DEVICE_TREE
#define MC_USE_DEVICE_TREE
#endif
#endif