| .. | .. |
|---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-only */ |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * Copyright (C) 2014-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_IMX7D_H |
|---|
| .. | .. |
|---|
| 455 | 451 | #define IMX7D_SNVS_CLK 442 |
|---|
| 456 | 452 | #define IMX7D_CAAM_CLK 443 |
|---|
| 457 | 453 | #define IMX7D_KPP_ROOT_CLK 444 |
|---|
| 458 | | -#define IMX7D_CLK_END 445 |
|---|
| 454 | +#define IMX7D_PXP_CLK 445 |
|---|
| 455 | +#define IMX7D_CLK_END 446 |
|---|
| 459 | 456 | #endif /* __DT_BINDINGS_CLOCK_IMX7D_H */ |
|---|