diff mbox series

arm64: zynqmp: Disable WDT_CDNS driver by default

Message ID c5b21c2d252b382c124057af1bbcc7ffb0e02c40.1628234492.git.michal.simek@xilinx.com
State Accepted
Commit 055dfdc257c99b2195e22493d986dd3b45939f80
Delegated to: Michal Simek
Headers show
Series arm64: zynqmp: Disable WDT_CDNS driver by default | expand

Commit Message

Michal Simek Aug. 6, 2021, 7:21 a.m. UTC
Do not enable watchdog driver in default zynqmp configuration. The reason
is that not all distributions are handling watchdog properly and then
expires and system resets. If someone needs watchdog in their design please
enable it by hand.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
---

 configs/xilinx_zynqmp_virt_defconfig | 1 -
 1 file changed, 1 deletion(-)

Comments

Michal Simek Aug. 23, 2021, 6:44 a.m. UTC | #1
pá 6. 8. 2021 v 9:21 odesílatel Michal Simek <michal.simek@xilinx.com> napsal:
>
> Do not enable watchdog driver in default zynqmp configuration. The reason
> is that not all distributions are handling watchdog properly and then
> expires and system resets. If someone needs watchdog in their design please
> enable it by hand.
>
> Signed-off-by: Michal Simek <michal.simek@xilinx.com>
> ---
>
>  configs/xilinx_zynqmp_virt_defconfig | 1 -
>  1 file changed, 1 deletion(-)
>
> diff --git a/configs/xilinx_zynqmp_virt_defconfig b/configs/xilinx_zynqmp_virt_defconfig
> index d3d38015e2c0..4f305198420b 100644
> --- a/configs/xilinx_zynqmp_virt_defconfig
> +++ b/configs/xilinx_zynqmp_virt_defconfig
> @@ -194,7 +194,6 @@ CONFIG_BMP_16BPP=y
>  CONFIG_BMP_24BPP=y
>  CONFIG_BMP_32BPP=y
>  CONFIG_WDT=y
> -CONFIG_WDT_CDNS=y
>  CONFIG_PANIC_HANG=y
>  CONFIG_TPM=y
>  CONFIG_SPL_GZIP=y
> --
> 2.32.0
>

Applied.
M
diff mbox series

Patch

diff --git a/configs/xilinx_zynqmp_virt_defconfig b/configs/xilinx_zynqmp_virt_defconfig
index d3d38015e2c0..4f305198420b 100644
--- a/configs/xilinx_zynqmp_virt_defconfig
+++ b/configs/xilinx_zynqmp_virt_defconfig
@@ -194,7 +194,6 @@  CONFIG_BMP_16BPP=y
 CONFIG_BMP_24BPP=y
 CONFIG_BMP_32BPP=y
 CONFIG_WDT=y
-CONFIG_WDT_CDNS=y
 CONFIG_PANIC_HANG=y
 CONFIG_TPM=y
 CONFIG_SPL_GZIP=y