| .. | .. |
|---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-only */ |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * Copyright 2013 Lucas Stach, Pengutronix <l.stach@pengutronix.de> |
|---|
| 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_IMX5_H |
|---|
| .. | .. |
|---|
| 214 | 210 | #define IMX5_CLK_IEEE1588_SEL 202 |
|---|
| 215 | 211 | #define IMX5_CLK_IEEE1588_PODF 203 |
|---|
| 216 | 212 | #define IMX5_CLK_IEEE1588_GATE 204 |
|---|
| 217 | | -#define IMX5_CLK_END 205 |
|---|
| 213 | +#define IMX5_CLK_SCC2_IPG_GATE 205 |
|---|
| 214 | +#define IMX5_CLK_END 206 |
|---|
| 218 | 215 | |
|---|
| 219 | 216 | #endif /* __DT_BINDINGS_CLOCK_IMX5_H */ |
|---|