hc
2023-12-08 01573e231f18eb2d99162747186f59511f56b64d
kernel/include/dt-bindings/clock/vf610-clock.h
....@@ -1,10 +1,6 @@
1
+/* SPDX-License-Identifier: GPL-2.0-or-later */
12 /*
23 * Copyright 2013 Freescale Semiconductor, Inc.
3
- *
4
- * This program is free software; you can redistribute it and/or modify
5
- * it under the terms of the GNU General Public License as published by
6
- * the Free Software Foundation; either version 2 of the License, or
7
- * (at your option) any later version.
84 */
95
106 #ifndef __DT_BINDINGS_CLOCK_VF610_H
....@@ -199,6 +195,8 @@
199195 #define VF610_CLK_WKPU 186
200196 #define VF610_CLK_TCON0 187
201197 #define VF610_CLK_TCON1 188
202
-#define VF610_CLK_END 189
198
+#define VF610_CLK_CAAM 189
199
+#define VF610_CLK_CRC 190
200
+#define VF610_CLK_END 191
203201
204202 #endif /* __DT_BINDINGS_CLOCK_VF610_H */