[COMMON] watchdog: s3c2410_wdt: Change PMU mask function
authorJaehyoung Choi <jkkkkk.choi@samsung.com>
Thu, 8 Mar 2018 07:01:50 +0000 (16:01 +0900)
committerCosmin Tanislav <demonsingur@gmail.com>
Mon, 22 Apr 2024 17:21:47 +0000 (20:21 +0300)
commitea08d09e2054e543049af6d2f21da980539a0956
tree271591b7dfef6029ea47ad1a18a1f775dde242e6
parent1e6592f3c27ecc984eaee4024c72db082aab4232
[COMMON] watchdog: s3c2410_wdt: Change PMU mask function

In Exynos9820, PMU registers were changed.
MASK_RESET register was replaced by NONCPU_INT_EN register.
AUTO_DISABLE register was removed and its value was fixed by 0.

For this reason, new drive data was added and function related
PMU was changed.

Change-Id: I14728441f6869946b2317cd6c63e04e0ca4a8360
Signed-off-by: Jaehyoung Choi <jkkkkk.choi@samsung.com>
drivers/watchdog/s3c2410_wdt.c