hc
2023-12-09 b22da3d8526a935aa31e086e63f60ff3246cb61c
kernel/include/dt-bindings/clock/exynos5433.h
....@@ -1,10 +1,7 @@
1
+/* SPDX-License-Identifier: GPL-2.0 */
12 /*
23 * Copyright (c) 2014 Samsung Electronics Co., Ltd.
34 * 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.
85 */
96
107 #ifndef _DT_BINDINGS_CLOCK_EXYNOS5433_H
....@@ -159,7 +156,7 @@
159156 #define CLK_ACLK_G2D_266 220
160157 #define CLK_ACLK_G2D_400 221
161158 #define CLK_ACLK_G3D_400 222
162
-#define CLK_ACLK_IMEM_SSX_266 223
159
+#define CLK_ACLK_IMEM_SSSX_266 223
163160 #define CLK_ACLK_BUS0_400 224
164161 #define CLK_ACLK_BUS1_400 225
165162 #define CLK_ACLK_IMEM_200 226
....@@ -1409,4 +1406,10 @@
14091406
14101407 #define CAM1_NR_CLK 113
14111408
1409
+/* CMU_IMEM */
1410
+#define CLK_ACLK_SLIMSSS 2
1411
+#define CLK_PCLK_SLIMSSS 35
1412
+
1413
+#define IMEM_NR_CLK 36
1414
+
14121415 #endif /* _DT_BINDINGS_CLOCK_EXYNOS5433_H */