hc
2023-12-09 b22da3d8526a935aa31e086e63f60ff3246cb61c
kernel/include/dt-bindings/clock/imx5-clock.h
....@@ -1,10 +1,6 @@
1
+/* SPDX-License-Identifier: GPL-2.0-only */
12 /*
23 * 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
- *
84 */
95
106 #ifndef __DT_BINDINGS_CLOCK_IMX5_H
....@@ -214,6 +210,7 @@
214210 #define IMX5_CLK_IEEE1588_SEL 202
215211 #define IMX5_CLK_IEEE1588_PODF 203
216212 #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
218215
219216 #endif /* __DT_BINDINGS_CLOCK_IMX5_H */