On 20-10-19, 20:56, Bjorn Andersson wrote: > Enable the driver for the watchdog found in the application processor > subsystem on most modern Qualcomm platforms. Reviewed-by: Vinod Koul <vkoul@xxxxxxxxxx> With this and the node patch, I was able to test wdt on db845c: Tested-by: Vinod Koul <vkoul@xxxxxxxxxx> > > Signed-off-by: Bjorn Andersson <bjorn.andersson@xxxxxxxxxx> > --- > arch/arm64/configs/defconfig | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig > index 4591bf1303da..f3d95f77fb0d 100644 > --- a/arch/arm64/configs/defconfig > +++ b/arch/arm64/configs/defconfig > @@ -463,6 +463,7 @@ CONFIG_IMX2_WDT=y > CONFIG_IMX_SC_WDT=m > CONFIG_MESON_GXBB_WATCHDOG=m > CONFIG_MESON_WATCHDOG=m > +CONFIG_QCOM_WDT=m > CONFIG_RENESAS_WDT=y > CONFIG_UNIPHIER_WATCHDOG=y > CONFIG_BCM2835_WDT=y > -- > 2.23.0 -- ~Vinod