merged. Bruce
In message: [yocto-kernel-cache][yocto-6.1][PATCH] bsp: xilinx-versal: add new kernel options introduced by v2023.2 on 12/12/2023 [email protected] wrote: > 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 (#13425): https://lists.yoctoproject.org/g/linux-yocto/message/13425 Mute This Topic: https://lists.yoctoproject.org/mt/103125401/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/linux-yocto/leave/6687884/21656/624485779/xyzzy [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
