Message ID | 20250217-exynos990-wdt-v1-0-9b49df5256b0@mentallysanemainliners.org (mailing list archive) |
---|---|
Headers | show |
Series | watchdog: Exynos990 WDT enablement | expand |
On Mon Feb 17, 2025 at 8:05 PM CET, Igor Belwon wrote: > Hi all! > This series enables the two clusters of the Exynos990 watchdog timer > to be used. Weirdly enough, this SoC is missing the cl1 cluster, it has > the cl0 cluster and then jumps over to cl2. As such, new cluster index > code has been added to accomodate this oddity. > > Signed-off-by: Igor Belwon <igor.belwon@mentallysanemainliners.org> > --- > Igor Belwon (2): > dt-bindings: watchdog: samsung-wdt: Add exynos990-wdt compatible > watchdog: s3c2410_wdt: Add exynos990-wdt compatible data > > .../devicetree/bindings/watchdog/samsung-wdt.yaml | 9 +++-- > drivers/watchdog/s3c2410_wdt.c | 39 +++++++++++++++++++++- > 2 files changed, 44 insertions(+), 4 deletions(-) > --- > base-commit: 253c82b3a2cec22bf9db65645f934fbe095899a3 > change-id: 20250217-exynos990-wdt-0e9100ec5f99 > > Best regards, Please ignore this patchset. I did not test the bindings with my device tree changes - as such, I did not account for the cluster-index being more than 1. I will send a fixed v2 shortly. My apologies.
Hi all! This series enables the two clusters of the Exynos990 watchdog timer to be used. Weirdly enough, this SoC is missing the cl1 cluster, it has the cl0 cluster and then jumps over to cl2. As such, new cluster index code has been added to accomodate this oddity. Signed-off-by: Igor Belwon <igor.belwon@mentallysanemainliners.org> --- Igor Belwon (2): dt-bindings: watchdog: samsung-wdt: Add exynos990-wdt compatible watchdog: s3c2410_wdt: Add exynos990-wdt compatible data .../devicetree/bindings/watchdog/samsung-wdt.yaml | 9 +++-- drivers/watchdog/s3c2410_wdt.c | 39 +++++++++++++++++++++- 2 files changed, 44 insertions(+), 4 deletions(-) --- base-commit: 253c82b3a2cec22bf9db65645f934fbe095899a3 change-id: 20250217-exynos990-wdt-0e9100ec5f99 Best regards,