mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-11-29 22:51:49 +01:00
arm: zynq: Enable cadence driver on zc706
Enable watchdog with reset-on-timeout feature. Signed-off-by: Michal Simek <michal.simek@xilinx.com>
This commit is contained in:
parent
e6cc3b25d7
commit
f5e2943b8b
@ -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
|
|||||||
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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user