File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -306,7 +306,8 @@ static const struct s3c2410_wdt_variant drv_data_exynosautov9_cl0 = {
306306 .cnt_en_reg = EXYNOS850_CLUSTER0_NONCPU_OUT ,
307307 .cnt_en_bit = 7 ,
308308 .quirks = QUIRK_HAS_WTCLRINT_REG | QUIRK_HAS_PMU_MASK_RESET |
309- QUIRK_HAS_PMU_RST_STAT | QUIRK_HAS_PMU_CNT_EN ,
309+ QUIRK_HAS_PMU_RST_STAT | QUIRK_HAS_PMU_CNT_EN |
310+ QUIRK_HAS_DBGACK_BIT | QUIRK_HAS_32BIT_CNT ,
310311};
311312
312313static const struct s3c2410_wdt_variant drv_data_exynosautov9_cl1 = {
@@ -318,7 +319,8 @@ static const struct s3c2410_wdt_variant drv_data_exynosautov9_cl1 = {
318319 .cnt_en_reg = EXYNOSAUTOV9_CLUSTER1_NONCPU_OUT ,
319320 .cnt_en_bit = 7 ,
320321 .quirks = QUIRK_HAS_WTCLRINT_REG | QUIRK_HAS_PMU_MASK_RESET |
321- QUIRK_HAS_PMU_RST_STAT | QUIRK_HAS_PMU_CNT_EN ,
322+ QUIRK_HAS_PMU_RST_STAT | QUIRK_HAS_PMU_CNT_EN |
323+ QUIRK_HAS_DBGACK_BIT | QUIRK_HAS_32BIT_CNT ,
322324};
323325
324326static const struct s3c2410_wdt_variant drv_data_gs101_cl0 = {
You can’t perform that action at this time.
0 commit comments