[openwrt/openwrt] mvebu: cortex-a72: enable ARM SBSA Generic Watchdog

LEDE Commits lede-commits at lists.infradead.org
Mon Jun 24 00:46:29 PDT 2024


robimarko pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/2b316f4e22bc53eb9c3480fe76f27d343aba5540

commit 2b316f4e22bc53eb9c3480fe76f27d343aba5540
Author: Robert Marko <robimarko at gmail.com>
AuthorDate: Fri Jun 7 15:05:30 2024 +0200

    mvebu: cortex-a72: enable ARM SBSA Generic Watchdog
    
    Marvell 70x0 and 80x0 both have ARM SBSA Generic Watchdog built-in,
    so lets enable the required driver for them.
    
    Link: https://github.com/openwrt/openwrt/pull/15765
    Signed-off-by: Robert Marko <robimarko at gmail.com>
---
 target/linux/mvebu/cortexa72/config-6.6 | 1 +
 1 file changed, 1 insertion(+)

diff --git a/target/linux/mvebu/cortexa72/config-6.6 b/target/linux/mvebu/cortexa72/config-6.6
index 1434b18398..6a20865b30 100644
--- a/target/linux/mvebu/cortexa72/config-6.6
+++ b/target/linux/mvebu/cortexa72/config-6.6
@@ -37,6 +37,7 @@ CONFIG_ARM_GIC_V3_ITS=y
 CONFIG_ARM_GIC_V3_ITS_PCI=y
 # CONFIG_ARM_PL172_MPMC is not set
 CONFIG_ARM_PSCI_FW=y
+CONFIG_ARM_SBSA_WATCHDOG=y
 CONFIG_AUDIT_ARCH_COMPAT_GENERIC=y
 CONFIG_CC_HAVE_SHADOW_CALL_STACK=y
 CONFIG_CC_HAVE_STACKPROTECTOR_SYSREG=y




More information about the lede-commits mailing list