summaryrefslogtreecommitdiffstats
path: root/include/dt-bindings/clock/exynos5250.h
diff options
context:
space:
mode:
authorSylwester Nawrocki <s.nawrocki@samsung.com>2020-08-26 19:15:27 +0200
committerSylwester Nawrocki <s.nawrocki@samsung.com>2020-09-17 12:05:15 +0200
commitf493602db56beee1514b37180599a1f3f66f816e (patch)
tree03fbb51a5888be07139012d6ca648499a2b8157f /include/dt-bindings/clock/exynos5250.h
parent8b066520ff7e5d8e843f4e405da0069636980666 (diff)
downloadlinux-stable-f493602db56beee1514b37180599a1f3f66f816e.tar.gz
linux-stable-f493602db56beee1514b37180599a1f3f66f816e.tar.bz2
linux-stable-f493602db56beee1514b37180599a1f3f66f816e.zip
clk: samsung: Add clk ID definitions for the CPU parent clocks
Add clock ID definitions for the CPU parent clocks for SoCs which don't have such definitions yet. This will allow us to reference the parent clocks directly by cached struct clk_hw pointers in the clock provider, rather than doing clk lookup by name. Reviewed-by: Krzysztof Kozlowski <krzk@kernel.org> Acked-by: Chanwoo Choi <cw00.choi@samsung.com> Acked-by: Rob Herring <robh@kernel.org> Link: https://lore.kernel.org/r/20200826171529.23618-1-s.nawrocki@samsung.com Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
Diffstat (limited to 'include/dt-bindings/clock/exynos5250.h')
-rw-r--r--include/dt-bindings/clock/exynos5250.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/dt-bindings/clock/exynos5250.h b/include/dt-bindings/clock/exynos5250.h
index bc8a3c53a54b..e259cc01f22f 100644
--- a/include/dt-bindings/clock/exynos5250.h
+++ b/include/dt-bindings/clock/exynos5250.h
@@ -172,8 +172,10 @@
#define CLK_MOUT_GPLL 1025
#define CLK_MOUT_ACLK200_DISP1_SUB 1026
#define CLK_MOUT_ACLK300_DISP1_SUB 1027
+#define CLK_MOUT_APLL 1028
+#define CLK_MOUT_MPLL 1029
/* must be greater than maximal clock id */
-#define CLK_NR_CLKS 1028
+#define CLK_NR_CLKS 1030
#endif /* _DT_BINDINGS_CLOCK_EXYNOS_5250_H */