mirror of
https://github.com/Fishwaldo/build.git
synced 2025-06-05 13:51:45 +00:00
[ sunxi-dev ] Small patches cleanup.
This commit is contained in:
parent
2385ca3c79
commit
a06c27f13b
10 changed files with 8077 additions and 36 deletions
|
@ -1,36 +0,0 @@
|
|||
diff --git a/drivers/clk/sunxi-ng/ccu-sun50i-h6.c b/drivers/clk/sunxi-ng/ccu-sun50i-h6.c
|
||||
index bdbfe78fe133..0f7a0ffd3f70 100644
|
||||
--- a/drivers/clk/sunxi-ng/ccu-sun50i-h6.c
|
||||
+++ b/drivers/clk/sunxi-ng/ccu-sun50i-h6.c
|
||||
@@ -224,7 +224,7 @@ static SUNXI_CCU_MP_WITH_MUX(psi_ahb1_ahb2_clk, "psi-ahb1-ahb2",
|
||||
psi_ahb1_ahb2_parents,
|
||||
0x510,
|
||||
0, 5, /* M */
|
||||
- 16, 2, /* P */
|
||||
+ 8, 2, /* P */
|
||||
24, 2, /* mux */
|
||||
0);
|
||||
|
||||
@@ -233,19 +233,19 @@ static const char * const ahb3_apb1_apb2_parents[] = { "osc24M", "osc32k",
|
||||
"pll-periph0" };
|
||||
static SUNXI_CCU_MP_WITH_MUX(ahb3_clk, "ahb3", ahb3_apb1_apb2_parents, 0x51c,
|
||||
0, 5, /* M */
|
||||
- 16, 2, /* P */
|
||||
+ 8, 2, /* P */
|
||||
24, 2, /* mux */
|
||||
0);
|
||||
|
||||
static SUNXI_CCU_MP_WITH_MUX(apb1_clk, "apb1", ahb3_apb1_apb2_parents, 0x520,
|
||||
0, 5, /* M */
|
||||
- 16, 2, /* P */
|
||||
+ 8, 2, /* P */
|
||||
24, 2, /* mux */
|
||||
0);
|
||||
|
||||
static SUNXI_CCU_MP_WITH_MUX(apb2_clk, "apb2", ahb3_apb1_apb2_parents, 0x524,
|
||||
0, 5, /* M */
|
||||
- 16, 2, /* P */
|
||||
+ 8, 2, /* P */
|
||||
24, 2, /* mux */
|
||||
0);
|
||||
|
6344
patch/kernel/sunxi-dev/patch-4.19.2-3.patch
Normal file
6344
patch/kernel/sunxi-dev/patch-4.19.2-3.patch
Normal file
File diff suppressed because it is too large
Load diff
1733
patch/kernel/sunxi-dev/patch-4.19.3-4.patch
Normal file
1733
patch/kernel/sunxi-dev/patch-4.19.3-4.patch
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue