Skip to content

Commit 48b3597

Browse files
refractionwarekrzk
authored andcommitted
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 d5cd103. Signed-off-by: Artur Weber <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Krzysztof Kozlowski <[email protected]>
1 parent 5b40732 commit 48b3597

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

drivers/clk/samsung/clk-exynos-clkout.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,9 @@ static const struct of_device_id exynos_clkout_ids[] = {
5555
}, {
5656
.compatible = "samsung,exynos4210-pmu",
5757
.data = &exynos_clkout_exynos4,
58+
}, {
59+
.compatible = "samsung,exynos4212-pmu",
60+
.data = &exynos_clkout_exynos4,
5861
}, {
5962
.compatible = "samsung,exynos4412-pmu",
6063
.data = &exynos_clkout_exynos4,

0 commit comments

Comments
 (0)