.. | .. |
---|
| 1 | +/* SPDX-License-Identifier: (GPL-2.0+ OR MIT) */ |
---|
1 | 2 | /* |
---|
2 | 3 | * Copyright (c) 2016 Rockchip Electronics Co. Ltd. |
---|
3 | 4 | * 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. |
---|
14 | 5 | */ |
---|
15 | 6 | |
---|
16 | 7 | #ifndef _DT_BINDINGS_CLK_ROCKCHIP_RK3328_H |
---|
.. | .. |
---|
172 | 163 | #define PCLK_HDCP 232 |
---|
173 | 164 | #define PCLK_DCF 233 |
---|
174 | 165 | #define PCLK_SARADC 234 |
---|
175 | | -#define PCLK_ACODEC 235 |
---|
| 166 | +#define PCLK_ACODECPHY 235 |
---|
| 167 | +#define PCLK_WDT 236 |
---|
176 | 168 | |
---|
177 | 169 | /* hclk gates */ |
---|
178 | 170 | #define HCLK_PERI 308 |
---|
.. | .. |
---|
194 | 186 | #define HCLK_VPU_PRE 324 |
---|
195 | 187 | #define HCLK_VIO_PRE 325 |
---|
196 | 188 | #define HCLK_VPU 326 |
---|
197 | | -#define HCLK_VIO 327 |
---|
198 | 189 | #define HCLK_BUS_PRE 328 |
---|
199 | 190 | #define HCLK_PERI_PRE 329 |
---|
200 | 191 | #define HCLK_H264 330 |
---|