From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rayagonda Kokatanur Date: Thu, 25 Jun 2020 13:45:33 +0530 Subject: [PATCH v3 7/7] configs: ns3: enable sp805 watchdog driver In-Reply-To: <20200625081533.1144-1-rayagonda.kokatanur@broadcom.com> References: <20200625081533.1144-1-rayagonda.kokatanur@broadcom.com> Message-ID: <20200625081533.1144-8-rayagonda.kokatanur@broadcom.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Enable sp805 watchdog driver for ns3. Signed-off-by: Rayagonda Kokatanur Reviewed-by: Simon Glass --- Changes from v2: -Address review comments from Stefan Rose, Define CONFIG_WATCHDOG defconfig which takes care of wdt reset for every 1s. configs/bcm_ns3_defconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configs/bcm_ns3_defconfig b/configs/bcm_ns3_defconfig index 66fbdb20d6..ab26617158 100644 --- a/configs/bcm_ns3_defconfig +++ b/configs/bcm_ns3_defconfig @@ -37,5 +37,7 @@ CONFIG_PINCTRL=y CONFIG_PINCTRL_SINGLE=y CONFIG_DM_SERIAL=y CONFIG_SYS_NS16550=y +CONFIG_WDT=y +CONFIG_WDT_SP805=y CONFIG_FAT_WRITE=y CONFIG_SPL_OF_LIBFDT=y -- 2.17.1