.. | .. |
---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0 */ |
---|
1 | 2 | /* |
---|
2 | 3 | * Copyright (c) 2014 Samsung Electronics Co., Ltd. |
---|
3 | 4 | * Author: Chanwoo Choi <cw00.choi@samsung.com> |
---|
4 | | - * |
---|
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 |
---|
7 | | - * published by the Free Software Foundation. |
---|
8 | 5 | */ |
---|
9 | 6 | |
---|
10 | 7 | #ifndef _DT_BINDINGS_CLOCK_EXYNOS5433_H |
---|
.. | .. |
---|
159 | 156 | #define CLK_ACLK_G2D_266 220 |
---|
160 | 157 | #define CLK_ACLK_G2D_400 221 |
---|
161 | 158 | #define CLK_ACLK_G3D_400 222 |
---|
162 | | -#define CLK_ACLK_IMEM_SSX_266 223 |
---|
| 159 | +#define CLK_ACLK_IMEM_SSSX_266 223 |
---|
163 | 160 | #define CLK_ACLK_BUS0_400 224 |
---|
164 | 161 | #define CLK_ACLK_BUS1_400 225 |
---|
165 | 162 | #define CLK_ACLK_IMEM_200 226 |
---|
.. | .. |
---|
1409 | 1406 | |
---|
1410 | 1407 | #define CAM1_NR_CLK 113 |
---|
1411 | 1408 | |
---|
| 1409 | +/* CMU_IMEM */ |
---|
| 1410 | +#define CLK_ACLK_SLIMSSS 2 |
---|
| 1411 | +#define CLK_PCLK_SLIMSSS 35 |
---|
| 1412 | + |
---|
| 1413 | +#define IMEM_NR_CLK 36 |
---|
| 1414 | + |
---|
1412 | 1415 | #endif /* _DT_BINDINGS_CLOCK_EXYNOS5433_H */ |
---|