diff options
Diffstat (limited to 'drivers/clk/clk-cdce706.c')
-rw-r--r-- | drivers/clk/clk-cdce706.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/clk/clk-cdce706.c b/drivers/clk/clk-cdce706.c index f21d9092564f..0443dfc82794 100644 --- a/drivers/clk/clk-cdce706.c +++ b/drivers/clk/clk-cdce706.c | |||
@@ -1,13 +1,10 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * TI CDCE706 programmable 3-PLL clock synthesizer driver | 3 | * TI CDCE706 programmable 3-PLL clock synthesizer driver |
3 | * | 4 | * |
4 | * Copyright (c) 2014 Cadence Design Systems Inc. | 5 | * Copyright (c) 2014 Cadence Design Systems Inc. |
5 | * | 6 | * |
6 | * Reference: http://www.ti.com/lit/ds/symlink/cdce706.pdf | 7 | * Reference: http://www.ti.com/lit/ds/symlink/cdce706.pdf |
7 | * | ||
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 | */ | 8 | */ |
12 | 9 | ||
13 | #include <linux/clk.h> | 10 | #include <linux/clk.h> |