hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
kernel/drivers/clk/qcom/gcc-msm8916.c
....@@ -1,14 +1,6 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
23 * Copyright 2015 Linaro Limited
3
- *
4
- * This software is licensed under the terms of the GNU General Public
5
- * License version 2, as published by the Free Software Foundation, and
6
- * may be copied, distributed, and modified under those terms.
7
- *
8
- * This program is distributed in the hope that it will be useful,
9
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
10
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11
- * GNU General Public License for more details.
124 */
135
146 #include <linux/kernel.h>
....@@ -544,7 +536,11 @@
544536 };
545537
546538 static const struct freq_tbl ftbl_gcc_blsp1_qup1_6_spi_apps_clk[] = {
539
+ F(100000, P_XO, 16, 2, 24),
540
+ F(250000, P_XO, 16, 5, 24),
541
+ F(500000, P_XO, 8, 5, 24),
547542 F(960000, P_XO, 10, 1, 2),
543
+ F(1000000, P_XO, 4, 5, 24),
548544 F(4800000, P_XO, 4, 0, 0),
549545 F(9600000, P_XO, 2, 0, 0),
550546 F(16000000, P_GPLL0, 10, 1, 5),