forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-10 cde9070d9970eef1f7ec2360586c802a16230ad8
kernel/drivers/clk/versatile/icst.c
....@@ -1,14 +1,11 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
23 * linux/arch/arm/common/icst307.c
34 *
45 * Copyright (C) 2003 Deep Blue Solutions, Ltd, All Rights Reserved.
56 *
6
- * This program is free software; you can redistribute it and/or modify
7
- * it under the terms of the GNU General Public License version 2 as
8
- * published by the Free Software Foundation.
9
- *
107 * Support functions for calculating clocks/divisors for the ICST307
11
- * clock generators. See http://www.idt.com/ for more information
8
+ * clock generators. See https://www.idt.com/ for more information
129 * on these devices.
1310 *
1411 * This is an almost identical implementation to the ICST525 clock generator.