Skip to content

Commit c76c029

Browse files
Sangwook ShinWim Van Sebroeck
authored andcommitted
watchdog: s3c2410_wdt: exynosautov920: Enable QUIRK_HAS_32BIT_CNT
Enable QUIRK_HAS_32BIT_CNT to ExynosAutov920 SoC which has 32-bit WTCNT. Reviewed-by: Sam Protsenko <[email protected]> Signed-off-by: Sangwook Shin <[email protected]> Reviewed-by: Guenter Roeck <[email protected]> Signed-off-by: Guenter Roeck <[email protected]> Signed-off-by: Wim Van Sebroeck <[email protected]>
1 parent a36c90a commit c76c029

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

drivers/watchdog/s3c2410_wdt.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

363363
static 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

376376
static const struct of_device_id s3c2410_wdt_match[] = {

0 commit comments

Comments
 (0)