watchdog: s3c2410_wdt: use exynos_get_pmu_regmap_by_phandle() for PMU regs
authorPeter Griffin <peter.griffin@linaro.org>
Tue, 20 Feb 2024 22:06:13 +0000 (22:06 +0000)
committerKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Sun, 25 Feb 2024 10:39:25 +0000 (11:39 +0100)
commit746f0770f916e6c48e422d6a34e67eae16707f0e
treeb991857639c1eb053f3554054956634eedfd2d13
parent0b7c6075022ccff529318597dc6b165dd6a25c8f
watchdog: s3c2410_wdt: use exynos_get_pmu_regmap_by_phandle() for PMU regs

Obtain the PMU regmap using the new API added to exynos-pmu driver rather
than syscon_regmap_lookup_by_phandle(). As this driver no longer depends
on mfd syscon remove that header and Kconfig dependency.

Tested-by: Alexey Klimov <alexey.klimov@linaro.org>
Tested-by: Sam Protsenko <semen.protsenko@linaro.org>
Acked-by: Guenter Roeck <linux@roeck-us.net>
Reviewed-by: Sam Protsenko <semen.protsenko@linaro.org>
Signed-off-by: Peter Griffin <peter.griffin@linaro.org>
Link: https://lore.kernel.org/r/20240220220613.797068-3-peter.griffin@linaro.org
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
drivers/watchdog/Kconfig
drivers/watchdog/s3c2410_wdt.c