diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2023-03-24 00:41:14 +0100 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2023-03-24 00:42:00 +0100 |
commit | 93debecc887a0d27bcef8f41915c2739ab348d80 (patch) | |
tree | 29fa9e7118f57a1e59a917edf9a7f1f4ee0cf4bd /target/linux | |
parent | aa2777145f8d392006196d8501f5520d19c05f11 (diff) | |
download | upstream-93debecc887a0d27bcef8f41915c2739ab348d80.tar.gz upstream-93debecc887a0d27bcef8f41915c2739ab348d80.tar.bz2 upstream-93debecc887a0d27bcef8f41915c2739ab348d80.zip |
ipq806x: Refresh patches
Make the patches apply cleanly again.
Fixes: a97965b7b11f ("kernel: add pending patches for bcm63268-timer-clocks")
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/ipq806x/patches-5.15/118-v6.1-03-clk-introduce-devm_-hw_register_mux_parent_data_tabl.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ipq806x/patches-5.15/118-v6.1-03-clk-introduce-devm_-hw_register_mux_parent_data_tabl.patch b/target/linux/ipq806x/patches-5.15/118-v6.1-03-clk-introduce-devm_-hw_register_mux_parent_data_tabl.patch index a15a723029..8567d0802b 100644 --- a/target/linux/ipq806x/patches-5.15/118-v6.1-03-clk-introduce-devm_-hw_register_mux_parent_data_tabl.patch +++ b/target/linux/ipq806x/patches-5.15/118-v6.1-03-clk-introduce-devm_-hw_register_mux_parent_data_tabl.patch @@ -17,7 +17,7 @@ Signed-off-by: Christian Marangi <ansuelsmth@gmail.com> --- a/include/linux/clk-provider.h +++ b/include/linux/clk-provider.h -@@ -932,12 +932,26 @@ struct clk *clk_register_mux_table(struc +@@ -955,12 +955,26 @@ struct clk *clk_register_mux_table(struc __clk_hw_register_mux((dev), NULL, (name), (num_parents), NULL, NULL, \ (parent_data), (flags), (reg), (shift), \ BIT((width)) - 1, (clk_mux_flags), NULL, (lock)) |