hc
2024-10-22 8ac6c7a54ed1b98d142dce24b11c6de6a1e239a5
kernel/include/dt-bindings/clock/imx6sl-clock.h
....@@ -1,10 +1,6 @@
1
+/* SPDX-License-Identifier: GPL-2.0-only */
12 /*
23 * Copyright 2013 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_IMX6SL_H
....@@ -175,6 +171,8 @@
175171 #define IMX6SL_CLK_SSI2_IPG 162
176172 #define IMX6SL_CLK_SSI3_IPG 163
177173 #define IMX6SL_CLK_SPDIF_GCLK 164
178
-#define IMX6SL_CLK_END 165
174
+#define IMX6SL_CLK_MMDC_P0_IPG 165
175
+#define IMX6SL_CLK_MMDC_P1_IPG 166
176
+#define IMX6SL_CLK_END 167
179177
180178 #endif /* __DT_BINDINGS_CLOCK_IMX6SL_H */