Hello Sangwook > -----Original Message----- > From: Sangwook Shin <sw617.shin@xxxxxxxxxxx> > Sent: Thursday, February 13, 2025 6:11 AM > To: krzk@xxxxxxxxxx; alim.akhtar@xxxxxxxxxxx; wim@xxxxxxxxxxxxxxxxxx; > linux@xxxxxxxxxxxx > Cc: linux-arm-kernel@xxxxxxxxxxxxxxxxxxx; linux-samsung- > soc@xxxxxxxxxxxxxxx; linux-watchdog@xxxxxxxxxxxxxxx; linux- > kernel@xxxxxxxxxxxxxxx; Kyunghwan Seo <khwan.seo@xxxxxxxxxxx>; > Sangwook Shin <sw617.shin@xxxxxxxxxxx> > Subject: [PATCH] watchdog: s3c2410_wdt: Fix PMU register bits for > ExynosAutoV920 SoC > > From: Kyunghwan Seo <khwan.seo@xxxxxxxxxxx> > > 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@xxxxxxxxxxx> > Signed-off-by: Sangwook Shin <sw617.shin@xxxxxxxxxxx> > --- Reviewed-by: Alim Akhtar <alim.akhtar@xxxxxxxxxxx>