hc
2024-01-31 f9004dbfff8a3fbbd7e2a88c8a4327c7f2f8e5b2
kernel/include/dt-bindings/clock/rk3328-cru.h
....@@ -1,16 +1,7 @@
1
+/* SPDX-License-Identifier: (GPL-2.0+ OR MIT) */
12 /*
23 * Copyright (c) 2016 Rockchip Electronics Co. Ltd.
34 * Author: Elaine <zhangqing@rock-chips.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 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_RK3328_H
....@@ -172,7 +163,8 @@
172163 #define PCLK_HDCP 232
173164 #define PCLK_DCF 233
174165 #define PCLK_SARADC 234
175
-#define PCLK_ACODEC 235
166
+#define PCLK_ACODECPHY 235
167
+#define PCLK_WDT 236
176168
177169 /* hclk gates */
178170 #define HCLK_PERI 308
....@@ -194,7 +186,6 @@
194186 #define HCLK_VPU_PRE 324
195187 #define HCLK_VIO_PRE 325
196188 #define HCLK_VPU 326
197
-#define HCLK_VIO 327
198189 #define HCLK_BUS_PRE 328
199190 #define HCLK_PERI_PRE 329
200191 #define HCLK_H264 330