diff options
Diffstat (limited to 'drivers/clk/samsung/clk-cpu.c')
-rw-r--r-- | drivers/clk/samsung/clk-cpu.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/clk/samsung/clk-cpu.c b/drivers/clk/samsung/clk-cpu.c index 3f80bcd46074..efc4fa61fbaf 100644 --- a/drivers/clk/samsung/clk-cpu.c +++ b/drivers/clk/samsung/clk-cpu.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Copyright (c) 2014 Samsung Electronics Co., Ltd. | 3 | * Copyright (c) 2014 Samsung Electronics Co., Ltd. |
3 | * Author: Thomas Abraham <thomas.ab@samsung.com> | 4 | * Author: Thomas Abraham <thomas.ab@samsung.com> |
@@ -5,10 +6,6 @@ | |||
5 | * Copyright (c) 2015 Samsung Electronics Co., Ltd. | 6 | * Copyright (c) 2015 Samsung Electronics Co., Ltd. |
6 | * Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com> | 7 | * Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com> |
7 | * | 8 | * |
8 | * This program is free software; you can redistribute it and/or modify | ||
9 | * it under the terms of the GNU General Public License version 2 as | ||
10 | * published by the Free Software Foundation. | ||
11 | * | ||
12 | * This file contains the utility function to register CPU clock for Samsung | 9 | * This file contains the utility function to register CPU clock for Samsung |
13 | * Exynos platforms. A CPU clock is defined as a clock supplied to a CPU or a | 10 | * Exynos platforms. A CPU clock is defined as a clock supplied to a CPU or a |
14 | * group of CPUs. The CPU clock is typically derived from a hierarchy of clock | 11 | * group of CPUs. The CPU clock is typically derived from a hierarchy of clock |