Skip to content

Commit 23e4b05

Browse files
committed
Merge tag 'samsung-soc-7.1' of https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux into soc/arm
Samsung mach/soc changes for v7.1 Fix booting of secondary CPU on Exynos5250 based Google Manta board - difference in TZ firmware. * tag 'samsung-soc-7.1' of https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux: ARM: samsung: exynos5250: Allow CPU1 to boot Signed-off-by: Arnd Bergmann <[email protected]>
2 parents 6de23f8 + 32d4b99 commit 23e4b05

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

arch/arm/mach-exynos/firmware.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,10 @@ static int exynos_cpu_boot(int cpu)
6161
* Exynos3250 doesn't need to send smc command for secondary CPU boot
6262
* because Exynos3250 removes WFE in secure mode.
6363
*
64-
* On Exynos5 devices the call is ignored by trustzone firmware.
64+
* On most Exynos5 devices the call is ignored by trustzone firmware.
6565
*/
6666
if (!soc_is_exynos4210() && !soc_is_exynos4212() &&
67-
!soc_is_exynos4412())
67+
!soc_is_exynos4412() && !of_machine_is_compatible("google,manta"))
6868
return 0;
6969

7070
/*

0 commit comments

Comments
 (0)