soc: bcm: brcmstb: Remove bare-metal ARM suspend/resume code
authorFlorian Fainelli <f.fainelli@gmail.com>
Fri, 24 Feb 2023 21:52:39 +0000 (13:52 -0800)
committerFlorian Fainelli <f.fainelli@gmail.com>
Tue, 14 Mar 2023 21:12:17 +0000 (14:12 -0700)
commit69160dd0aa6832b98d272c1a224b1aaf67cf843d
tree6f9c5c2c3f34e01a60931f6a05b2b7ccfd0621fb
parent122b084d16bda75de74421ede63cb86a24289808
soc: bcm: brcmstb: Remove bare-metal ARM suspend/resume code

Since 2018 these platforms have supported entry via the ARM Trusted
Firmware using the standard PSCI SYSTEM_SUSPEND function calls. Remove
this legacy code.

Link: https://lore.kernel.org/r/20230224215249.239405-1-f.fainelli@gmail.com
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
drivers/soc/bcm/brcmstb/Kconfig
drivers/soc/bcm/brcmstb/pm/Makefile
drivers/soc/bcm/brcmstb/pm/aon_defs.h [deleted file]
drivers/soc/bcm/brcmstb/pm/pm-arm.c [deleted file]
drivers/soc/bcm/brcmstb/pm/s2-arm.S [deleted file]