| .. | .. |
|---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-only */ |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * Copyright (C) 2015 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_IMX6UL_H |
|---|
| .. | .. |
|---|
| 259 | 255 | #define IMX6UL_CLK_GPIO3 246 |
|---|
| 260 | 256 | #define IMX6UL_CLK_GPIO4 247 |
|---|
| 261 | 257 | #define IMX6UL_CLK_GPIO5 248 |
|---|
| 258 | +#define IMX6UL_CLK_MMDC_P1_IPG 249 |
|---|
| 262 | 259 | |
|---|
| 263 | | -#define IMX6UL_CLK_END 249 |
|---|
| 260 | +#define IMX6UL_CLK_END 250 |
|---|
| 264 | 261 | |
|---|
| 265 | 262 | #endif /* __DT_BINDINGS_CLOCK_IMX6UL_H */ |
|---|