]> git.ipfire.org Git - thirdparty/openwrt.git/blob
0a22289d39ae2757bfa74e0835c2998237c3ae04
[thirdparty/openwrt.git] /
1 From f71366e0530db2c5cecbbbb6edfbf7344bd6f83b Mon Sep 17 00:00:00 2001
2 From: Ziyang Huang <hzyitc@outlook.com>
3 Date: Sun, 8 Sep 2024 16:40:12 +0800
4 Subject: [PATCH 1/2] clk: gcc-ipq5018: remove the unsupported clk
5 combination for gmac
6
7 Comment out the unsupported clock combination in the frequency table
8 for GMAC1.
9
10 Signed-off-by: Ziyang Huang <hzyitc@outlook.com>
11 Signed-off-by: George Moussalem <george.moussalem@outlook.com>
12 ---
13 drivers/clk/qcom/gcc-ipq5018.c | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 --- a/drivers/clk/qcom/gcc-ipq5018.c
17 +++ b/drivers/clk/qcom/gcc-ipq5018.c
18 @@ -677,7 +677,7 @@ static const struct freq_tbl ftbl_gmac1_
19 F(2500000, P_UNIPHY_RX, 12.5, 0, 0),
20 F(24000000, P_XO, 1, 0, 0),
21 F(25000000, P_UNIPHY_RX, 2.5, 0, 0),
22 - F(125000000, P_UNIPHY_RX, 2.5, 0, 0),
23 + /* F(125000000, P_UNIPHY_RX, 2.5, 0, 0), */
24 F(125000000, P_UNIPHY_RX, 1, 0, 0),
25 F(312500000, P_UNIPHY_RX, 1, 0, 0),
26 { }
27 @@ -717,7 +717,7 @@ static const struct freq_tbl ftbl_gmac1_
28 F(2500000, P_UNIPHY_TX, 12.5, 0, 0),
29 F(24000000, P_XO, 1, 0, 0),
30 F(25000000, P_UNIPHY_TX, 2.5, 0, 0),
31 - F(125000000, P_UNIPHY_TX, 2.5, 0, 0),
32 + /* F(125000000, P_UNIPHY_TX, 2.5, 0, 0), */
33 F(125000000, P_UNIPHY_TX, 1, 0, 0),
34 F(312500000, P_UNIPHY_TX, 1, 0, 0),
35 { }