0058-dont-disable-clocks.patch 643 B

12345678910111213141516171819202122232425
  1. From b1c69201563ae3ff878abf4ba192e73031de8653 Mon Sep 17 00:00:00 2001
  2. From: John Crispin <[email protected]>
  3. Date: Tue, 23 Jun 2015 23:46:00 +0200
  4. Subject: [PATCH 58/76] dont disable clocks
  5. ---
  6. drivers/clk/clk.c | 2 +-
  7. 1 file changed, 1 insertion(+), 1 deletion(-)
  8. diff --git a/drivers/clk/clk.c b/drivers/clk/clk.c
  9. index 5b0f418..360e6e4 100644
  10. --- a/drivers/clk/clk.c
  11. +++ b/drivers/clk/clk.c
  12. @@ -541,7 +541,7 @@ unlock_out:
  13. clk_enable_unlock(flags);
  14. }
  15. -static bool clk_ignore_unused;
  16. +static bool clk_ignore_unused = true;
  17. static int __init clk_ignore_unused_setup(char *__unused)
  18. {
  19. clk_ignore_unused = true;
  20. --
  21. 1.7.10.4