.. | .. |
---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-only */ |
---|
1 | 2 | /* |
---|
2 | 3 | * Copyright (C) 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 | | - * |
---|
8 | 4 | */ |
---|
9 | 5 | |
---|
10 | 6 | #ifndef __DT_BINDINGS_CLOCK_IMX6SX_H |
---|
.. | .. |
---|
279 | 275 | #define IMX6SX_CLK_LVDS2_OUT 266 |
---|
280 | 276 | #define IMX6SX_CLK_LVDS2_IN 267 |
---|
281 | 277 | #define IMX6SX_CLK_ANACLK2 268 |
---|
282 | | -#define IMX6SX_CLK_CLK_END 269 |
---|
| 278 | +#define IMX6SX_CLK_MMDC_P1_IPG 269 |
---|
| 279 | +#define IMX6SX_CLK_CLK_END 270 |
---|
283 | 280 | |
---|
284 | 281 | #endif /* __DT_BINDINGS_CLOCK_IMX6SX_H */ |
---|