.. | .. |
---|
| 1 | +/* SPDX-License-Identifier: (GPL-2.0+ OR MIT) */ |
---|
1 | 2 | /* |
---|
2 | 3 | * Copyright (c) 2014 MundoReader S.L. |
---|
3 | 4 | * 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. |
---|
14 | 5 | */ |
---|
15 | 6 | |
---|
16 | 7 | #ifndef _DT_BINDINGS_CLK_ROCKCHIP_RK3188_COMMON_H |
---|
.. | .. |
---|
76 | 67 | #define ACLK_PERI 204 |
---|
77 | 68 | #define ACLK_VEPU 205 |
---|
78 | 69 | #define ACLK_VDPU 206 |
---|
| 70 | +#define ACLK_CPU_PRE 207 |
---|
79 | 71 | |
---|
80 | 72 | /* pclk gates */ |
---|
81 | 73 | #define PCLK_GRF 320 |
---|
.. | .. |
---|
112 | 104 | #define PCLK_PERI 351 |
---|
113 | 105 | #define PCLK_DDRUPCTL 352 |
---|
114 | 106 | #define PCLK_PUBL 353 |
---|
115 | | -#define PCLK_CIF0 354 |
---|
116 | | -#define PCLK_CIF1 355 |
---|
117 | 107 | |
---|
118 | 108 | /* hclk gates */ |
---|
119 | 109 | #define HCLK_SDMMC 448 |
---|
.. | .. |
---|
141 | 131 | #define HCLK_CIF1 470 |
---|
142 | 132 | #define HCLK_VEPU 471 |
---|
143 | 133 | #define HCLK_VDPU 472 |
---|
144 | | -#define HCLK_HDMI 473 |
---|
| 134 | +#define HCLK_HDMI 473 |
---|
145 | 135 | |
---|
146 | 136 | #define CLK_NR_CLKS (HCLK_HDMI + 1) |
---|
147 | 137 | |
---|