From patchwork Mon May 11 14:00:27 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Fabio Estevam X-Patchwork-Id: 245596 List-Id: U-Boot discussion From: festevam at gmail.com (Fabio Estevam) Date: Mon, 11 May 2020 11:00:27 -0300 Subject: [PATCH 1/5] imx8mm_evk: Select the watchdog driver Message-ID: <20200511140031.8862-1-festevam@gmail.com> Currently the watchdog driver is not selected, which causes the following warnings in both SPL and U-Boot proper: U-Boot SPL 2020.07-rc1-00387-g67887903af (May 07 2020 - 23:49:27 -0300) Normal Boot WDT: Started without servicing (60s timeout) Trying to boot from MMC1 U-Boot 2020.07-rc1-00387-g67887903af (May 07 2020 - 23:49:27 -0300) CPU: Freescale i.MX8MMQ rev1.0 at 1200 MHz Reset cause: POR Model: FSL i.MX8MM EVK board DRAM: 2 GiB WDT: Started without servicing (60s timeout) .... System reboots after staying 60s in the U-Boot prompt. Fix this problem by enabling CONFIG_WATCHDOG so that watchdog can be properly serviced. Suggested-by: Marek Vasut Signed-off-by: Fabio Estevam --- configs/imx8mm_evk_defconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/configs/imx8mm_evk_defconfig b/configs/imx8mm_evk_defconfig index 9a72f46f27..e7abf6b07c 100644 --- a/configs/imx8mm_evk_defconfig +++ b/configs/imx8mm_evk_defconfig @@ -85,5 +85,4 @@ CONFIG_SPL_SYSRESET=y CONFIG_SYSRESET_PSCI=y CONFIG_SYSRESET_WATCHDOG=y CONFIG_DM_THERMAL=y -# CONFIG_WATCHDOG is not set CONFIG_IMX_WATCHDOG=y From patchwork Mon May 11 14:00:28 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Fabio Estevam X-Patchwork-Id: 245597 List-Id: U-Boot discussion From: festevam at gmail.com (Fabio Estevam) Date: Mon, 11 May 2020 11:00:28 -0300 Subject: [PATCH 2/5] imx8mn_ddr4_evk: Select the watchdog driver In-Reply-To: <20200511140031.8862-1-festevam@gmail.com> References: <20200511140031.8862-1-festevam@gmail.com> Message-ID: <20200511140031.8862-2-festevam@gmail.com> Currently watchdog driver is not selected, which causes system to reboot after staying 60s in the U-Boot prompt. Fix this problem by enabling CONFIG_WATCHDOG so that watchdog can be properly serviced. Signed-off-by: Fabio Estevam --- configs/imx8mn_ddr4_evk_defconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/configs/imx8mn_ddr4_evk_defconfig b/configs/imx8mn_ddr4_evk_defconfig index bc6014d73a..7fd443f37e 100644 --- a/configs/imx8mn_ddr4_evk_defconfig +++ b/configs/imx8mn_ddr4_evk_defconfig @@ -79,5 +79,4 @@ CONFIG_SPL_SYSRESET=y CONFIG_SYSRESET_PSCI=y CONFIG_SYSRESET_WATCHDOG=y CONFIG_DM_THERMAL=y -# CONFIG_WATCHDOG is not set CONFIG_IMX_WATCHDOG=y From patchwork Mon May 11 14:00:29 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Fabio Estevam X-Patchwork-Id: 245598 List-Id: U-Boot discussion From: festevam at gmail.com (Fabio Estevam) Date: Mon, 11 May 2020 11:00:29 -0300 Subject: [PATCH 3/5] imx8mm_beacon: Select the watchdog driver In-Reply-To: <20200511140031.8862-1-festevam@gmail.com> References: <20200511140031.8862-1-festevam@gmail.com> Message-ID: <20200511140031.8862-3-festevam@gmail.com> Currently watchdog driver is not selected, which causes system to reboot after staying 60s in the U-Boot prompt. Fix this problem by enabling CONFIG_WATCHDOG so that watchdog can be properly serviced. Signed-off-by: Fabio Estevam Reviewed-by: Adam Ford --- configs/imx8mm_beacon_defconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/configs/imx8mm_beacon_defconfig b/configs/imx8mm_beacon_defconfig index b935d72360..a518963f48 100644 --- a/configs/imx8mm_beacon_defconfig +++ b/configs/imx8mm_beacon_defconfig @@ -100,5 +100,4 @@ CONFIG_SPL_SYSRESET=y CONFIG_SYSRESET_PSCI=y CONFIG_SYSRESET_WATCHDOG=y CONFIG_DM_THERMAL=y -# CONFIG_WATCHDOG is not set CONFIG_IMX_WATCHDOG=y From patchwork Mon May 11 14:00:30 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Fabio Estevam X-Patchwork-Id: 245599 List-Id: U-Boot discussion From: festevam at gmail.com (Fabio Estevam) Date: Mon, 11 May 2020 11:00:30 -0300 Subject: [PATCH 4/5] imx8mp_evk: Select the watchdog driver In-Reply-To: <20200511140031.8862-1-festevam@gmail.com> References: <20200511140031.8862-1-festevam@gmail.com> Message-ID: <20200511140031.8862-4-festevam@gmail.com> Currently watchdog driver is not selected, which causes system to reboot after staying 60s in the U-Boot prompt. Fix this problem by enabling CONFIG_WATCHDOG so that watchdog can be properly serviced. Signed-off-by: Fabio Estevam --- configs/imx8mp_evk_defconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/configs/imx8mp_evk_defconfig b/configs/imx8mp_evk_defconfig index 44b2935f69..0693658365 100644 --- a/configs/imx8mp_evk_defconfig +++ b/configs/imx8mp_evk_defconfig @@ -82,5 +82,4 @@ CONFIG_SYSRESET=y CONFIG_SPL_SYSRESET=y CONFIG_SYSRESET_PSCI=y CONFIG_SYSRESET_WATCHDOG=y -# CONFIG_WATCHDOG is not set CONFIG_IMX_WATCHDOG=y From patchwork Mon May 11 14:00:31 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Fabio Estevam X-Patchwork-Id: 245600 List-Id: U-Boot discussion From: festevam at gmail.com (Fabio Estevam) Date: Mon, 11 May 2020 11:00:31 -0300 Subject: [PATCH 5/5] verdin-imx8mm: Select the watchdog driver In-Reply-To: <20200511140031.8862-1-festevam@gmail.com> References: <20200511140031.8862-1-festevam@gmail.com> Message-ID: <20200511140031.8862-5-festevam@gmail.com> Currently watchdog driver is not selected, which causes system to reboot after staying 60s in the U-Boot prompt. Fix this problem by enabling CONFIG_WATCHDOG so that watchdog can be properly serviced. Signed-off-by: Fabio Estevam Acked-by: Igor Opaniuk --- configs/verdin-imx8mm_defconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/configs/verdin-imx8mm_defconfig b/configs/verdin-imx8mm_defconfig index c68b299a95..f5b6e03251 100644 --- a/configs/verdin-imx8mm_defconfig +++ b/configs/verdin-imx8mm_defconfig @@ -99,5 +99,4 @@ CONFIG_SPL_SYSRESET=y CONFIG_SYSRESET_PSCI=y CONFIG_SYSRESET_WATCHDOG=y CONFIG_DM_THERMAL=y -# CONFIG_WATCHDOG is not set CONFIG_IMX_WATCHDOG=y