kernel: update 4.4 kernel to 4.4.42
[openwrt/staging/mkresin.git] / target / linux / brcm2708 / patches-4.4 / 0347-clk-bcm2835-Skip-PLLC-clocks-when-deciding-on-a-new-.patch
index cc908415668b3e3571f89ff12c982aa8c56d4830..8b62debd1549bc3b4e8288c33dfcf8c3ac7ca759 100644 (file)
@@ -1,4 +1,4 @@
-From 960587a39d7ca3d5279841218b42e008df7194aa Mon Sep 17 00:00:00 2001
+From ca56b6fab9cfc0beca2a706193f1c158e124c1f9 Mon Sep 17 00:00:00 2001
 From: Eric Anholt <eric@anholt.net>
 Date: Tue, 26 Apr 2016 12:39:45 -0700
 Subject: [PATCH] clk: bcm2835: Skip PLLC clocks when deciding on a new clock
@@ -22,7 +22,7 @@ Fixes: 41691b8862e2 ("clk: bcm2835: Add support for programming the audio domain
 
 --- a/drivers/clk/bcm/clk-bcm2835.c
 +++ b/drivers/clk/bcm/clk-bcm2835.c
-@@ -1020,16 +1020,28 @@ static int bcm2835_clock_set_rate(struct
+@@ -1022,16 +1022,28 @@ static int bcm2835_clock_set_rate(struct
        return 0;
  }
  
@@ -51,7 +51,7 @@ Fixes: 41691b8862e2 ("clk: bcm2835: Add support for programming the audio domain
        /*
         * Select parent clock that results in the closest but lower rate
         */
-@@ -1037,6 +1049,17 @@ static int bcm2835_clock_determine_rate(
+@@ -1039,6 +1051,17 @@ static int bcm2835_clock_determine_rate(
                parent = clk_hw_get_parent_by_index(hw, i);
                if (!parent)
                        continue;