hc
2024-01-31 f9004dbfff8a3fbbd7e2a88c8a4327c7f2f8e5b2
kernel/include/dt-bindings/clock/exynos5250.h
....@@ -1,13 +1,10 @@
1
+/* SPDX-License-Identifier: GPL-2.0 */
12 /*
23 * Copyright (c) 2013 Samsung Electronics Co., Ltd.
34 * Author: Andrzej Hajda <a.hajda@samsung.com>
45 *
5
- * This program is free software; you can redistribute it and/or modify
6
- * it under the terms of the GNU General Public License version 2 as
7
- * published by the Free Software Foundation.
8
- *
96 * Device Tree binding constants for Exynos5250 clock controller.
10
-*/
7
+ */
118
129 #ifndef _DT_BINDINGS_CLOCK_EXYNOS_5250_H
1310 #define _DT_BINDINGS_CLOCK_EXYNOS_5250_H
....@@ -175,8 +172,10 @@
175172 #define CLK_MOUT_GPLL 1025
176173 #define CLK_MOUT_ACLK200_DISP1_SUB 1026
177174 #define CLK_MOUT_ACLK300_DISP1_SUB 1027
175
+#define CLK_MOUT_APLL 1028
176
+#define CLK_MOUT_MPLL 1029
178177
179178 /* must be greater than maximal clock id */
180
-#define CLK_NR_CLKS 1028
179
+#define CLK_NR_CLKS 1030
181180
182181 #endif /* _DT_BINDINGS_CLOCK_EXYNOS_5250_H */