diff options
Diffstat (limited to 'target/linux/at91/patches-5.10/108-clk-at91-sama7g5-decrease-lower-limit-for-MCK0-rate.patch')
-rw-r--r-- | target/linux/at91/patches-5.10/108-clk-at91-sama7g5-decrease-lower-limit-for-MCK0-rate.patch | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/target/linux/at91/patches-5.10/108-clk-at91-sama7g5-decrease-lower-limit-for-MCK0-rate.patch b/target/linux/at91/patches-5.10/108-clk-at91-sama7g5-decrease-lower-limit-for-MCK0-rate.patch index d812538c3e..2bc1907cfb 100644 --- a/target/linux/at91/patches-5.10/108-clk-at91-sama7g5-decrease-lower-limit-for-MCK0-rate.patch +++ b/target/linux/at91/patches-5.10/108-clk-at91-sama7g5-decrease-lower-limit-for-MCK0-rate.patch @@ -17,11 +17,9 @@ Signed-off-by: Stephen Boyd <sboyd@kernel.org> drivers/clk/at91/sama7g5.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -diff --git a/drivers/clk/at91/sama7g5.c b/drivers/clk/at91/sama7g5.c -index 335e9c943c65..29d9781e6712 100644 --- a/drivers/clk/at91/sama7g5.c +++ b/drivers/clk/at91/sama7g5.c -@@ -807,7 +807,7 @@ static const struct clk_pll_characteristics pll_characteristics = { +@@ -807,7 +807,7 @@ static const struct clk_pll_characterist /* MCK0 characteristics. */ static const struct clk_master_characteristics mck0_characteristics = { @@ -30,6 +28,3 @@ index 335e9c943c65..29d9781e6712 100644 .divisors = { 1, 2, 4, 3, 5 }, .have_div3_pres = 1, }; --- -2.32.0 - |