Blob Blame History Raw
From: Matthew Hagan <mnhagan88@gmail.com>
Date: Tue, 9 Jun 2020 17:58:31 +0100
Subject: ARM: bcm: Select ARM_TIMER_SP804 for ARCH_BCM_NSP
Git-commit: 0386e9ce5877ee73e07675529d5ae594d00f0900
Patch-mainline: v5.8-rc3
References: git-fixes

The NSP SoC includes an SP804 timer so should be enabled here.

Fixes: a0efb0d28b77 ("ARM: dts: NSP: Add SP804 Support to DT")
Signed-off-by: Matthew Hagan <mnhagan88@gmail.com>
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Acked-by: Ivan T. Ivanov <iivanov@suse.de>
---
 arch/arm/mach-bcm/Kconfig |    1 +
 1 file changed, 1 insertion(+)

--- a/arch/arm/mach-bcm/Kconfig
+++ b/arch/arm/mach-bcm/Kconfig
@@ -53,6 +53,7 @@ config ARCH_BCM_NSP
 	select ARCH_BCM_IPROC
 	select ARM_ERRATA_754322
 	select ARM_ERRATA_775420
+	select ARM_TIMER_SP804
 	select ARM_ERRATA_764369 if SMP
 	select HAVE_SMP
 	select THERMAL