File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -357,7 +357,7 @@ static const struct s3c2410_wdt_variant drv_data_exynosautov920_cl0 = {
357357 .cnt_en_bit = 8 ,
358358 .quirks = QUIRK_HAS_WTCLRINT_REG | QUIRK_HAS_PMU_MASK_RESET |
359359 QUIRK_HAS_PMU_RST_STAT | QUIRK_HAS_PMU_CNT_EN |
360- QUIRK_HAS_DBGACK_BIT ,
360+ QUIRK_HAS_DBGACK_BIT | QUIRK_HAS_32BIT_CNT ,
361361};
362362
363363static const struct s3c2410_wdt_variant drv_data_exynosautov920_cl1 = {
@@ -370,7 +370,7 @@ static const struct s3c2410_wdt_variant drv_data_exynosautov920_cl1 = {
370370 .cnt_en_bit = 8 ,
371371 .quirks = QUIRK_HAS_WTCLRINT_REG | QUIRK_HAS_PMU_MASK_RESET |
372372 QUIRK_HAS_PMU_RST_STAT | QUIRK_HAS_PMU_CNT_EN |
373- QUIRK_HAS_DBGACK_BIT ,
373+ QUIRK_HAS_DBGACK_BIT | QUIRK_HAS_32BIT_CNT ,
374374};
375375
376376static const struct of_device_id s3c2410_wdt_match [] = {
You can’t perform that action at this time.
0 commit comments