Commit 0386e9ce authored by Matthew Hagan's avatar Matthew Hagan Committed by Florian Fainelli
Browse files

ARM: bcm: Select ARM_TIMER_SP804 for ARCH_BCM_NSP



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

Fixes: a0efb0d2 ("ARM: dts: NSP: Add SP804 Support to DT")
Signed-off-by: default avatarMatthew Hagan <mnhagan88@gmail.com>
Signed-off-by: default avatarFlorian Fainelli <f.fainelli@gmail.com>
parent b3a9e3b9
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -53,6 +53,7 @@ config ARCH_BCM_NSP
	select ARM_ERRATA_754322
	select ARM_ERRATA_775420
	select ARM_ERRATA_764369 if SMP
	select ARM_TIMER_SP804
	select THERMAL
	select THERMAL_OF
	help