.. | .. |
---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-only */ |
---|
1 | 2 | /* |
---|
2 | 3 | * Copyright 2014 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 version 2 as |
---|
6 | | - * published by the Free Software Foundation. |
---|
7 | 4 | */ |
---|
8 | 5 | |
---|
9 | 6 | #ifndef __DT_BINDINGS_CLOCK_IMX6QDL_H |
---|
.. | .. |
---|
273 | 270 | #define IMX6QDL_CLK_MLB_PODF 260 |
---|
274 | 271 | #define IMX6QDL_CLK_EPIT1 261 |
---|
275 | 272 | #define IMX6QDL_CLK_EPIT2 262 |
---|
276 | | -#define IMX6QDL_CLK_END 263 |
---|
| 273 | +#define IMX6QDL_CLK_MMDC_P0_IPG 263 |
---|
| 274 | +#define IMX6QDL_CLK_DCIC1 264 |
---|
| 275 | +#define IMX6QDL_CLK_DCIC2 265 |
---|
| 276 | +#define IMX6QDL_CLK_END 266 |
---|
277 | 277 | |
---|
278 | 278 | #endif /* __DT_BINDINGS_CLOCK_IMX6QDL_H */ |
---|