hc
2024-01-31 f9004dbfff8a3fbbd7e2a88c8a4327c7f2f8e5b2
kernel/include/dt-bindings/clock/imx6ul-clock.h
....@@ -1,10 +1,6 @@
1
+/* SPDX-License-Identifier: GPL-2.0-only */
12 /*
23 * 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
- *
84 */
95
106 #ifndef __DT_BINDINGS_CLOCK_IMX6UL_H
....@@ -259,7 +255,8 @@
259255 #define IMX6UL_CLK_GPIO3 246
260256 #define IMX6UL_CLK_GPIO4 247
261257 #define IMX6UL_CLK_GPIO5 248
258
+#define IMX6UL_CLK_MMDC_P1_IPG 249
262259
263
-#define IMX6UL_CLK_END 249
260
+#define IMX6UL_CLK_END 250
264261
265262 #endif /* __DT_BINDINGS_CLOCK_IMX6UL_H */