ARM: keystone: Replace platform SMP with PSCI
authorAndrew Davis <afd@ti.com>
Wed, 26 Oct 2022 14:50:33 +0000 (09:50 -0500)
committerNishanth Menon <nm@ti.com>
Fri, 28 Oct 2022 01:12:27 +0000 (20:12 -0500)
commit7e8edf55cf729367afdb5e9a8b182f1d47897800
treef9493ef03ca76d3ffaf1733e68f29e06a504ac67
parent9abf2313adc1ca1b6180c508c25f22f9395cc780
ARM: keystone: Replace platform SMP with PSCI

The KS2 boot monitor supports PSCI commands. These are already defined
in DT for KS2. We can drop this platform override and remove related
code without changing SMP. Do this here.

Signed-off-by: Andrew Davis <afd@ti.com>
Signed-off-by: Nishanth Menon <nm@ti.com>
Link: https://lore.kernel.org/r/20221026145033.17905-1-afd@ti.com
arch/arm/mach-keystone/Makefile
arch/arm/mach-keystone/keystone.c
arch/arm/mach-keystone/keystone.h
arch/arm/mach-keystone/platsmp.c [deleted file]
arch/arm/mach-keystone/smc.S [deleted file]