hc
2024-01-31 f9004dbfff8a3fbbd7e2a88c8a4327c7f2f8e5b2
kernel/include/dt-bindings/clock/rk3188-cru-common.h
....@@ -1,16 +1,7 @@
1
+/* SPDX-License-Identifier: (GPL-2.0+ OR MIT) */
12 /*
23 * Copyright (c) 2014 MundoReader S.L.
34 * Author: Heiko Stuebner <heiko@sntech.de>
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 as published by
7
- * the Free Software Foundation; either version 2 of the License, or
8
- * (at your option) any later version.
9
- *
10
- * This program is distributed in the hope that it will be useful,
11
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
12
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13
- * GNU General Public License for more details.
145 */
156
167 #ifndef _DT_BINDINGS_CLK_ROCKCHIP_RK3188_COMMON_H
....@@ -76,6 +67,7 @@
7667 #define ACLK_PERI 204
7768 #define ACLK_VEPU 205
7869 #define ACLK_VDPU 206
70
+#define ACLK_CPU_PRE 207
7971
8072 /* pclk gates */
8173 #define PCLK_GRF 320
....@@ -112,8 +104,6 @@
112104 #define PCLK_PERI 351
113105 #define PCLK_DDRUPCTL 352
114106 #define PCLK_PUBL 353
115
-#define PCLK_CIF0 354
116
-#define PCLK_CIF1 355
117107
118108 /* hclk gates */
119109 #define HCLK_SDMMC 448
....@@ -141,7 +131,7 @@
141131 #define HCLK_CIF1 470
142132 #define HCLK_VEPU 471
143133 #define HCLK_VDPU 472
144
-#define HCLK_HDMI 473
134
+#define HCLK_HDMI 473
145135
146136 #define CLK_NR_CLKS (HCLK_HDMI + 1)
147137