diff options
author | Mike Turquette <mturquette@linaro.org> | 2014-07-31 12:32:18 -0400 |
---|---|---|
committer | Mike Turquette <mturquette@linaro.org> | 2014-07-31 12:32:18 -0400 |
commit | d7d3d26fa5446fc74e2c52504d827bda89b7b03e (patch) | |
tree | 209f3a0fe71af5a97ece45cee40c7e1a4f5495f3 /include/dt-bindings | |
parent | abeab450bfe823079c8a3abf5123f41a0da62392 (diff) | |
parent | f65d518942325d4bfa74b5c9d42ea5a89e4f6943 (diff) |
Merge tag 'for_3.17/samsung-clk' of git://git.kernel.org/pub/scm/linux/kernel/git/tfiga/samsung-clk into clk-next-samsung
Samsung clock patches for 3.17
1) non-critical fixes (without need to push to stable):
d5e136a clk: samsung: Register clk provider only after registering its all clocks
305cfab clk: samsung: Make of_device_id array const
e9d5295 clk: samsung: exynos5420: Setup clocks before system suspend
f65d518 clk: samsung: trivial: Correct typo in author's name
2) Exynos CLKOUT driver:
800c979 clk: samsung: exynos4: Add missing CPU/DMC clock hierarchy
01f7ec2 clk: samsung: exynos4: Add CLKOUT clock hierarchy
1e832e5 clk: samsung: Add driver to control CLKOUT line on Exynos SoCs
d19bb39 ARM: dts: exynos: Update PMU node with CLKOUT related data
3) Clock hierarchy extensions:
17d3f1d clk: exynos4: Add PPMU IP block source clocks.
ca5b402 clk: samsung: register exynos5420 apll/kpll configuration data
4) ARM CLKDOWN functionality enablement for Exynos4 and 3250:
42773b2 clk: samsung: exynos4: Enable ARMCLK down feature
45c5b0a clk: samsung: exynos3250: Enable ARMCLK down feature
Diffstat (limited to 'include/dt-bindings')
-rw-r--r-- | include/dt-bindings/clock/exynos4.h | 25 | ||||
-rw-r--r-- | include/dt-bindings/clock/exynos5250.h | 2 | ||||
-rw-r--r-- | include/dt-bindings/clock/exynos5420.h | 2 | ||||
-rw-r--r-- | include/dt-bindings/clock/exynos5440.h | 2 |
4 files changed, 27 insertions, 4 deletions
diff --git a/include/dt-bindings/clock/exynos4.h b/include/dt-bindings/clock/exynos4.h index 1106ca540a96..459bd2bd411f 100644 --- a/include/dt-bindings/clock/exynos4.h +++ b/include/dt-bindings/clock/exynos4.h | |||
@@ -1,6 +1,6 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (c) 2013 Samsung Electronics Co., Ltd. | 2 | * Copyright (c) 2013 Samsung Electronics Co., Ltd. |
3 | * Author: Andrzej Haja <a.hajda@samsung.com> | 3 | * Author: Andrzej Hajda <a.hajda@samsung.com> |
4 | * | 4 | * |
5 | * This program is free software; you can redistribute it and/or modify | 5 | * This program is free software; you can redistribute it and/or modify |
6 | * it under the terms of the GNU General Public License version 2 as | 6 | * it under the terms of the GNU General Public License version 2 as |
@@ -34,6 +34,11 @@ | |||
34 | #define CLK_MOUT_CORE 19 | 34 | #define CLK_MOUT_CORE 19 |
35 | #define CLK_MOUT_APLL 20 | 35 | #define CLK_MOUT_APLL 20 |
36 | #define CLK_SCLK_HDMIPHY 22 | 36 | #define CLK_SCLK_HDMIPHY 22 |
37 | #define CLK_OUT_DMC 23 | ||
38 | #define CLK_OUT_TOP 24 | ||
39 | #define CLK_OUT_LEFTBUS 25 | ||
40 | #define CLK_OUT_RIGHTBUS 26 | ||
41 | #define CLK_OUT_CPU 27 | ||
37 | 42 | ||
38 | /* gate for special clocks (sclk) */ | 43 | /* gate for special clocks (sclk) */ |
39 | #define CLK_SCLK_FIMC0 128 | 44 | #define CLK_SCLK_FIMC0 128 |
@@ -230,6 +235,24 @@ | |||
230 | #define CLK_MOUT_G3D 394 | 235 | #define CLK_MOUT_G3D 394 |
231 | #define CLK_ACLK400_MCUISP 395 /* Exynos4x12 only */ | 236 | #define CLK_ACLK400_MCUISP 395 /* Exynos4x12 only */ |
232 | 237 | ||
238 | /* gate clocks - ppmu */ | ||
239 | #define CLK_PPMULEFT 400 | ||
240 | #define CLK_PPMURIGHT 401 | ||
241 | #define CLK_PPMUCAMIF 402 | ||
242 | #define CLK_PPMUTV 403 | ||
243 | #define CLK_PPMUMFC_L 404 | ||
244 | #define CLK_PPMUMFC_R 405 | ||
245 | #define CLK_PPMUG3D 406 | ||
246 | #define CLK_PPMUIMAGE 407 | ||
247 | #define CLK_PPMULCD0 408 | ||
248 | #define CLK_PPMULCD1 409 /* Exynos4210 only */ | ||
249 | #define CLK_PPMUFILE 410 | ||
250 | #define CLK_PPMUGPS 411 | ||
251 | #define CLK_PPMUDMC0 412 | ||
252 | #define CLK_PPMUDMC1 413 | ||
253 | #define CLK_PPMUCPU 414 | ||
254 | #define CLK_PPMUACP 415 | ||
255 | |||
233 | /* div clocks */ | 256 | /* div clocks */ |
234 | #define CLK_DIV_ISP0 450 /* Exynos4x12 only */ | 257 | #define CLK_DIV_ISP0 450 /* Exynos4x12 only */ |
235 | #define CLK_DIV_ISP1 451 /* Exynos4x12 only */ | 258 | #define CLK_DIV_ISP1 451 /* Exynos4x12 only */ |
diff --git a/include/dt-bindings/clock/exynos5250.h b/include/dt-bindings/clock/exynos5250.h index be6e97c54f54..4273891dc78e 100644 --- a/include/dt-bindings/clock/exynos5250.h +++ b/include/dt-bindings/clock/exynos5250.h | |||
@@ -1,6 +1,6 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (c) 2013 Samsung Electronics Co., Ltd. | 2 | * Copyright (c) 2013 Samsung Electronics Co., Ltd. |
3 | * Author: Andrzej Haja <a.hajda@samsung.com> | 3 | * Author: Andrzej Hajda <a.hajda@samsung.com> |
4 | * | 4 | * |
5 | * This program is free software; you can redistribute it and/or modify | 5 | * This program is free software; you can redistribute it and/or modify |
6 | * it under the terms of the GNU General Public License version 2 as | 6 | * it under the terms of the GNU General Public License version 2 as |
diff --git a/include/dt-bindings/clock/exynos5420.h b/include/dt-bindings/clock/exynos5420.h index 14e1c8f9640c..cea56606d04d 100644 --- a/include/dt-bindings/clock/exynos5420.h +++ b/include/dt-bindings/clock/exynos5420.h | |||
@@ -1,6 +1,6 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (c) 2013 Samsung Electronics Co., Ltd. | 2 | * Copyright (c) 2013 Samsung Electronics Co., Ltd. |
3 | * Author: Andrzej Haja <a.hajda@samsung.com> | 3 | * Author: Andrzej Hajda <a.hajda@samsung.com> |
4 | * | 4 | * |
5 | * This program is free software; you can redistribute it and/or modify | 5 | * This program is free software; you can redistribute it and/or modify |
6 | * it under the terms of the GNU General Public License version 2 as | 6 | * it under the terms of the GNU General Public License version 2 as |
diff --git a/include/dt-bindings/clock/exynos5440.h b/include/dt-bindings/clock/exynos5440.h index 70cd85077fa9..c66fc405a79a 100644 --- a/include/dt-bindings/clock/exynos5440.h +++ b/include/dt-bindings/clock/exynos5440.h | |||
@@ -1,6 +1,6 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (c) 2013 Samsung Electronics Co., Ltd. | 2 | * Copyright (c) 2013 Samsung Electronics Co., Ltd. |
3 | * Author: Andrzej Haja <a.hajda-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org> | 3 | * Author: Andrzej Hajda <a.hajda@samsung.com> |
4 | * | 4 | * |
5 | * This program is free software; you can redistribute it and/or modify | 5 | * This program is free software; you can redistribute it and/or modify |
6 | * it under the terms of the GNU General Public License version 2 as | 6 | * it under the terms of the GNU General Public License version 2 as |