[PATCH 2/2] watchdog: imx7ulp_wdt: needn't wait 2.5 clocks after RCS is done for iMX93
Frank Li
Frank.Li at nxp.com
Thu Jul 11 15:41:00 PDT 2024
From: Alice Guo <alice.guo at nxp.com>
i.MX93 watchdog needn't wait 2.5 clocks after RCS is done. So set
post_rcs_wait to false for "fsl,imx93-wdt".
Signed-off-by: Alice Guo <alice.guo at nxp.com>
Reviewed-by: Ye Li <ye.li at nxp.com>
Signed-off-by: Frank Li <Frank.Li at nxp.com>
---
drivers/watchdog/imx7ulp_wdt.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/watchdog/imx7ulp_wdt.c b/drivers/watchdog/imx7ulp_wdt.c
index 904b9f1873856..3a75a6f98f8f0 100644
--- a/drivers/watchdog/imx7ulp_wdt.c
+++ b/drivers/watchdog/imx7ulp_wdt.c
@@ -405,7 +405,6 @@ static const struct imx_wdt_hw_feature imx8ulp_wdt_hw = {
static const struct imx_wdt_hw_feature imx93_wdt_hw = {
.prescaler_enable = true,
.wdog_clock_rate = 125,
- .post_rcs_wait = true,
};
static const struct of_device_id imx7ulp_wdt_dt_ids[] = {
--
2.34.1
More information about the linux-arm-kernel
mailing list