summaryrefslogtreecommitdiffstats
path: root/drivers/clk/samsung
diff options
context:
space:
mode:
authorArtur Weber <aweber.kernel@gmail.com>2023-05-01 21:55:17 +0200
committerKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>2023-05-09 19:48:28 +0200
commit48b359732e166d0f5d53649e21eac8d9343b8e13 (patch)
treef85b1e848d5134037fd937b9fc463026a8abbb8f /drivers/clk/samsung
parent5b40732af063c3fa2085b247129f065276c4947c (diff)
downloadlinux-stable-48b359732e166d0f5d53649e21eac8d9343b8e13.tar.gz
linux-stable-48b359732e166d0f5d53649e21eac8d9343b8e13.tar.bz2
linux-stable-48b359732e166d0f5d53649e21eac8d9343b8e13.zip
clk: samsung: Add Exynos4212 compatible to CLKOUT driver
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>
Diffstat (limited to 'drivers/clk/samsung')
-rw-r--r--drivers/clk/samsung/clk-exynos-clkout.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/clk/samsung/clk-exynos-clkout.c b/drivers/clk/samsung/clk-exynos-clkout.c
index 0cff1c94c35e..72b6cf83aff4 100644
--- a/drivers/clk/samsung/clk-exynos-clkout.c
+++ b/drivers/clk/samsung/clk-exynos-clkout.c
@@ -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,
}, {