]> www.infradead.org Git - users/jedix/linux-maple.git/commit
watchdog: s3c2410_wdt: Fix PMU register bits for ExynosAutoV920 SoC
authorKyunghwan Seo <khwan.seo@samsung.com>
Thu, 13 Feb 2025 00:41:04 +0000 (09:41 +0900)
committerWim Van Sebroeck <wim@linux-watchdog.org>
Sun, 9 Mar 2025 14:19:43 +0000 (15:19 +0100)
commit480ee8a260e6f87cbcdaff77ac2cbf6dc03f0f4f
tree57db5af9b965b65308a9ace5f32d4ef2bfdb80a8
parentc284153a2c5537db4fec51ac850c17d2eb1ffcfe
watchdog: s3c2410_wdt: Fix PMU register bits for ExynosAutoV920 SoC

Fix the PMU register bits for the ExynosAutoV920 SoC.
This SoC has different bit information compared to its previous
version, ExynosAutoV9, and we have made the necessary adjustments.

rst_stat_bit:
    - ExynosAutoV920 cl0 : 0
    - ExynosAutoV920 cl1 : 1

cnt_en_bit:
    - ExynosAutoV920 cl0 : 8
    - ExynosAutoV920 cl1 : 8

Signed-off-by: Kyunghwan Seo <khwan.seo@samsung.com>
Signed-off-by: Sangwook Shin <sw617.shin@samsung.com>
Reviewed-by: Alim Akhtar <alim.akhtar@samsung.com>
Reviewed-by: Guenter Roeck <linux@roeck-us.net>
Link: https://lore.kernel.org/r/20250213004104.3881711-1-sw617.shin@samsung.com
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Wim Van Sebroeck <wim@linux-watchdog.org>
drivers/watchdog/s3c2410_wdt.c