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
Branches
Tags
No related merge requests found
...@@ -333,3 +333,7 @@ ...@@ -333,3 +333,7 @@
pinctrl-names = "default"; pinctrl-names = "default";
pinctrl-0 = <&pinctrl_usb0_default>; pinctrl-0 = <&pinctrl_usb0_default>;
}; };
&watchdog0 {
reset-on-timeout;
};
...@@ -73,3 +73,5 @@ CONFIG_USB_GADGET_PRODUCT_NUM=0x0300 ...@@ -73,3 +73,5 @@ CONFIG_USB_GADGET_PRODUCT_NUM=0x0300
CONFIG_CI_UDC=y CONFIG_CI_UDC=y
CONFIG_USB_GADGET_DOWNLOAD=y CONFIG_USB_GADGET_DOWNLOAD=y
CONFIG_USB_FUNCTION_THOR=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.
Please register or to comment