| .. | .. |
|---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-or-later */ |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * 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. |
|---|
| 8 | 4 | */ |
|---|
| 9 | 5 | |
|---|
| 10 | 6 | #ifndef __DT_BINDINGS_CLOCK_VF610_H |
|---|
| .. | .. |
|---|
| 199 | 195 | #define VF610_CLK_WKPU 186 |
|---|
| 200 | 196 | #define VF610_CLK_TCON0 187 |
|---|
| 201 | 197 | #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 |
|---|
| 203 | 201 | |
|---|
| 204 | 202 | #endif /* __DT_BINDINGS_CLOCK_VF610_H */ |
|---|