clk: samsung: Add Exynos4212 compatible to CLKOUT driver
authorArtur Weber <aweber.kernel@gmail.com>
Mon, 1 May 2023 19:55:17 +0000 (21:55 +0200)
committerKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Tue, 9 May 2023 17:48:28 +0000 (19:48 +0200)
Support for the Exynos4212 SoC was originally dropped as there were
no boards using it. We will be adding a device that uses it, so add
it back.

This reverts commit d5cd103b06f9d766295d18798de484528eb120ea.

Signed-off-by: Artur Weber <aweber.kernel@gmail.com>
Link: https://lore.kernel.org/r/20230501195525.6268-6-aweber.kernel@gmail.com
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
drivers/clk/samsung/clk-exynos-clkout.c

index 0cff1c9..72b6cf8 100644 (file)
@@ -56,6 +56,9 @@ static const struct of_device_id exynos_clkout_ids[] = {
                .compatible = "samsung,exynos4210-pmu",
                .data = &exynos_clkout_exynos4,
        }, {
+               .compatible = "samsung,exynos4212-pmu",
+               .data = &exynos_clkout_exynos4,
+       }, {
                .compatible = "samsung,exynos4412-pmu",
                .data = &exynos_clkout_exynos4,
        }, {