.. | .. |
---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-only */ |
---|
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 version 2 as |
---|
6 | | - * published by the Free Software Foundation. |
---|
7 | | - * |
---|
8 | 4 | */ |
---|
9 | 5 | |
---|
10 | 6 | #ifndef __DT_BINDINGS_CLOCK_IMX6SL_H |
---|
.. | .. |
---|
175 | 171 | #define IMX6SL_CLK_SSI2_IPG 162 |
---|
176 | 172 | #define IMX6SL_CLK_SSI3_IPG 163 |
---|
177 | 173 | #define IMX6SL_CLK_SPDIF_GCLK 164 |
---|
178 | | -#define IMX6SL_CLK_END 165 |
---|
| 174 | +#define IMX6SL_CLK_MMDC_P0_IPG 165 |
---|
| 175 | +#define IMX6SL_CLK_MMDC_P1_IPG 166 |
---|
| 176 | +#define IMX6SL_CLK_END 167 |
---|
179 | 177 | |
---|
180 | 178 | #endif /* __DT_BINDINGS_CLOCK_IMX6SL_H */ |
---|