Skip to content

Commit 69160dd

Browse files
committed
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/[email protected] Signed-off-by: Florian Fainelli <[email protected]>
1 parent 122b084 commit 69160dd

File tree

5 files changed

+1
-1052
lines changed

5 files changed

+1
-1052
lines changed

drivers/soc/bcm/brcmstb/Kconfig

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ if SOC_BRCMSTB
44
config BRCMSTB_PM
55
bool "Support suspend/resume for STB platforms"
66
default y
7-
depends on PM
8-
depends on ARCH_BRCMSTB || BMIPS_GENERIC
9-
select ARM_CPU_SUSPEND if ARM
7+
depends on PM && BMIPS_GENERIC
108

119
endif # SOC_BRCMSTB

drivers/soc/bcm/brcmstb/pm/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
# SPDX-License-Identifier: GPL-2.0-only
2-
obj-$(CONFIG_ARM) += s2-arm.o pm-arm.o
32
obj-$(CONFIG_BMIPS_GENERIC) += s2-mips.o s3-mips.o pm-mips.o

drivers/soc/bcm/brcmstb/pm/aon_defs.h

Lines changed: 0 additions & 105 deletions
This file was deleted.

0 commit comments

Comments
 (0)