Tegra: handler to check support for System Suspend
Tegra210 SoCs need the sc7entry-fw to enter System Suspend mode,
but there might be certain boards that do not have this firmware
blob. To stop the NS world from issuing System suspend entry
commands on such devices, we ned to disable System Suspend from
the PSCI "features".

This patch removes the System suspend handler from the Tegra PSCI
ops, so that the framework will disable support for "System Suspend"
from the PSCI "features".

Original change by: kalyani chidambaram <kalyanic@nvidia.com>

Change-Id: Ie029f82f55990a8b3a6debb73e95e0e218bfd1f5
Signed-off-by: Varun Wadekar <vwadekar@nvidia.com>
1 parent 2136829 commit 5d52aea89d53c2ecf5b88731e8d52ed684dbe302
@Varun Wadekar Varun Wadekar authored on 26 Jun 2018
Showing 6 changed files
View
plat/nvidia/tegra/common/tegra_pm.c
View
plat/nvidia/tegra/include/tegra_private.h
View
plat/nvidia/tegra/soc/t132/plat_setup.c
View
plat/nvidia/tegra/soc/t186/plat_setup.c
View
plat/nvidia/tegra/soc/t194/plat_setup.c
View
plat/nvidia/tegra/soc/t210/plat_setup.c