.. | .. |
---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-only |
---|
1 | 2 | /* |
---|
2 | 3 | * 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. |
---|
12 | 4 | */ |
---|
13 | 5 | |
---|
14 | 6 | #include <linux/kernel.h> |
---|
.. | .. |
---|
544 | 536 | }; |
---|
545 | 537 | |
---|
546 | 538 | 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), |
---|
547 | 542 | F(960000, P_XO, 10, 1, 2), |
---|
| 543 | + F(1000000, P_XO, 4, 5, 24), |
---|
548 | 544 | F(4800000, P_XO, 4, 0, 0), |
---|
549 | 545 | F(9600000, P_XO, 2, 0, 0), |
---|
550 | 546 | F(16000000, P_GPLL0, 10, 1, 5), |
---|