Skip to content
Snippets Groups Projects
Commit f5e2943b authored by Michal Simek's avatar Michal Simek
Browse files

arm: zynq: Enable cadence driver on zc706


Enable watchdog with reset-on-timeout feature.

Signed-off-by: default avatarMichal Simek <michal.simek@xilinx.com>
parent e6cc3b25
No related branches found
No related tags found
No related merge requests found
......@@ -333,3 +333,7 @@
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_usb0_default>;
};
&watchdog0 {
reset-on-timeout;
};
......@@ -73,3 +73,5 @@ CONFIG_USB_GADGET_PRODUCT_NUM=0x0300
CONFIG_CI_UDC=y
CONFIG_USB_GADGET_DOWNLOAD=y
CONFIG_USB_FUNCTION_THOR=y
CONFIG_WDT=y
CONFIG_WDT_CDNS=y
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment