From: Quanyang Wang <[email protected]> The kernel opitons and the reasons are listed as following:
CONFIG_XILINX_WINDOW_WATCHDOG: Enable upstream WWDT driver for Versal and Versal NET. CONFIG_RESET_CONTROLLER: Enable reset-controller config to provide the dynamic reset feature based on DT reset IDs. It also resolves the failure of the USB dwc3 probe. Signed-off-by: Quanyang Wang <[email protected]> --- Hi Bruce, Would you please help merge this patch to the branch: yocto-6.1 Thanks, Quanyang --- bsp/xilinx-versal/xilinx-versal.cfg | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bsp/xilinx-versal/xilinx-versal.cfg b/bsp/xilinx-versal/xilinx-versal.cfg index 6755af4129..387f9547d9 100644 --- a/bsp/xilinx-versal/xilinx-versal.cfg +++ b/bsp/xilinx-versal/xilinx-versal.cfg @@ -63,6 +63,7 @@ CONFIG_GPIO_ZYNQ=y CONFIG_WATCHDOG=y CONFIG_XILINX_WATCHDOG=y +CONFIG_XILINX_WINDOW_WATCHDOG=y CONFIG_USB=y CONFIG_USB_XHCI_HCD=y @@ -180,6 +181,7 @@ CONFIG_ARM_CCI_PMU=y CONFIG_PERF_EVENTS=y CONFIG_VERSAL_SYSMON=y +CONFIG_RESET_CONTROLLER=y CONFIG_XILINX_AIE=y -- 2.36.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#13421): https://lists.yoctoproject.org/g/linux-yocto/message/13421 Mute This Topic: https://lists.yoctoproject.org/mt/103125401/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/linux-yocto/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
