diff options
author | Kamil Konieczny <[email protected]> | 2019-01-22 10:02:31 +0100 |
---|---|---|
committer | Sylwester Nawrocki <[email protected]> | 2019-02-01 14:36:47 +0100 |
commit | 7403e48d7abd9a0114e9056e7615cfbbb5123b15 (patch) | |
tree | 330c2ef93f31904fbae4317d5155e7eb3fb2f71b | |
parent | bfeffd155283772bbe78c6a05dec7c0128ee500c (diff) |
clk: samsung: dt-bindings: Add Exynos5433 IMEM CMU clock IDs
Add DT bindings to describe the IMEM CMU clocks for the SlimSSS
(Slim Security SubSystem).
Signed-off-by: Kamil Konieczny <[email protected]>
Reviewed-by: Rob Herring <[email protected]>
Acked-by: Chanwoo Choi <[email protected]>
[[email protected]: edited commit description]
Signed-off-by: Sylwester Nawrocki <[email protected]>
-rw-r--r-- | include/dt-bindings/clock/exynos5433.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/dt-bindings/clock/exynos5433.h b/include/dt-bindings/clock/exynos5433.h index 98bd85ce1e45..7cfce3a62050 100644 --- a/include/dt-bindings/clock/exynos5433.h +++ b/include/dt-bindings/clock/exynos5433.h @@ -1406,4 +1406,10 @@ #define CAM1_NR_CLK 113 +/* CMU_IMEM */ +#define CLK_ACLK_SLIMSSS 2 +#define CLK_PCLK_SLIMSSS 35 + +#define IMEM_NR_CLK 36 + #endif /* _DT_BINDINGS_CLOCK_EXYNOS5433_H */ |